Iskren Ivov Chernev

Results 18 issues of Iskren Ivov Chernev

It looks like the export name under AMD is `cldr`, under CommonJS is `cldr.js` and the global variable is named `Cldr`. Can it be a bit more consistent?

Currently `idlc` puts an include guard like `DDSC_BASENAME_H` (similar for C++). However if you have 2 files with the same basename (in a different folder, for example) it will clash...

bug
help wanted
good first issue

I noticed that `-R` only recurses on the current directory. Sometimes its desirable to recurse on a sub-directory. So in this patch I try to recurse on all given directories....

Specifying files to mock by a relative name is not enough if you require the same file multiple times from different directories. So I added an option to mockery to...

duplicate
enhancement

**What version of protobuf and what language are you using?** Python 3.10.4 protobuf 4.21.9 (from pip) Linux kernel 6.0.10-arch2-1 (arch, latest) **What did you do?** 1. Compile the following proto...

python
release notes: yes

DeepInfra is an Inference-as-a-Service provider. Add a simple wrapper using HTTPS requests.

github is complaining about actions using node 12 with the following warning: ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use...

The following code produces a class cast exception ``` java package im.imo.services.base; import java.util.HashMap; import java.util.Map; import redis.clients.jedis.Jedis; import redis.clients.jedis.Pipeline; public class FailJedis { public static void main(String[] args) {...

The main reason I started using this library is to do SSE events that require `POST`. As you can imagine, those have state and shouldn't be reset by the client...

### Problem Pressing Ctrl-z while inside neovim, causes neovim to suspend (I guess), but the terminal is now also completely fronzen (and not the ctrl-s/ctrl-q type). Not only that, all...

bug