Fabien Arcellier
Fabien Arcellier
That makes sense. I will take a look based on your explanation. I encounter a strange behavior on replay mode. The content-type is different than the one sent by the...
I have to move the `ExtensionManager` into `serve` module. We want to avoid interaction from core module with the filesystem
Thank you so much. It's very clear. We missed this change when we change the declaration of `package.json`. [Library Mode](https://vitejs.dev/guide/build#library-mode). When introducing "type": "module" in `package.json`, it change the behavior...
You may be able to change `src/ui/src/core_components/base/BaseContainer.vue` to map on css class instead of style. Unfortunattely, you still need `!important` flag due to the way style scope definition are working....
THANKS. This request helps us prioritize our roadmap. Selecting an element in a dataframe is indeed a must-have. We can't do that now. We want to evolve our components to...
A classic way to get around the problem is to display a tooltip instead of the slider value. Here is an example taken from the material ui document which can...
@mmikita95 I think this one has been delivered in 0.4.0. Could you confirm ?
Hello, I have try on my side, it's working well. Could you try with these files [extension.zip](https://github.com/streamsync-cloud/streamsync/files/13915579/extension.zip) ? It will help to know if we have to look for on...
I have done a diff on both files after reformating. I think the one from ubuntu (my version) is linked to the code of streamsync, the one on windows (your...
> > I experience the same thing with the linked files, I am using nodejs v20.10.0 in a venv running python 3.10.11 I will upload examples of my files on...