Carlos Ferreyra
Carlos Ferreyra
I have a schema like this: ``` protocol P { record R { decimal(10, 2) dec; } } ``` However, protocol parsing chokes on the opening parenthesis with: ``` Error:...
First time trying this project with recently released PHP8 got me this error: ``` Fatal error: Uncaught Error: Call to undefined function Bullet\get_magic_quotes_gpc() in /path/to/project/vendor/vlucas/bulletphp/src/Bullet/Request.php:73 Stack trace: #0 /path/to/project/public/index.php(11): Bullet\Request->__construct()...
# Changes - Upgraded `elm-test` since I was getting the error `I cannot find module 'Test.Runner.Failure'`. I followed the comments from [here](https://github.com/rtfeldman/elm-workshop/pull/19). - Changed the `string` parser to validate the...
`IntDate` should take an `Int` instead of a `POSIXTime` or make it clear in the documentation about rounding. ``` ghci> fmap IntDate (fmap utcTimeToPOSIXSeconds getCurrentTime) IntDate 1695687669.311274325s ```
**Is your feature request related to a problem? Please describe.** Right now, the only way to secure the OTEL endpoints is through a reverse HTTP proxy, which means it can...
I really like the idea of typesafe monads in Python (what a time to be alive 😄) However, I tried this and it doesn't work: ```python from monads.currying import curry...
I'd like to add a custom check, a real connection to the database with a test query. Something like this: ```haskell mariaDBReady :: TestDBInfo -> WaitUntilReady mariaDBReady db = WaitReady...
Hi, I'd like to know if I'm not understanding the usage correctly. My situation is that after mapping on a `TryAssert`, I get an inaccessible abstract `AbstractTryAssert`, which doesn't let...