Peter John
Peter John
How about adding time.Duration parameter to job scheduling `scheduler.EveryDuration(time.Duration)`? So that it becomes easy for me to wrap it in other funcs? Since right now I need to closure some...
I would like to try doing something like this, ```js const sumAtom = atom(async get => { get(atomOne) return await fetch("/api"); }) ```
I would like to register a service using an enum value. But currently its not possible. ``` typescript enum Property { APIEndpoint APIVersion TaxRate } const engine = new Container()...
I would like have a parent container which has some properties already defined on it and then create a child container with certain extra properties registered on it (ex: req,...
Any plans on finishing the framework? I was thinking of using an event sourcing framework for my next project and this seems really well thought out one.
There are breaking changes in dart 2.0. Butterfly needs to be updated to support it. Any plans on how to do it. I'm getting these errors now, pyros2097 hello[master !?]>...
How about adding an alpine linux based image to reduce the overall size of the image?
Maybe this could be used as a front end for lime text then you would get all the plugin functionality automatically