Gabriel Crispino
Gabriel Crispino
Are PRs welcome for this one or should we wait? I'd like to work on it. I've not read the #2001 code yet to see how transitions are being implemented...
Cool! I’ll have to do some code reading and then I’ll see what I can do 😃 EDIT: @levithomason , just for starting, should the factory method that transform the...
That worked! Just now I realized that the example in [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) is written this way, I'm sorry... But if I can ask, why does it have to be this way?...
Hey @smartcontracts , I can see this has the P-wontfix label, so does this mean the whitelisting bug hasn't been fixed and won't be fixed? In other words, can we...
Hey all 👋🏼 I don't think I've understood exactly what's the issue here, but when rendering the number `5322917205011726429`, jq yields `5322917205011726000`: ```bash ❯ echo 5322917205011726429 | jq 5322917205011726000 ```...
@wader I was using 1.6. I updated to 1.7 and it worked fine. Sorry for the distraction and thank you for the quick reply!
@go101 Sure! Thanks for answering. Feel free to close the issue if you'd like
@effinsky do you have any more complex scenarios or generic functions from the library that would be good to test in mind? As per chaining more than just 2 functions,...
> Then the problem is signatures, isn't it? @effinsky exactly, you can't accept variadic type parameters in Golang (at least not yet). That's probably why this library has functions Partial1,...
> We could accept a slice of funcs, I think, but then it'd be an issue of typing them so that all the sigs can fit in that general payload...