-
If we have a C API with
```c
typedef void (*FunPtr_Void_Int)(int);
callFunPtr(FunPtr_Void_Int);
```
for which we generate
```haskell
foreign import capi "example.h callFunPtr"
cCallFun…
edsko updated
3 months ago
-
It's common for languages to have as part of their standard library a way to construct file path data structures that can then be used to perform certain queries (e.g. isAbsolute(). fileExt(), baseNam…
-
No. I couldn't find CVEs for zap.
## Issue
The version of the zap logger used in `routing-release` and thus Gorouter is pinned to a version from 2016. The API has since changed significant…
-
There is currently no API for doing cache operations on ARM platforms. This leads to code like this https://github.com/seL4/microkit/blob/71e014494367d12f8b12bad9d7d1655778ca2cc2/example/tqma8xqp1gb/e…
-
Hi, the [documentation for `NVTX3_CPP_REQUIRE_EXPLICIT_VERSION`](https://github.com/NVIDIA/NVTX/blob/release-v3/c/include/nvtx3/nvtx3.hpp#L21-L38) in the `nvtx3.hpp` header containing the C++ API expl…
-
Hi,
I'm trying to write a controller for the basic demo in readme, but seems like I can't use the structs inside `internal`, Go doesn't like it much.
```
package stackscontroller
import (
…
-
Current `nim doc` has very anemic support for any kind of metadata annotations (i.e. there is no support at all), but ideally I want to use [haxdoc](https://github.com/haxscramper/haxdoc) as a "recomm…
-
Earlier today I looked at the Windows code in the deprecated `atom/node-spellchecker` package that's used in the extension.
Given I'm a Windows user, and I have a working example in `atom/node-spel…
-
Wrappers (API) requested in at least
- python
- matlab
- c++
- java
-
### What problem does this feature solve?
Vue 3 allows components to have more than one root element.
Using such components in `` warns:
```
[Vue warn]: slots expect a single root node.
```
…
jods4 updated
3 months ago