Tomáš Karela Procházka

Results 41 comments of Tomáš Karela Procházka

> > Why has the logger stored context? It violates the most famous sentence from the documentation for context > > > > > Contexts should not be stored inside...

> Google's exposure notification server for covid contact tracing is open-source and uses a pretty conventional project structure The `util` and `pkg` are unfortunate though https://github.com/google/exposure-notifications-server/tree/main/pkg/util While `util` is specifically...

Could it be related? https://github.com/araddon/dateparse/issues/108

> > why L not be supported now???????????? > > This project has been abandoned. I've added support for this in [my fork](https://github.com/clarkmcc/cron). Not very alive as well ...

Actually Postgres supports CREATE TABLE IF NOT EXISTS since version 9.1 https://www.postgresql.org/docs/9.1/sql-createtable.html

> TABLE is different from TYPE. My bad, I have overlooked it. It doesn't work with create table either. That's how I found this issue.

@araddon Although it's sad, but it fits the module description: ``` About GoLang Parse many date strings without knowing format in advance. ``` Maybe you could highlight in readme, that...

I'm also for the dependency removal, then struggle with its upgrades. It bothers both gin users or no. AFAIK it's used only for integration test. ___ The same is about...

> Soon, my plan is to just move the third party tests to a different module. See [#318 (comment)](https://github.com/nhooyr/websocket/issues/318#issuecomment-1455209130) It seems that it shouldn't be necessary. https://gophers.slack.com/archives/C9BMAAFFB/p1691163449401899 We plan to...

For others, feel free to remove gin from your `indirect` dependencies. https://github.com/bufbuild/larking/pull/78#issuecomment-1669643656