Andrey Nering

Results 251 comments of Andrey Nering
trafficstars

@denisenkom I'm not sure what driver you're referring to, but this seems inconsistent among Go drivers. PostgreSQL uses `time.Local` (SQLite I think, too), MySQL [has it configurable](https://github.com/go-sql-driver/mysql#loc), etc.

I'm also having problems with the `-o` flag: ``` go //go:generate go-bindata-assetfs -nometadata -pkg mypkg -o ./bindata/mypkg/myfile.go public/bundle ``` I'm facing the following error: ``` Cannot read bindata.go open bindata.go:...

For anyone looking for an alternative, [fileb0x](https://github.com/UnnoTed/fileb0x) is much more stable and complete. I moved to it.

I'd love to be able to use this extension on Firefox 🙂

Thanks a lot guys!

Loading manually [as suggested above](https://github.com/dejan/rails_panel/issues/141#issuecomment-636529433) works fine for me. I think having instructions on how to install manually in the README would be nice, since the Mozilla team is [sadly]...

Hi @AnalogJ, If you say it works, it works. We could consider adding that version to the CI so tests are run against that driver as well.

Hi @JoelRocaMartinez, It seems that this change broke the tests somehow. Also, I'm not sure we want to add support for immudb as it's a less common database. Perhaps, as...

Hi @mdales, and thank for opening this issue. Gormigrate was initially created to be a minimalistic migration tool, and meant to be used when a single executable is been ran....