Jonathan Knapp

Results 24 comments of Jonathan Knapp

I was able to add memory source support in Reach Router and Storyboard with the following decorator: ```js import { LocationProvider, createMemorySource, createHistory } from "@reach/router"; import React from "react";...

I ran into a snag having the router work properly after changing any context (ex: changing "knob" value) and the issue seemed to stem from calling `createHistory` multiple times. If...

Thanks for the info. I figured this was a conversation that's occurred over the years with many projects and maintainers. Didn't think a silver bullet was likely but figured I'd...

This additional increase to the bundle may be a side effect of running it through webpack / babel as well. I'm a little light on exactly why it's happening, just...

If this library includes the full AWS lib (or it was implicitly done via webpack) that may be it. My only other AWS require in the app was `aws-sdk/global` which...

I think you are correct about the entire AWS lib being included. I have some code that avoids webpack and includes the minified version of this lib in another script...

Ah, looks like a new NPM version was not published after the change to remove the bulk of AWS sdk from the minified version of this lib: https://github.com/aws/amazon-cognito-js/commit/47f6b8a52d703d9249e4a63ffcadc5a896e6c972 It would...

FWIW things were working for me on PopOS until recently when the icons were all missing again. I played around with it a bit and found that I needed to...

Glad it worked @delaneyj. As a heads up, you may want to tweak the script a bit since it doesn't automatically prune applications that you remove from your nix config....

Similar to my issue, it's occurring when I try to create a zip file as well. I am running home manager + nix on PopOS. I just started to rebuild...