Gabriel Crispino
Gabriel Crispino
Change FPS given to game in error message from game.allowed_fps as self.fps.
Hi! I've set up an example project with `pulp init` with purs version 13 and pulp version 13.0.0 to try to get purs-loader to work. It compiles with no errors...
Hello! Current comment for `func NewFromFloatWithExponent(value float64, exp int32) Decimal` function is comprised of the following: > NewFromFloatWithExponent converts a float64 to Decimal, with an arbitrary number of fractional digits....
Hello everybody! Now that we have generics, I believe we could leverage them in code examples like the below, in the "How to Gracefully Close Channels" article: ```go package main...
Fixes #488. To do this I set `fieldCode.isNilCheck` to `true` in the case statement where `isPtr && c.isPtrMarshalJSONType(fieldType):` in `Compiler`'s method `structFieldCode`. To be honest I don't exactly know all...
### Description Consider any struct type `A` with a field `F` tagged as `omitempty`, where `F` has type `B`. If `B` has a custom `MarshalJSON` implementation with a pointer receiver,...
## Summary This PR adds a new function into the `assert` package, `JSONEqBytes`, that does the same as `JSONEq`, but by receiving `[]byte` values as parameter instead of `string` ones....
Hello! This PR adds functions Compose and Pipe (which is requested in #299), that respectively compose two functions and pipes the application of two functions. These are common functions in...
Hi! An error is thrown at line 202 in `asserter/network.go` when an error from the network/options endpoint response has the `details` field populated. This looks like desired behavior, I'm just...