Maxim Ivanov

Results 38 issues of Maxim Ivanov

Take this TSV: ``` date |P東 |東 score |P南 |南 score |P西 |西 score |P北 |北 score |comment 2015-04-04 john 35100 bob 32100 mary 12000 katy 20800 2015-04-04 mary 33500...

![image](https://user-images.githubusercontent.com/365338/197382691-40120158-45f1-456c-94d0-99f0b378d295.png) Fix by pointing it to master branch instead of develop

RPC APIs prevalently require some kind of authentication, often HTTP Basic Auth. It's currently not even possible to test RPCs and their OpenRPC descriptions: ```json { "jsonrpc": "2.0", "id": 0,...

enhancement
triage

Hi! First of all, thanks for publishing this tool. No matter how small, it is still useful, at least to me. I don't usually do PHP and, frankly, shy away...

This fixes #23. Not sure about the test... please LMK if you want the `#ifdef`'s in test code as well, or any other approach. Tested on GHC 9.6.4 (only), with...

Hi! :wave: Gr8 lib :joy: The facilities around column defaulting though... come across a bit underwhelming. For sake of example, suppose a table like so: ```haskell newtype ClientId = ClientId...

Hi again @alexpeits Here's a small syntactic suggestion to the docs. (BTW the doc-test is absolutely gorgeous!) What this tries to achieve, is to warn of a nasty pitfall —...

Good library, well written, well documented, just the right size, serves common need... Please, keep it up! I've based this branch on @jonathanlking's 9.4 branch — #77 — merge that...