Sergio Arbeo
Sergio Arbeo
In FastBoot, when an error occurs and it falls to the else clause, getting all response headers is not safe as it might not be implemented by najax at that...
I'm going back home today. I'll try to check this at some point in the near future https://github.com/emberjs/rfcs/issues/273#issuecomment-379546020 @pusle wrote: After upgrading from Ember Cli 2.12 to 3.0 I get...
Review if the following code generates the enum: ```go type Role int8 const ( SimpleIdentifier Role = iota QualifiedIdentifier ) //proteus:generate type Node struct { Role Role } ```
Currently, in RPC inputs or outputs containing only `time.Time` does not retrieve the proper type. I think this is related to the stdtime plugin not being supported in gRPC services,...
While implementing enum-typed fields, state needed to be added to transformer. Would be nice to refactor the transform process to account for this and ease the pain.
I use ``` source /path... ``` instead. A note in the README would be nice.
Current latest release in RubyGems contain a bug in the Confirmable module making the confirmation token constant. Would it be possible to release a 0.0.4 version?
`g.apply(g, [f].concat(args))` is changing the context of the function as `g` is just being called as such. This change does make it fail because of the unneeded call.
This aims to check that the bad fixtures are failing as we intend. Some fixtures are failing, but not related to the rule we want to test. As an example,...