Jonathan Barrow
Jonathan Barrow
@DaniElectra As a compromise for removing the state checks, rather than checking "is your state equal", what if we checked "should you be able to do this at all"? Meaning,...
Closing in favor of #65
Nimble is our legacy, deprecated, WiiU patcher. I assume you mean't Nimbus? If you did mean Nimble, then we no longer support that app, and you made this issue on...
> In the example you give the goroutine doesn't stop > at least on Go Playground This may be an issue with the playground, then? Run the following normally and...
Example output from the above example: ``` goroutines: 2 goroutines: 2 goroutines: 2 goroutines: 2 Timeout. Resending &{data:Payload} goroutines: 2 goroutines: 2 goroutines: 2 goroutines: 2 goroutines: 2 Timeout. Resending...
@DaniElectra No, you were correct. My results were from a faulty test. Calling `cancel` here will still trigger `Done` as expected, however this can easily be worked around with an...
@DaniElectra Do you think this kind of task manager could be useful outside of `nex-go`? I wonder if this is something we should make as it's own module
Closing as rverse is, effectively, shutting down and even if it wasn't it's a totally different service. Adding support for it in our upstream patches is out of scope for...
> Ideally we would [implement Scanner and Valuer](https://husobee.github.io/golang/database/2015/06/12/scanner-valuer.html) so the database engine can work on our types directly (no conversions), but that would require adding `database/sql/driver` as a dependency which...
Honestly what if we revisit the idea of making primitives just type aliases, and even just not using pointers everywhere all the time? In the rewrite PR I had said...