Avner
Avner
this seems to work `--escape print` Is that the correct way? thanks!
I would like to output all of the keys matching the expression to a file. In that case what is the appropriate action? Avner > On Jun 19, 2018, at...
I want to do some "expensive" scan on the db file (offline) and then use the keys later. Is it correct to do it as a "printable" output?
Thanks! I've gone ahead and created a small python util that works on particular key pattern. I saw that you provided a cli `--command justkeys --key ".*pattern.*"` I took your...
> The [related issue in cargo](https://github.com/rust-lang/cargo/issues/4121) (Passing environment variables from down-stream to up-stream library) has been resolved by this [rust-lang/cargo#9175](https://github.com/rust-lang/cargo/pull/9175) . > > So is `[env]` `.cargo/config.toml` is not enough...
is this going to be merged?
so what would I need to do for that to work?
Hi @mrx23dot What you are describing is regards to the plugin agent's upgrade mechanism. The Tabnine agent is updated frequently and the paths you are mentioning represents new version (for...
Many python libraries have async function versions with callbacks. Not sure if it is possible to use that from swift. Any idea how to bridge it?
we are talking about closures back to the swift code, not lambdas in python right?