Marko Vejnovic
Marko Vejnovic
The application seems broken and returns -1 without any error message upon an attempt to send a message. ```python itchat.send_msg('Hellouser', toUserName='user') ```
**Describe the bug** It appears to me that running `operators.sample` prevents the `on_completed` event from getting fired, while `on_error` works as expected. **To Reproduce** Steps to reproduce the behavior: 1....
Hi! I am currently running a Fedora 35. I decided to package this software. It should work on both 35 and 36 without a hitch. I decided to dump a...
Hello. After reading a private key created with ```c# KeyGenerator keyGen = KeyGenerator.Create(); KeyPair keyPair = keyGen.GenerateKeyPair(); string privateKey = keyPair.ToEncryptedPrivateKeyString(args[Array.IndexOf(args, "--private-key") + 1]); string publicKey = keyPair.ToPublicKeyString(); File.WriteAllText("privKey.txt", privateKey,...
I have observed that `grep` line-buffering is unexpected: Let us run the following command: ```bash stdbuf -oL candump can2 \ | stdbuf -oL cantools decode -s "$MY_DBC_PATH" \ | grep...
### Describe what happened Hi pulumi community! I'm relatively new to pulumi (and IAC in general) and I have been trying to setup a simple Pulumi project which provisions a...
I've noticed that `ag` yields a false positive. ## Reproduction Guide ```bash # Grab yourself a copy of linux (I was working on the given commit) mkdir linux && cd...
Unfortunately this code crashes in the multi-threading case. I haven't managed to determine _why_ exactly. Hopefully you'll find this helpful! :) ```cpp #include #include #include #include #include static void BM_Multithreaded_LocalAlloc(benchmark::State&...
## Description The goal behind this PR is to introduce a mechanism for viewing diagrams and kick-off the diagramming effort with a power tree analyzer. I've ultimately added two new...
### Feature Request Currently, `atopile` errors do not have an associated error code. Error codes are useful because they can point to something actionable and searchable, perhaps in a documentation...