Isaiah Odhner

Results 203 issues of Isaiah Odhner

![contextmenu js bug 2](https://user-images.githubusercontent.com/3630663/37736525-873a0e10-2d27-11e8-8039-1ca1bc651735.gif)

![contextmenu js bug](https://user-images.githubusercontent.com/3630663/37736485-6f7fcbe8-2d27-11e8-8525-730ebe34bfdf.gif)

You can get a free certificate directly from Let's Encrypt, or use a service like Cloudflare

Hey, just passing by, but FYI there's a project for reducing the bloat/overhead of Electron apps by using the OS's built-in web rendering engine. It's called [Electrino](https://github.com/pojala/electrino) (there's a [blog...

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description When the page includes a CSP header like ``, the injected script is not allowed to run. It's hard...

## Issue description If I try to use the `--middleware` option with a relative path, it fails, and it doesn't give much information. (It's hard to tell where it's searching...

Fixing doubled callbacks, called once to handle results and then a second time to handle an error thrown in the callback (like [described here](https://willhaley.com/blog/try-catch-callbacks-in-javascript/)) Yet to do: FS.ts Need to...

Installed with `npm`, I get: ``` > tsc -p src src/backend/Dropbox.ts(400,40): error TS2339: Property 'path' does not exist on type 'UploadErrorPath'. src/backend/Dropbox.ts(510,40): error TS2339: Property 'path' does not exist on...

bug

Whew! This took some debugging. I got `Uncaught Error: unlock of a non-locked mutex`, and at first I thought it was the `readdir` failing (and it kind of is), then...

bug

It fails because it gets a status of 0 and decides that's a failure, even tho the response data is there. That is not a pretty error message: ![not a...

bug