Gerd Zellweger
Gerd Zellweger
@Karakatiza666 ideally we either have the demos also in docker or we remove this menu option in docker if there are no demos to choose from
It should not appear in docker form factor
yes we don't have authentication in docker
another issue of this [Screencast from 03-19-2024 05:14:26 PM.webm](https://github.com/feldera/feldera/assets/127654/ebb79d33-9a3b-4a2c-a01d-f9f4db67d6ca)
> In the Rust side of things, the idea is to use serde_json::Value or a potential wrapper type for it. We probably want our own value type so we can...
let's not use a type that we don't "own" like IString, which isn't in our own codebase. This only makes it harder to implement traits etc. for it which has...
let's coordinate on it this week, I can make a string type
duplicate of https://github.com/feldera/feldera/issues/1458
> The problem is if you have an expression such as a+b+c. The way you suggest writing code will need to compile this into: > > ``` > let tmp0...
Since Mihai informed me that this is for SQL source information... I'd check if there is a way to add annotations directly to DWARF by annotating the rust code. Then...