Jason Kohles

Results 25 comments of Jason Kohles
trafficstars

It was set in the environment where my app was running. It wasn't that something unexpected was setting it, basically my `.env` file included both: ``` NODE_ENV=development BABEL_ENV=development ``` but...

My recommendation: SwiftUI To Cli Adding Superior Experience

Or... SwiftUI Throws Cli Arguments Some Execution? SwiftUI Tosses Cli Arguments Some Eggs?

FWIW, I ended up here because I was trying to do something like this: ``` . as $line | try fromjson catch $line | stderr ``` I'm filtering ndjson logs...

I wound up here while trying to track down a similar issue, and what ultimately ended up being the cause of my problem was using "include" to read one config...

See my comment here for a fix if you need to have both installed: https://github.com/Microsoft/playwright/issues/6981#issuecomment-1584573476

After following the documentation there is still a situation where this doesn't work. If you use `plugins link` to link a plugin for development (and the plugin has commands in...

For anybody else who ends up here and was having the same problem I was having where `plugins link` would still give you the `ERR_UNKNOWN_FILE_EXTENSION` error I did finally find...

It seems that Google removed presentation mode from Chrome starting with Chrome 49. https://bugs.chromium.org/p/chromium/issues/detail?id=538872 Could we get chrome-cli to trigger full-screen mode when requesting presentation mode?

Did you try [WebServer.cpp](https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/src/WebServer.cpp)?