-
### Describe the feature
Similar to https://github.com/paradigmxyz/reth/issues/11123, remove type `reth_primitives::SealedBlock` in favour of using `alloy_primitives::Sealed`. The new `Block` trait…
-
The `style::gecko_bindings::sugar` module implements various safe methods and traits for FFI types from Gecko. However, many of these methods are actually unsafe because they depend on invariants tha…
-
### Describe the bug
In an environment using the AWS wrapper driver, we've encountered an intermittent error where calling `setReadOnly` at the start or end of a transaction triggers the Aurora wra…
-
```
% go version
go version devel +bbd1dcd Wed Jun 1 21:32:46 2016 +0000 linux/amd64
% cat ~/a.go
package main
import (
"bytes"
"io"
"reflect"
"sync"
)
func main() {
…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
When defining an javascript wrapper interface one cannot use default methods.
e.g., The program:
```
public Interface IfcWithDefaultMethod extends JSObject {
default void printHello(){
System…
-
### What happened?
Hi, as I did simple support for HD108 led in NeoPixelBus (https://github.com/Makuna/NeoPixelBus/pull/838) I thought doing so on WLED as well to help out my personal projects a bit.…
-
```
Is it possible to wrap GoogleAnalyticsTracker.setCustomVar() methods in
EasyTracker as well?
```
Original issue reported on code.google.com by `su...@google.com` on 30 Mar 2012 at 9:09
-
https://github.com/G2-Games/cross-usb wraps `nusb` and WebUSB with a subset of the API, but WebUSB could be an `nusb` backend in-tree instead of requiring a wrapper library.
This is probably not …
-
**Describe the enhancement**
In many places in cuegui the code is calling `.data.` values directly instead of using the wrappers functions.