Abitofevrything
Abitofevrything
**Describe the bug** Guild events should be cached, but they are only available through emitted events or by fetching them from the API. **Expected behavior** Guild events should be cached....
### Description Sometimes, the choices an application returns for an autocomplete interaction can depend on the values of other options that the user may or may not have filled in....
Adds SSE3 support for SIMD and support for using Imath for fp16-fp32 conversions. Imath can be faster on systems where whisper.cpp doesn't already have a native method for doing the...
Adds functions that use `CLOCK_PROCESS_CPUTIME_ID` instead of `CLOCK_MONOTONIC` for timings, and are therefore not affected by other processes on the system. One thing to check before we merge: since the...
Currently, the `bench` tool simply spits out the timings from `whisper_print_timings`. These timings are not process specific and as such are influenced by other processes on the system. Should we...
The issue was originally caused by the math plugin only allowing the balloon to show up below the target. This pull request allows it to show on top as well,...
**Description** Sometimes when creating a brick, we might want to optionally include some code if the user wishes so. For example, we might have a `include_color` variable which would generate...
Since the types of elements are returned as indices into the `Kind` enum in the generated `index.json` file, any additions to the `Kind` enum are effectively a breaking change for...
Currently, view classes implement the model class. This is annoying when defining methods on the model class (such as `toJson`) as the implementation is not inherited.
 The input panel will overflow from the editor on the bottom, which can cause issues if the editor is near to the bottom of the screen or is surrounded...