David

Results 197 comments of David

@gerardroche If you can give me some pointers, I could also try to submit a PR for this myself :)

Would it be possible to include a `vi_in_motion` context? Like, setting it once a motion starts, and unsetting it on motion end. I'm not fully familiar with how sublimetext works...

Thanks for the explanation! It was more curiosity in general anyway. I might give it a try when I have some time to kill :smile:

Hi I'm having the same issue of having multiple items with the same `x-deduplication-header` header ending up in the same queue. No special settings either, just a fresh rabbitmq (single...

@norio-nomura thanks for the instructions. I was able to compile and run stand with the setup above!

oh I didn't know that. Let me give that a try

Anyhow we can help to get Monacoin support through? As @cryptcoin-junkey said, MONA is the most famous coin in Japan, currently trading at higher prices than a lot of other...

I copied some code from [TritonASTLLVMIRTranslator](https://github.com/fvrmatteo/TritonASTLLVMIRTranslator/blob/master/Translator.cpp#L682-L695) to arybo to hotfix-fix this: ```python def glue_for_bvsmod(lhs, rhs): srem = lhs.srem(rhs) add = srem.__add__(rhs) return add.srem(rhs) ``` I wanted to submit a PR...

I ran into the same thing (in December 2021). A export of the entire site data shows that the same post exists twice, with identical guid. Even after I removed...

The idea behind this was that not many people know zsh / zstyle scripting (me included) but still want the vim features they are used to. For example, until recently...