Max Yankov

Results 32 comments of Max Yankov

No, I didn't research Mixpanel's APIs for other platforms at all, tbh. However, I the only "advanced" feature here is lambda syntax, and I think that it should be more...

(Checks fail exactly because the depend on that previous PR)

I have also prepared a PR for http-client library for parsing the socks5 proxy settings from environment variable: https://github.com/snoyberg/http-client/compare/master...golergka:socks5-auth

> Executable named haddock not found on path: Not really sure about what causes this CI error, doesn't seem to be related to any of my changes

@vincenthz any chance you could take a look on this?

I thought that something like this wouldn't be achievable in Typescript because of duck typing and implicit conversions. How exactly does this work? In the code sample above, `wrap` and...

Although a static type lover in me adores this level of correctness checking, I don't think that it's implementable without breaking backwards compatibility and making most of the library users...

You know, as it often happens when you get very self-confident, I just had to debug a nasty issue that originated exactly from this kind of confusion. In the code...

I have prepared a failing unit test for this issue: https://github.com/golergka/pgtyped/tree/153-fixed-character-type I would love to implement it myself, but it seems it would require a re-design of `DefaultTypeMapping` and `TypeAllocator`....

> Which Postgres version are you using? I'm testing it on PostgreSQL 12.2. > Can you reproduce the issue by adding a character(3) column on the example's container schema.sql? Added...