-
There are some issues with current MIDI low-level stuff that will backfire if not taken care of.
Namely, it is built around an assumption that incoming MIDI messages are 3 bytes long. As far as I c…
-
I would like Node.js to support the following user experience
```bash
$ node script.ts
Typescript support is missing, install it with:
npm i --location=global typescript-node-core
$ npm i --loc…
-
This issue tracks getting the currently-allow-by-default `elided_lifetimes_in_paths` lint into a place where it can be enabled by default.
### Context
(This was formerly in the in-band lifetimes tr…
-
The DID WG recently resolved to rename the "DID Specifications Registries" to "DID Extensions". This group should consider renaming the "VC Specifications Directory" to "VC Extensions". Doing so avoid…
-
Currently there is no sense of order in the list. Would love to see if listed by category :+1:
-
I use mariadb locally, mysql on staging/production. I've been having trouble debugging this problem for quite awhile because it's not consistent. However, while trying to upgrade Ruby to 2.5 and thi…
-
### Issue Description
I have been trying to document how to set up Visual Studio Code and Dev Containers to use Podman instead of Docker. However, there are some issues that I have run into that ar…
-
`sudo make test TEST=tests/after/test-integration.sh` resulted
```
+ make clean TARGET=/home/djovi/IdeaProjects/cam/test-zone/after/test-integration.sh/target
make[1]: Entering directory '/home/d…
-
The `#[thread_local]` attribute is currently feature-gated. This issue tracks its stabilization.
Known problems:
- [ ] `#[thread_local]` translates directly to the `thread_local` attribute in LLVM…
-
On `Rc` and `Arc` an new unsafe `get_mut_unchecked` method provides `&mut T` access without checking the reference count. `Arc::get_mut` involves multiple atomic operations whose cost can be non-trivi…