Aaron Craelius
Aaron Craelius
There is a test failure here which I think is unrelated.
> makes sense! can we add a changelog? This repo doesn't have a CHANGELOG 😉 . But I can add one
I think it's worth reopening this as I'm seeing some use cases for optional fields. How hard do you think it will be to add?
Btw, pulsar codegen does not fail for me and generates the expected `*int32` pointer type. But build does fail: ``` regen/ecocredit/curation/v1beta1/state.pulsar.go:662:6: x.XMin undefined (type *fastReflection_NumericAttributeDefinition has no field or method...
I would consider it low as I can make a work-around
Great. Happy to collaborate on this. The one big change I have made in my fork which you should be aware of that I changed the encoding of Idris's `Int`...
Yes, what you're suggesting is ideal, but is not really implemented yet. I do have some domain-specific ways to do this in my project code, but because I don't have...
You could also use run! is you want your go loop to continue. run > https://github.com/clojj/fx-commander/blob/master/src/fx_commander/core.clj#L10 > > ...guess the update of this list in this case has to be...
Not sure where you get the impression that fx-clj is introducing other threads - it's up to the user to do that. You can use :on-action (fn [] ...) to...
Sorry, the handler should take one arg: (fn [e]...) On Tuesday, December 23, 2014, Aaron Craelius [email protected] wrote: > Not sure where you get the impression that fx-clj is introducing...