Zeke Fast
Zeke Fast
Is that project kinda dead or it just lack of maintainers?
@rodjek Thanks!
@bjorndm It seems that schema inferred by `jtd-infer` is too large to fit default stack size on your system. `jtd-infer` could be rewritten a bit to occupy less space on...
@laniakea64 Thank you a lot! We are using `1.26.0`, so `shell()` is not available, but `server_matches()` does the trick. But yeah! It DOES look wild! ```justfile threads := env('THREADS', \...
No, I am still waiting for answers preferably from maintainers of the project. Meanwhile I started to look how it can be done. I think if there is nothing out...
@Animeshz You can also upvote [my question on StackOverflow](https://stackoverflow.com/questions/78420937/how-one-can-create-a-just-tasks-arguments-autocompletion) may be somebody notice it there.
@casey What if we can generate scripts to call back to `just` with parameters for auto-completion? WDYT? Would you accept such PR or a prototype to further deeper understanding the...
> Hmm, curious. By the name cons I'd have expected it to only support (a, (b, (c, d))) order, since that want consing creates in lisp. Yeah, you are right....
@scottmcm What do you think about implementing `flatten` for nested tuples?
@jswrenn That would be great! I think there could be issues with `Extend` as well as it is not implemented for `Option` if I remember it right.