Porawit Poboonma
Porawit Poboonma
You can install terminal-plus from github repo as a workaround for now using `apm install jeremyramin/terminal-plus`. Atom will ask you to rebuild the package, once it done, terminal-plus will come...
It looks like `OwlModule` is not correctly imported.
Apart from es decorators change, `Deno.serveHttp` should be replaced with `Deno.serve`, as `Deno.serveHttp` is now deprecated on 1.40. https://deno.com/blog/v1.40#deprecations
It would be great if you update jsmin-php to this version [https://github.com/mrclay/minify/blob/master/min/lib/JSMin.php](https://github.com/mrclay/minify/blob/master/min/lib/JSMin.php), sorry for referencing other repo ... but this is the most uptodate version of jsmin-php i can found...
this seems to break existing remote mcp with simple headers authorization from this ```json { "mcp": { "mymcp": { "type": "remote", "url": "{env:MCP_API_URL}", "headers": { "Authorization": "Bearer {env:MCP_API_KEY}" } }...