MindsightsAI
MindsightsAI
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
That one works when the ‘a’ value changes based on the chat response, but not from the endpoint. I see logs with correct values from the endpoint and can set up breakpoints to see correct values. However, at the UI, I see old values; it looks like reactivity isn’t working as expected
18 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
Access fixed
18 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
18 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
Your example works perfectly, but why don’t mine ? In the debugger all looks perfect, variable changed, but inside UI I see old values. Also, printing a variable after changing it works somehow strangely.
18 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
Yes for both questions, it is open source playground for HSL DSL https://hackmd.io/@hslang/hsl 1 user and 1 instance at one point in time
18 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
installation problem, outdated version solara-ui
Check pyproject.toml in the Repository: Ensure that the pyproject.toml file must correctly define the package name under [tool.poetry]. It will fix the problem.
7 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
installation problem, outdated version solara-ui
poetry add "solara @ git+https://github.com/widgetti/solara" Updating dependencies Resolving dependencies... (7.5s) Unable to create package with no name
7 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
installation problem, outdated version solara-ui
One more relevant problem when trying to install from git using poetry
7 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
I do not want to use hard way - pass data to web view, from web view to iFrame with solara, from solara vue to Python using cv
18 replies
SSolara
Created by MindsightsAI on 4/24/2024 in #questions-issues
Server route
@MaartenBreddels Yes that's right, I do vscode extension, the application on solara runs as an iframe in webview. I need to pass data from vscode extension(js) to reactive variable
18 replies