Mateja Putic
Mateja Putic
Since there are three edit modes for this extension, it would be nice if there was an indicator of what edit mode you were in, similar to native vim at...
* Automatically builds `parse_learn_trace` util for pretty-printing data from binary NN config * Introduces `tt` utility for running test nets with emulator and comparing to baseline FANN outputs
Running any command with `slackcat` results in: ``` /home/mp3t/.gem/ruby/2.3.0/gems/slackcat-0.2.5/bin/slackcat:118:in `block in ': undefined method `fetch' for nil:NilClass (NoMethodError) from /home/mp3t/.gem/ruby/2.3.0/gems/slackcat-0.2.5/bin/slackcat:117:in `map' from /home/mp3t/.gem/ruby/2.3.0/gems/slackcat-0.2.5/bin/slackcat:117:in `' from /home/mp3t/.gem/ruby/2.3.0/bin/slackcat:23:in `load' from /home/mp3t/.gem/ruby/2.3.0/bin/slackcat:23:in `'...
Can you explain how this is not a bug? https://github.com/notexactlyawe/abracadabra/blob/ac8e080ae2ba4c582eb5842139ab7e5082b4cff0/abracadabra/fingerprint.py#L67 It seems this function will always return zero for time delta. Shouldn't it be `return hash((p1[0], p2[0], p2[1]-p1[1]))`?
Since there's no discussion section in this repo, I thought I'd post this here. Just wanted to share this solution for keeping an encrypted dotenv file with uv that I've...