Austin Kurpuis

Results 13 comments of Austin Kurpuis
trafficstars

Same here. We rely on this feature for some of our published packages and we cannot upgrade nx to the latest version until this feature is restored.

@chasenlehara and I were able to create a reduced test case. Open this [jsfiddle](https://jsfiddle.net/0bseofjq/11/) in Safari and you will see the error. I hope this helps.

@olivernn, thanks for jumping on this so quickly! I did some experimentation as well before making the test case, and I also noticed the unicode characters, and the fact that...

Very Interesting. `String.prototype.normalize` is supported in Safari 10 and up. What do you think about identifying Safari and normalizing if available? I don't see a reason to normalize in other...

By the way guys, this was fixed in a recent merge :)

# Update Looks like its showing a deleted DB in the UI which I mistook for the right one. [mongotron-dupliacte-db.tiff](https://files.zenhub.io/56b19e64daedef214729029e) Uploaded using [**ZenHub.io**](http://www.zenhub.io)

I deleted it in the Mongo shell a very long time ago, 6 months at least, way before even hearing about Mongotron.

Try version 0.0.7, there was definitely a problem in 0.0.6 so I can only assume it might have been in the previous release as well.

@chasenlehara I had a good talk with @nlundquist about this. As it stands, `can-connect` won't work with only `localStorage`. Nils explained that adding this functionality would fundamentally change how caching...

@justinbmeyer the problem is that the localstorage behavior currently can’t return lists that weren’t calculated by some backend and then cached in it - to work as a data source...