jottr
jottr
You could also look at how [fzf](https://github.com/junegunn/fzf) implements search. The fact that frequency sorting is not part of cerebro is quite a downer for me. Search is the main part...
Given the following file: ```javascript # ./jstest.js function foo() { console.log ('bar') } ``` ```bash $ standard jstest.js standard: Use JavaScript Standard Style (https://standardjs.com) standard: Run `standard --fix` to automatically...
Oh please, oh please, somebody implement this. This would be especially useful when having a `./vendor` directory in a project, where ag returns lots of "useless" results. :+1:
Dear maintainers, will this be merged or are there any other plans to fix the deprecation warning?
I'm just diving into nix and figured that nixops might be an interesting tool. Nothing on the [nixos wiki](https://nixos.wiki/wiki/NixOps), the [nixops documentation](https://releases.nixos.org/nixops/latest/manual/manual.html), or this repo indicates that this project is...
`arm64` can be targeted by using `qemu`. There is a handy [Github Action](https://github.com/uraimo/run-on-arch-action) that does the heavy lifting. Alternatively, one could simply use the [`docker-setup-qemu` ](https://github.com/marketplace/actions/docker-setup-qemu)-Action. I don't have time...
> No kidding. Any security implications here? To my understanding this forces older clients to fall back to SHA-1 hashing which could enable dictionary attacks. Please take my response here...
Yes, it is proprietary. I suspect that use in an open source project like this one would fall under fair use. I'd be happy to reach out to Semtech and...
@cristianferrarig could you merge this?
Has there been any development regarding palm detection? > I've seen some indication that the touchbar data we receive contains some palm detection info (in some of the 'unknown' fields...