Nikola Knežević
Nikola Knežević
When I try to use ENUM converted type, with binary underlying type, I get the aforementioned error. Seems that ENUMs are not fully supported by this library, is that correct?...
When running the following: ``` niv update terraform-provider-github -a rev=v2.21.0 ``` I got: ``` Update terraform-provider-github Reading sources file Could not read the output of 'nix-prefetch-url'. This is a bug....
This adds support for Rust by copying the config for C++. The comments in Rust start with `//`. There are also doc comments `///` and `//!`, as well as multiline...
When I try to deserialize a record, I get the following error: ``` com.jsoniter.spi.JsonException: no constructor for: class ch.knezevic.school.LastDone at ch.knezevic.school.FeedTest.shouldDecodeLastDone(FeedTest.java:67) ``` The test looks like this: ``` private static...
###### Description of changes ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [x] x86_64-darwin - [ ] aarch64-darwin - [ ] For non-Linux:...
I have: ``` alias ']'=open ``` set on my macOS Monterey, running under `zsh 5.8 (x86_64-apple-darwin17.7.0)`. I would expect that when I type `] foo` in the shell, `]` gets...
When a repository has hooks enabled (esp. `*-commit` and `pre-push` hooks), release process will trigger them. Given that these hooks usually (but not always) run various tests, which has been...
Hi all, I heard a lot about kubernetes and I wanted to try it. Hence I discovered kube-solo and wanted to use it to learn kubernetes. However, my laptop is...
As this overlay tracks various emacs packages, I'm wondering would it make sense to add emacs-macport to it as well? If yes, I'm willing to add it.
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...