Rose Liverman

Results 134 comments of Rose Liverman

@joshuaavalon How do you change the order of the pool? I've been trying to figure out this feature and haven't yet.

@MicahJon How exactly am I supposed to get this new build? Website linked to doesn't even connect, I could only download the build off of GitHub. Also, in my experience...

Well then, thank you, I will check out that other product. On Nov 12, 2017 23:12, "MicahJon" wrote: @Guard13007 Honestly, the developer of ICE is MIA, you should find a...

@stevenwashere Re-open this and re-title it to "[Bug] Does not load files with # in file name" Also it's a permissions error / attempting to load an invalid file possibly,...

I've narrowed it down to `document.location.pathname` being set to `#` when it should be set to `%23`. Atom's (or Electron's?) `loadURL` (if that is the function being used) will not...

~~Interestingly, `pathname` is sent through `decodeURI()` before being used, which I would expect to fix this, but it doesn't.~~ Actually, isn't that what's breaking it? Yes, seems to be.

I tried to add a `pathname.replace(/#/g, "%23")` after [line 55](https://github.com/webBoxio/atom-html-preview/blob/master/lib/atom-html-preview.coffee#L55) to test a simple fix. This proceeded to have no effect whatsoever. I'm giving up on this for the time...

@Guard13007 (Trying to mention myself so I can find this again later if I decide to try to figure it out again..)

Ran into the same issue with the same manpage today, only with the `-s` flag.