Michael Freeman

Results 66 comments of Michael Freeman

Am still hoping this gets implemented here..we would like to use it as well

fixed the tests for some of the pubsub stuff failing, seeing some other stuff failing though, not sure if I am the cause of that? ```=== RUN Test_SQLRetryConnectionInfoLog could not...

> Hey @mfreeman451, I think the issue is with line 38 in `go.mod` of `gofr`, you are trying to import the package which has not been published! > > Also,...

Anything else left to do here?

Removing context support from my integration is unacceptable, I am closing this Pull Request and will maintain my own fork of the integration and gofr that uses contexts on Connect()...

`timeplus-linter migration.sql` and it would tell me if I have any syntax issues, like if I was using argMax instead of arg_max. If I threw in a bad schema into...

brilliant, thank you

Ended up learning that you can't prefix your keys with a `/`, so I renamed everything and we're in business. To me this seems like a bug and should be...

> Hello [@mfreeman451](https://github.com/mfreeman451), > > Thanks for reporting this! > > > Ended up learning that you can't prefix your keys with a /, so I renamed everything and we're...

You can't just `sudo setcap cap_net_raw=+ep ` in your Debian package postinstall.sh or something?