rulatir

Results 100 comments of rulatir

Clarification: I am using [`lag-git` from AUR](https://aur.archlinux.org/packages/lag-git/), which depends on one of the **two** packagings of `lastools` - specifically the one named `laslibs` rather than `lastools`. The `laslibs` package contains...

Are there really no better workarounds than dropping the entire selector to XPath manually? Perhaps there is some esoteric XPath way to take an existing expression and turn it into...

Brainstorming: - Optional boolean argument to `search()`. - `first()` and `firstKey()`, returning respectively the first value/key from the iterable, else null; easily enough combined with `filter()`. Maybe `firstKey()` should be...

Finding this old discussion: http://lua-users.org/lists/lua-l/2008-08/msg00060.html I would like to clarify that I am **not** requesting an extensive tutorial, just a 15 LOC hello world!

Thanks! It would be great however if this listing could be added to the readme or to the reference.

Yes, which is why I asked about _more_ docs, like a complete API reference.

My use case is something like a parse tree of an arbitrarily deeply nested expression. It is impossible to express actual cyclic references in the DSL, so there is no...

I already have a naïve implementation working, but I have reservations about offering this footgun to the public; not without a clear warning in the docs, that goes without saying....

Good. UNIX principles suck. The typical use case for this utility is "I just downloaded 8G of photos with names like `DSC142857 but smaller ąćęłńóśźż ©2024(1)(2) -.jpg` and I need...

Vicious circle here: 1. if experimental warnings are impossible to be silenced as long as the features remain experimental, users will never dare throw real-life usages at those features 2....