wedens

Results 32 comments of wedens

I'd rather have ability to define column name based instances manually. Much easier to implement and harder for something to break.

I'd like to know why using `Update` is discouraged. One reason I can think of is fields order dependency, but there is already fields order dependency in `Composite`. I construct...

@tpolecat I don't find it weird :) with `def insert(p: Person) = sql"insert into person (name, age) values (${p.name}, ${p.age})"` you have to supply some _unused_ `Person` instance to `check`.

Looks like it uses field names as column names. I don't think it's a good practice _in general_.

Unfortunately, existing behavior makes using `"` text object in evil-mode unusable in nix files with string interpolation`.

I can give it a go after #61

imho separation on package level is enough

I agree that it'd be great to be able to use heading as "front" and content under the heading as "back". I have a lot of .org files that I...

What you describe sounds pretty much like [nix](https://nixos.org/nix/). [example](https://github.com/jwiegley/nix-config/blob/master/overlays/10-emacs.nix#L22) of pretty complex emacs configuration using nix. typical configuration will be much simpler.

How do I keep package versions in sync on multiple computers? Currently I do the following when I want to upgrade all packages and have the same versions on computers...