Hans Raaf
Hans Raaf
It should work. Is your workspace trusted? Check if the extension really is active.
What if you simply make the file read only in addition to making it executable?
`RUN chmod 500 /root/autostart/autostart.sh` instead of the `RUN chmod +x /root/autostart/autostart.sh`
I think I remember that I was not agreeing with having the check enforcing it to be "mounted read only". There must be some issue with that. But anyway: Thus...
Here is the old discussion: #147
I wonder if the way you fetch data is blocking the UI go routine. We use the browser fetch API directly to avoid including go/http (which bloats the app-size). We...
This is what we use: ``` Icon: app.Icon{ Default: "/web/logo-192.png", Large: "/web/logo-512.png", SVG: "/web/logo.svg", Maskable: "/web/logo-512.png", }, ``` In the website is `
I think you should report this in the TinyGo repository.
Adding such a function should be enough, yes. We implemented our own converter for the epoch day to date calculation with that. I hope we got that right, but it...
FYI: We do not want to use a downgraded Docker Desktop. We switched to using: `mcr.microsoft.com/mssql/server:2022-latest`. The only problem we had is that this does not seem to have `sqlcmd`...