-
Does solara provide access to (read/write/modify) the browsers "localStorage" ?
Thanks
-
Do not have any reproducing steps yet, but one can seemly get an unhandled exception from acquire_lock timeing out. This has been observed using ert-11.0.7.
https://github.com/equinor/ert/blob/9819a5…
-
-
### Checklist
- [X] I have **tried ALL** of the steps mentioned in the [troubleshooting guide](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
- [X] I have **searched** for this in the [iss…
-
The linesList is requested from the backend and does not change so we could cache this in the localstorage to make the app run a bit faster.
-
It seems like chats are no longer stored in Local Storage. If I run:
```
for (let i = 0; i < localStorage.length; i++) {
const key = localStorage.key(i);
console.log(key);
}
```
There are…
-
The like button, on clicked, sets in localstorage that that post is liked by the user and it can't be liked again
But one can easily clear the localstorage and like it again (see screenshots)
this…
-
If you run for first time the webapp through `pnpm dev`, anything is loaded and, after a while, it crashes with a timeout error. If you refresh, then the web app loads sucessfully.
![Screenshot 20…
-
- [x ] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported
- [ x] I have tested the latest version
## Steps to reproduce
…
-
### What happens?
currently we set proxy to localstorage
### What did you expect to happen?
it should be saved to workspace then to localstorage
### OpenAPI Document
_No response_