Scott Trinh

Results 228 comments of Scott Trinh

There is also another import that is broken: https://github.com/connor4312/blake3/blob/9195cdd08eab8226bc647b964a17bdeb7709f7f3/ts/node/hash-instance.ts#L3 In the build code, that turns into: ```ts import { Transform } from 'stream.js'; ``` Not sure how best to tackle...

@NeverwinterMoon I've considered this same thing, actually. However, I feel like the Safari breaking change is enough to keep me from wanting to do this without bumping our major version...

Thanks, @NeverwinterMoon! Let me know if there is anything I can do to support you.

@mcarriere Nothing currently in the works, but I'd be happy to help with anyone who wants to take a stab at a PR. I no longer use it for my...

@jairemix Nice catch and sensible solution! Feel free to submit a PR, I'd be happy to review, merge, and release a patch version that fixes this.

@matthias62 I know the latest version of localForage recently switched over to using IndexedDB on iOS by default, and we've not followed them over since that's really a breaking change....

[Link to localForage release with iOS breaking change](https://github.com/localForage/localForage/releases/tag/1.5.0)

@itjustwerks You can already insist on using IndexedDB if you have to have it for your application: https://localforage.github.io/localForage/#settings-api-setdriver. You just need to call `setDriver(localforage.INDEXEDDB)`. Does that work for your case?

I've not had to do this, but can you use `localforage.INDEXEDDB` instead of `asyncStorage`?

@ancha3 I just relaxed the bower Angular version dependency to `1.6.x`, but I don't typically use bower, so let me know if that is working for you.