Ian Bytchek

Results 38 issues of Ian Bytchek
trafficstars

### Bug report info ```plain text act version: 0.2.56 GOOS: darwin GOARCH: arm64 NumCPU: 14 Docker host: DOCKER_HOST environment variable is not set Sockets found: $HOME/.colima/docker.sock Config files: /Users/iby/.actrc: -P...

kind/bug
stale

Update GitHub Actions workflows to use latest actions and update testing (Quick and Nimble) dependencies—this improves compatibility with the current Xcode 15 and CI environment: - Use compatible Quick and...

I'm trying to close a no longer needed connection, and sometimes this leads to different socket errors. ```ts const imap = new IMAP(config); imap.once("close", (failed: boolean) => { console.log(`closed, failed:...

The API Gateway example doesn't compile in TypeScript: ```sh TS2322: Type '{ first_name: string; last_name: string; }' is not assignable to type 'string'. ``` The body is expected to be...

I'm doing unit testing in node with mocha. Everything works smoothly but when I hit the code that uses `require.context()` I get an exception: ``` console TypeError: Object function require(path)...

Thanks for the great plugin! Small feature request. I have a pre-configured twig instance with custom extensions. Ideally I want to reuse that rather than configuring a new one via...

enhancement

Can the `Internal` dependency be renamed into something less abstract? I'm using an internal "Internal" static framework inside the project and it seems Xcode doesn't always like it. Every so...

![Image](https://github.com/user-attachments/assets/e3f8e66f-7863-4cfc-b08f-0359596ebcd8) Hello friends, Ian here – founder and original developer behind Gifox. If you’re already using the app or just considering it, this post is for you. The past year...

frontlog