Matic Kukovec
Matic Kukovec
I did an update and get this now: ```bash E:\Nim\figuro\shutdown-app> .\shutdown.exe app frame NOT Start AppTicker tid=21400 period="14 milliseconds" DBG CSS theme into app tid=29312 numberOfCssRules=0 NOT Starting CSS Watcher...
Second part of the output above is `PS E:\Nim\figuro\shutdown-app\figuro> nimble install -d`
Yes, thanks, that fixed it 👍
Is there a way to override the `data` directory?
Can I make an `Input` widget readonly? Or replace it with a `text` widget at runtime?
No problem, was just wondering if there was a simple workaround. Thanks for the information.
Hey @almarklein , I looked at some of the source and there are quite a few `self.ws` or `self._ws` references. If I would update all of those references with a...
Hey @almarklein I tried a bit of fiddling around, but now I'm getting the error `Asked for session id X, but could not find it` when trying to reconnect the...
Thanks for the quick reply. > Mmm, my first guess is that the websockets might not be cleaned up properly (sockets are file descriptors too). Could be, yes, but currently...
Hi @almarklein Thanks for the suggestion. Here is the output of the command when two users are accessing the app simultaneously: ```bash ~$ sudo lsof -wXFn +p 1081 p1081 fcwd...