Sámal Rasmussen
Sámal Rasmussen
I just updated Webpack and suddenly no template would load properly. By setting a breakpoint just after a component is loaded I could see that the template was loaded as...
This is a solution for https://github.com/mathiasbynens/utf8.js/issues/7
### Describe the bug The shareReplay docs have a missing image: https://rxjs.dev/api/operators/shareReplay This gives a 404: https://rxjs.dev/shareReplay.png ### Expected behavior Image loads. ### Reproduction code _No response_ ### Reproduction URL...
Setting the chunkSize option while uploading with a react-native app on ios gives an error like this: ``` [native] Exception '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'...
I made a pr (#206) to make it possible to just pass in your own implementation of configstore, but I was promised a different solution by @Murderlon instead, so I'm...
Currently there hasn't been a commit since June 2017. That's two and a half years. I was looking around for more actively maintained alternatives and found this one: https://github.com/timocov/dts-bundle-generator I'd...
The Svelte package recently had their download numbers flooded with a huge amount of downloads for a short amount of time. This makes the graph unreadable as the downloads spike...
### Feature description Feature request: Slide to unlock component. On mobile phones, when you want to make an action slightly physical hard to do, so you don't do it accidentally,...
I'm importing the ffi version directly from the pr like this: `import * as argon2 from "https://raw.githubusercontent.com/cake-monotone/deno-argon2/c80140ec0e56fc3a0a8850c574be73d9da42b9d2/lib/mod.ts";` Unfortunately there doesn't seem to be an arm build for my m1 mac:...
Take this example from the tests: ```` it('Works with arrays', () => { const o: ITest = { one: 5, four: [null, { firrst: 4 }] }; expect(get(o, (p) =>...