Charles Neau
Charles Neau
Using Meteor 2.7.3 on windows for development and debian/kubernetes for production. Expected behavior: Do something else: Get an error, or close the connection and reconnect, make the client aware, or...
### Describe the bug `plugins/web-search` relies on `lib/functions.zsh`:`function open_command` to open the browser. When using VSCode remote SSH on a Ubuntu server, VSCode will inject env var `$BROWSER` which can...
https://github.com/cjbassi/termui/blob/5edfcb3a441fd26a4a9491f220476caf3fe61020/linegraph.go#L83 Index out of range from time to time. If you run https://github.com/chneau/warket/tree/termui and change with up and down key, it will bug sometimes. I basically created a little function...
### Description of the feature or enhancement: Being able to set `className` on `deployment.exposeViaIngress("/")` ### Use Case: Consistency between a constructor and an "exposeXXX". Make code shorter to write and...
I couldn't install `labours` but made it work with this docker command: ```bash docker run --rm -v "$PWD":"$PWD" -w "$PWD" -u 1000 srcd/hercules hercules --burndown --pb . | docker run...
### Steps to reproduce Have a new farm: `bun create farm@latest`. Add dockerfile like so: ```Dockerfile FROM oven/bun AS build-client WORKDIR /app COPY package.json bun.lock ./ RUN bun install COPY...
### Steps to reproduce I'm always using latest versions since today I have this issue ``` called `Result::unwrap()` on an `Err` value: Error { kind: UnexpectedEof, message: "failed to fill...
### Describe the bug https://github.com/pdfme/pdfme/blob/0dd54739acff2c249ed68c001a896bee38f0fd85/packages/common/src/helper.ts#L31 I am using farmfe as a web-development server (an equivalent to Vite). This line is causing me issue this issue: `TypeError: Illegal invocation` I believe...