-
This is not an actual issue and I don't know if this is the best place/way to post something like this. Open to suggestions. Github Project Board maybe? Never used one so I don't know. For now, the go…
-
* [x] for arrays, pointers, error unions, nullables: `T.child_type` field.
* [x] for functions, `T.return_type` field
* [x] for functions, `T.is_var_args` and
* [x] `T.arg_types` which is of t…
-
UEFI spec doesn't know anything about the configuration table GUID for FDT.
See https://uefi.org/sites/default/files/resources/UEFI_Spec_2_8_A_Feb14.pdf#page=172
...because of that, this spec sh…
-
I wanted a rule to replace `printf("foo\n")` calls with `puts("foo")`. I found, Coccinelle `expression` declaration supports regexps, so tried this. Unfortunately, inserting a `\"` string into the reg…
-
```
Error in line 1: while requiring "./spec/x509_spec.cr"
in spec/x509_spec.cr:30: instantiating 'OpenSSL::X509::Certificate.class#new(String)'
from_pem = Certificate.new pem
…
-
-
Hi there,
I may have possibly overlooked something but I have fish shell installed via homebrew, I've just upgraded to `2.2.0` from what I assume was a much older version. I'm trying to use the web …
-
In Ruby there's [`Hash#compare_by_identity`](https://ruby-doc.org/core-2.7.0.preview1/Hash.html#method-i-compare_by_identity). What it basically does is to stop comparing things with `eql?` and use `e…
-
**Describe the bug**
Code snippets have alpine embedded in - instead of just copy paste you have to go and remove/replace them with framework of your choice.
**Expected behavior**
Provide "pristi…
-
Love this library. I am desperately trying to compile statically on alpine, however I keep running into:
```
ld: library not found for -lcrt0.o (this usually means you need to install the developm…