-
I wrote a [simple Go wrapper for libfvad](https://github.com/josharian/fvad), if you'd like to start a readme section about that. Or not. :)
-
On the past we had problems of wrappers that stopped working because someone changed something without updating the wrappers accordingly. Thus, a set of tests shall be added to test the wrappers:
-…
-
Today, it is the duty of a _theme_ to embed, override and provide any _raw tokens_, _semantic tokens_ and future _component tokens_. It implies to have finaly a `class` with thousands of objects.
I…
-
Hello, please allow me to ask where is my problem here?
D:\Anaconda\envs\rlgym\python.exe E:\gym-master\test.py
Traceback (most recent call last):
File "E:\gym-master\test.py", line 1, in
…
-
If I compress a RIFF-WAV file, I end up with the header stored in WavPack file. This is expected:
```
% wavpack -q audio.wav
% wvunpack -ss audio.wv
[...]
source format: Microsoft RIFF with…
-
It would be nice to have possibility to make conditional containers for children.
```slint
component MyComponent {
if condition : some_id := CustomWrapper {
@children
} else : V…
-
Should I always wrap my FDs in a generic wrapper even if I implement EventSource and just have a single source?
```rust
pub struct IPCSource {
socket_source: calloop::generic::Generic,
}
…
-
Hi! In my use case, I need to sort a vector containing both positive and negative values as if they are absolute.
I can do this with the `sort_unstable_by` quite simply using:
```rust
x.sort_un…
-
### Describe the bug
When an instance of a Foundation collection class is created (e.g., NSMutableDictionary), Rubicon uses a collection class (e.g., ObjCMutableDictInstance) to ensure that Pythonic …
-
I'm wondering if we could migrate to using a "standard" or at least very common model for requests and responses.
What I'm thinking is using the wrappers from Werkzeug https://werkzeug.palletsproje…