Alexandru Scvorțov

Results 13 comments of Alexandru Scvorțov

I think I've gotten to the bottom of this. During build, there were a bunch of _warnings_ like the following: ``` trouble processing: bad class file magic (cafebabe) or version...

Here's the `Build.scala` I'm using: https://github.com/scvalex/combien/blob/master/project/Build.scala I don't know why changing `compileOrder` seemed to fix the problem (it didn't, really).

> warning: [options] bootstrap class path not set in conjunction with > -source 1.6 I get that too, but it hasn't caused a problem yet. > As soon as the...

That is a very neat command. On my system, I get something like this: ```shell-session $ nix profile diff-closures --profile /nix/var/nix/profiles/system ... Version 123 -> 124: Version 124 -> 125:...

I just ran into this too. More generally, it would be nice to bump all the tree-sitter-* crates to requiring 0.20.

FWIW I'd love to have this because a bunch of the pubs around me have "open 14:00 till late" style opening times.

I just ran into this as well. @joel-u410 Any chance you could add the requested tests so that this gets merged? Otherwise, do you mind if I fork your branch,...

In case anyone else runs into this before it gets merged, the simple workaround is to define our own `min` and `max` functions: ``` use diesel::sql_types::Numeric; sql_function! { fn min(x:...

I would also like this feature. My use-case is that my colmena configuration contains the list of hosts, IP addresses, and DNS names. I have an app defined in my...

> > I'm working around this by having an extra nix file that just duplicates the information and doesn't require any evaluation, but I'd love to get rid of it....