Peter John
Peter John
We also need to have a common panic handler for the jobs since recently one of the jobs panic'ked and killed our server. So for now I'm manually doing a...
Just a heads up, Right now I do my error handling like this ``` go catchError := func(process func() (*Context, error)) error { defer HandlePanic() context, err := process() if...
@albrow Nice explanation on how you implemented it using redis sorted sets. Maybe that should go in the Readme as well. I was thinking of a storage plug for postgres...
Schema files don't necessarily need to present in the file system it should also be able to be queried from the server. That way we don't need to generate a...
@mu1ex Are you still working on your game?
Me too. I'm using reactxp and it needs to compile the .tsx files to a dist folder and I want that removed. Plus reactxp already has a webpack config I...
Haha dog :smile: ! Dog come here!
I think the sup_networks and targets think is what suits me for now. I'm not very keen on maintaining many supfiles for now as it is very small project for...
I guess the second way is better and I think thats how they do it in ansible also. >_
Nope. Its go something to do with the macro implementation and the executor. Basically the lifetime parameter needs to be specified at the resolver level context also. But its not...