CtrlZvi
CtrlZvi
In the code ```c typedef int foo; foo (*bar)(); ``` The declaratory for `bar` incorrectly has `foo` as the type specifier in its specifier list. This causes `TypedefName()` and `IsTypedef()`...
There are several places where the Go identifiers used for types that are effectively the same (differ only in that one is a typedef for the other) will deviate, causing...
Forward declared (incomplete) structs will never have a type created for them in Go. This leads to generated code that cannot be compiled. I think it makes sense to generate...
### Minimal reproducible example Run `npm install @expo/image-utils` then `npm audit` ### Summary It looks like several @expo packages were migrated to this repository _after_ #23113 was merged. Some of...
- Proxying is enabled via the network label com.docker.network.bridge.ndp_proxy_interface= fixes #1159 Signed-off-by: Zvi "CtrlZvi" Effron
Manual summary breaks Markdown formatting by [inserting](https://github.com/gohugoio/hugo/blob/master/hugolib/page.go#L762C29-L762C29) [extra newlines](https://github.com/gohugoio/hugo/blob/master/hugolib/page__content.go#L27). This causes the Summary and rest of content to be placed in separate `` elements even if they should not have...