José Luis Lafuente

Results 23 issues of José Luis Lafuente

In the long run, it would be nice to generate jars deterministically. To my knowledge, it is not a Clojure specific issue, the whole JVM ecosystem is affected. A paper...

A reminder about TDEPS-223. At some point, tools.deps could add an offline mode: https://clojure.atlassian.net/browse/TDEPS-223 In that case, maybe we could remove some clj-nix code.

The `:ring-hanlder` option only accepts symbols or string. What do you think if `ring-handler` would accept also a function? To me, when using the scripting API, it makes sense to...

wontfix

First, thanks for vimagit, it's a great plugin. What do you think about adding a mapping to jump to the next/previous file? Similar to the jump to next hunk. Thanks

Add nickel parser: https://github.com/nickel-lang/tree-sitter-nickel Nickel lang: https://nickel-lang.org/ The highlights.scm file is from: https://github.com/nickel-lang/tree-sitter-nickel/blob/main/queries/highlights.scm (I asked the author and he is ok with upstreaming it)

### Description ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `./format`. - [x] Code tested through `nix-shell --pure tests -A run.all`. - [x] Test cases...

Currently there is a [github_team_repository resource](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_repository) to grant a particular team permissions on a particular repository. I think it would be useful to have a `github_team_repository` data source to query...

See #99

enhancement

See https://github.com/jlesquembre/clj-nix/pull/36