Juliusz Gonera

Results 38 comments of Juliusz Gonera

Are there any plans to add an easier / more automatic way of removing files? Ideally I would like to just set the property for my attachment to `nil` and...

@djfarrelly Could you give people mentioned by @LoneRifle access so that they can maintain the project and upload new Docker images?

@LoneRifle does that mean you have permissions for this repo now? If yes, could you upload a new Docker image?

I'd love `date-fns-tz` to be just a wrapper around `format, parse, parseISO, parseJSON` (and perhaps a few other, like `startOfDay`, etc.). I would probably not rename `parseJSON` to `parseUTC`. I...

Tangential to this (but also not relevant until this is resolved), it would be great if non-UMD versions were not minified. I'm trying to debug something right now and all...

Thanks for a quick reply, @jawj. This does seem to make sense from the point of view of what `node-postgres` returns by default. However, it will make helper functions that...

On a side note, I have mixed feelings about `JSONSelectable` in general. I've read https://github.com/jawj/mostly-ormless (it's a great write-up!) and based some of my code on it. I do understand...

+1 to a middleware mechanism like [Slonik's interceptors](https://github.com/gajus/slonik#interceptors). I like Zapatos' design more than Slonik's but my code base assumes camelCase everywhere now.

@filipecatraia It's against Postgres conventions. Most people working with a Postgres database would expect to see columns named using underscores. If there's more than one service using the same database...

> On the other side, since Zapatos will autocomplete most of your column names in TypeScript, having underscores there is also not a huge deal. I have en ESLint rule...