Christopher Hoage

Results 44 comments of Christopher Hoage

Yes, I can confirm I updated the package. The type issue before was the `getLibraryItems` argument. As I mentioned in my previous comment the issue now is the response shape,...

I noticed version 18 was published today. I can confirm everything works! I tested using the following in Deno and I get the expected response back. Thank you! ```ts import...

Since this project by its very nature requires access to the raw socket exposed by Docker it could be interesting to instead use a similar approach to Traefik and use...

@luin Not really - the issue appears to be that quill is defined as type: module but doesn't define a module See: https://nodejs.org/api/packages.html#dual-commonjses-module-packages `main` should still point to a commonJS...

We used jest `moduleNameMapper` to point to the dist/quill.js file that is still in the package but not otherwise exposed via package.json This allowed jest to use the "ADM" build...

> Can you please provide the flexo version you're using? (e.g. docker image ls nroi/flexo). ``` ❯ docker image ls nroi/flexo REPOSITORY TAG IMAGE ID CREATED SIZE nroi/flexo latest 6609a4785656...

Unfortunately it looks like the logs rotated out and I'm having difficulty with coredump (running an ubuntu host at the moment) This happens with some frequency so next time it...

> What I'd do if I had full control is to create an "infinite grid" where each window would correspond to one tile in this grid. There would be keyboard...

I have made a commit which implements this https://github.com/chrishoage/caddy-tailscale/commit/a26a499346f839f321f78b643a87c501f1ca3b49 ``` { { tailscale { auth_key {$TS_AUTHKEY} ephemeral false state_dir /data/tailscale port_range { start 41650 end 41655 } node-name { port...

> Feel free to open a PR with that change, or I can handle it myself... either way. I will open a PR soon - probably this weekend! > I'm...