Mohsen Mollanoori
Mohsen Mollanoori
In the todo section of the README file, it is mentioned: > An additional more high level API would be nice. It should provide pathnames instead inode numbers ... This...
I have a project in which I specified a few commonly used ghc extensions inside the cabal file. It seems to me that argon does not pickup the extensions from...
- In addition to `defaultExtensions`, consider `otherExtensions` and `oldExtensions` from the library build info. - Does not consider executable extensions yet!
I wonder why the `Object` constructor in the `Value` data type holds a map of `Text` to `Text`, not `Text` to `Value`s? ``` data Value = Literal Text | Object...
I noticed that `janitor $DSN --requests` cleans up `hydra_oauth2_authentication_request` and `hydra_oauth2_consent_request` tables, but not `hydra_oauth2_authentication_session`. That latter one is the second largest table in our database right now. It does...
**Is your feature request related to a problem? Please describe.** There are cases that we need to force log out a user from all the first-party client applications, e.g., when...
The CSV files generated or edited by Microsoft Excel on Mac OS use an outdated new line char `\r`. The `csv-conduit` library does not handle this case and throws an...
Executing queries like `SELECT * FROM table WHERE column = 'what?'` fails with `FormatError {fmtMessage = \"1 '?' characters, but 0 parameters\", fmtQuery = ...}`. I had a look at...