httpjamesm

Results 29 comments of httpjamesm

Any update on this? I'm working on an app that relies heavily on the ability to store CryptoKeys in IndexedDB.

I have found a solution. I used `craco` instead of `react-scripts` to deploy my app and overrode the webpack configuration with `craco.config.js`. My `craco.config.js` file is as follows: ```js const...

I think this can be done in a privacy preserving way without that many performance implications. Instead of storing the entire database in one encrypted string, store each history entry...

@aeharding Is this a feature you want to pursue? I can add this in

Please refer to the multitude of issues related to this error 🙂 https://github.com/raycast/extensions/issues/10266#issuecomment-1902770442 https://github.com/raycast/extensions/issues/9842#issuecomment-1868179446 https://github.com/raycast/extensions/issues/7233#issuecomment-1602716452

I'm also experiencing this bug when using `io.ReadAll`. Any solution? Update: turns out I just forgot to create my B2 client... ha

Here's how I fixed it: 1. `source venv/bin/activate` 1. `cd venv` 2. Change symlinks in `bin/` By default, the `python`, `python3` binaries are actually just symlinks to `/usr/bin/python3`, which will...

> > Here's how I fixed it: > > > > 1. `source venv/bin/activate` > > 2. `cd venv` > > 3. Change symlinks in `bin/` > > By default,...

I'm still facing this bug on my Next.js project in Cloudflare Pages with `experimental-edge` runtime. Has there been any movement on this issue?

I would also love to have this feature. Currently I’m dealing with a similar issue where user content is being cached no matter their session state, so they end up...