Erik
Erik
I have the same issue, I have defined `defaults` and get undefined instead of the default value, then I tried defining a complete `schema` structure, same result. cant provide a...
quick and dirty workaround for now: ```javascript const dotProp = require('dot-prop'); const storage = new Storage({ defaults }); storage.getWorkaround = function (key, defaultValue) { let v = storage.get(key, defaultValue); return...
References https://github.com/sindresorhus/electron-store/issues/88 But mainly: https://github.com/sindresorhus/conf/issues/85
@seabasss The main reason why `auth:sanctum` is in your `routes/web.php` can be read in the [docs](https://laravel.com/docs/9.x/sanctum#protecting-routes) > You may be wondering why we suggest that you authenticate the routes within...
@ibennetch Some time has passed so the project wasn't on my radar ^^ I'll look into it the next days 👍
For me it just opens tons of electron and cmd windows, I have to abort it to make it stop, no error messages
As mentioned in the issue description I think we need something that communicates between main and renderer through a preload contextbridge. The solution to this cant be "yeah just disable...
@baparham Yes, I created this issue because we need a longterm solution. I really appreciate the 12.0.0 release but in the context of the issue, it is a make-shift solution...
@David-Desmaisons what is missing for this to be merged?
I will never understand how opensource / pull requests is a thing that works. The time you guys spend on discussing this stupid little issue, the time you spend reviewing,...