Results 106 issues of Kishan B

I received the following message after a successful receive of access token from github. I guess its unable to send the access token back to the main site ``` Failed...

This utility loads env variables in `main()` block. In gothic library the `SESSION_SECRET` environment variable is read in `init` block. Because of this `SESSION_SECRET` environment is always not present from...

I can see that the server starts up in `http` where as the callback url is in `https`. In my setup the SSL is terminated by [caddy](https://github.com/mholt/caddy/) and gets reverse...

[Go Releaser](https://github.com/goreleaser) lets you do release management (generation of binaries, rpms, debs, brew taps, change logs etc) with a single yaml file. You can also put in [godownloader](https://github.com/goreleaser/godownloader) to generate...

My DB migration script failed with the following error ```bash $ bun run ./migrate.ts 50 | throw new Error(`Unable to find an executable Flyway CLI in target directory: ${directory}`); 51...

For [homebrew](https://brew.sh/) users like me it would be very cool if you can publish blazer as a package so that we can do ```bash brew install blazer ``` and have...

When I am using NVM my general usage is to run `nvm install --lts` to ensure I use the latest node LTS version in my project It would be great...

I ran this for my tool [tf-import-gen](https://github.com/kishaningithub/tf-import-gen). The unstripped binary size is ~6.2 MB and i wanted to look into what was causing it. ## What i did - Went...

enhancement
help wanted

Not sure where exactly to raise this but here goes **Is your feature request related to a problem? Please describe.** I have a complex pdf at hand would like to...

new feature

**Is your feature request related to a problem? Please describe.** As a developer creating pdf templates, its bit frustrating to use low level abstractions. Hence i propose expanding this [component...

new feature