Dan Jarvis

Results 10 comments of Dan Jarvis

I was hitting this issue while using the translate filter: `{{'Save & Next' | translate}}` If I switch to using the translate directive it will work on IE... but break...

OK. I just investigated this a bit further and the issue is not caused by IE / Edge converting the loaded JSON (that doesn't actually happen). The issue is that...

Just hit the same issue running 3.1.2

I'm going to take a stab at this.

Nevermind, this was taken care of in https://github.com/MihaiValentin/lunr-languages/pull/53 Any chance we can get a merge on this @MihaiValentin?

For this scenario you should be setting `IsStreamOwner = false` on the `TarOutputStream`: ```cs var ms = new MemoryStream(); var tos = new TarOutputStream(ms); tos.IsStreamOwner = false; // Write a...

👍 This is a great patch. Any chance it will be getting merged?

I'm not sure if you are still having issues with content URIs. If you are, check out [this plugin](https://github.com/danjarvis/document-contract). While you can use the File System APIs to resolve file...

Hey there. Excellent work thus far on this PR. Looks like its not actually going to be merged and released. I have been testing it and I am seeing one...

Possibly [here](https://github.com/AndrewBastin/vue-promise-modals)