Skip to content

Instantly share code, notes, and snippets.

View jarl-dk's full-sized avatar

Jarl Friis jarl-dk

View GitHub Profile
@jarl-dk
jarl-dk / keybase.md
Created October 12, 2021 09:23
Keybase identity

Keybase proof

I hereby claim:

  • I am jarl-dk on github.
  • I am jarl_dk (https://keybase.io/jarl_dk) on keybase.
  • I have a public key ASBSOjMmcoEpeLZc27rYxJh13rz_v1epfi3bVW89JP1HdQo

To claim this, I am signing this object:

Cucumber directory structure

We (the cucumber team) are missing to set a convention for a directory structure on JVM projects that are using cucumber.

Background

I have for many years used cucumber for a ruby-on-rails (and also some

@jarl-dk
jarl-dk / distributed_execution.md
Created March 20, 2016 15:50
Design proposal for distributed execution

Design proposal for distributed execution


  +----------------------------------+
  |                                  |
  |        +--------------+          |
  |        |              |          |
@jarl-dk
jarl-dk / gist:9d2628d42f4ab41542d6
Created January 6, 2016 21:54
system76 default disk partitioning
jarl@hermes:~$ sudo fdisk -l /dev/nvme0n1
Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9B87EE3B-9407-4679-A544-CC6741A35823
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 526335 524288 256M Microsoft basic data
From e8488cea1e14bba735773ee30bba2b1108be5f00 Mon Sep 17 00:00:00 2001
From: Jarl Friis <jarl@softace.dk>
Date: Sat, 4 Aug 2012 10:50:49 +0200
Subject: [PATCH 1/2] Demonstrating problem of ticket 7247
---
.../validations/association_validation_test.rb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/activerecord/test/cases/validations/association_validation_test.rb b/activerecord/test/cases/validations/association_validation_test.rb