Sergey B

Results 24 comments of Sergey B

@aristidb yes, that will be very useful. I'll work this out and prepare PR. Thanks

@emhoracek when doing 3d secure returns "TODO" on "cardHash3DSUsage" where this placeholder coming from?

> @emhoracek when doing 3d secure returns "TODO" on "cardHash3DSUsage" where this placeholder coming from? nevermind, it's a fallback function `unknownCode`, I guess I'll have to add 3DS on my...

@mgajda I think this type of testing should be optional. As generated files in 90% of cases are ADT inside the business application which forces recompilation anyway. But for CI...

@agentultra @mgajda I stumbled into a similar issue working with 3rd party API. What would be the appropriate handler for this? Enumeration might be a good choice to resolve the...

@PaulSnow @WhoSoup we're working at Kompendium on FAT codebase now, I can check this for you guys. FAT has some functionality based on pending entries, we can apply patch if...

Also, affects develop branch when someone runs an isolated build for whatever development reasons within docker-compose and raw git build, as tags not there.

@ryantrinkle Hey, Ryan. I'm using a custom `stack.yaml` file to build `reflex-platform`, actually I have stack also for `reflex` and `reflex-dom` packages. How do you feel about adding `stack.yaml` file...

@ryantrinkle there is page in the docs on integration https://docs.haskellstack.org/en/stable/nix_integration/ but I didn't try them out yet, doing just synchronous config to nix. It's good place to start, I think...