Mastercuber
Mastercuber
Seems like ```js backend: { loadPath: 'locales/{{lng}}/{{ns}}.json' } ``` needs to be added in the [`i18n.ts`](https://github.com/portainer/portainer/blob/3635df89dc7f0fdce8a7c29404afdc3070a74b01/app/i18n.ts#L15) file to make the translations files requests relative to the base path. See the...
Just rebased the main branch for better mergability
Just rebased main another time
@joshmossas the [newest commit](https://github.com/unjs/listhen/pull/106/commits/129a3f8aff5517be2eb4b1a33789fe5cf1cb072f) adds a `--http2` switch. HTTP 1.x and HTTP 2 (both with TLS encryption) are working fine. When starting listhen with HTTP 1.x and the `http` module,...
@joshmossas I have incorporated your changes into the PR. Now, on an Upgrade request, the [101](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101) switching protocol header is responded to the client like you can see in the...
The `ws://` version is now working, also demonstrated with an example at `/ws`. Thanks for that @joshmossas! The `wss://` versions (tls enabled) seems not to work. What I can see...
Thanks for your review BTW!
@pi0 After a bit of refactoring, this PR looks much cleaner now. Adding the signals traps is separated into #108 and an issue #107 was created for it. The `getURLs`...
Indeed the generator wasn't necessary for passing the args.. I somehow have overseen the possibility to pass an object to `server.listen`. Absolute paths on unixoid systems are also supported now...
I've closed the [old PR](https://github.com/davidtranhq/tex-math-parser/pull/7). This one handles multi-char variables also as variables. The tests show the successful handling of multi-char vars. With the provided conversions, f.e.: ```ts const vars...