-
### Which packages are you using?
stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_persistance, stream_chat_localizations
### On what platforms did you experience the issue?
…
-
**Describe the bug**
In the GUI the color parameter for d.vect displays the RGB value for a color as R:G:B:X with an extra value of 255 at the end. While the command runs properly, if copied the comm…
-
Sample code:
```java
var azmon = new AzureMonitorExporterBuilder()
.connectionString(...)
.buildLogRecordExporter();
var logProvider = SdkLoggerProvider.builder()
.add…
-
Loosely inspired by https://maxhalford.github.io/blog/ogd-in-sql/, especially the last paragraph. If we supported a limited set of PARTITION BY clauses in changefeed expressions that were always inter…
-
I am currently setting subtitles this way:
```
var subList = subtitleTracks.asMap().entries.map((entry) {
int index = entry.key;
var track = entry.value;
…
-
Let's collect additional SQL features we need to implement here.
- [x] We need a way to distinguish streams from tables. E.g., we currently cannot express a streaming join where one of the inputs g…
-
Hi, the `Value` enum supports ATM only RESP2 types. I would like to also add RESP3 support - would you prefer to add that as more enum types to Value (which would be a breaking change), or using some …
-
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2769
Originally created by @aaronsteers on 2021-05-27 02:23:35
---
Note: this was created as a possible path forward for [#2738](ht…
-
I made this helper function to easily show certain elements based on the value of a signal using `futures-signals`.
```rs
use std::future::Future;
use futures::{FutureExt, Stream, StreamExt};
us…
-
This would be to support filtering MIDI events by channel for each jack mapping.
Rough TODO list:
- The MIDI channel would need to be baked into the patch format.
- The jack ID is a uint16_t, a…