João Nogueira

Results 11 comments of João Nogueira

Oops, yes apparently I did. Please reject the pull request so that I can correct my branch and re-submit it. (Or is that unnecessary? Sorry but I'm more of a...

Hi, yes, I believe that you are right, but I meant for _Controller-level attribute routing_. Like so : ``` [Route("/controllerCustomRoute", Name = ControllerRouteName)] public class RouteAttributeController : ApiController ``` I...

I'm using Visual Studio 2015 Enterprise Update 3, the IDE builds the code & runs the tests just fine.

You're right, there was a suppress attribute that I missed when I moved that particular bit of code to its own method. How important are the F# tests? I don't...

Thanks, I just submitted a pull request (#45)

Exactly my thoughts, I'll see how to include it while keeping changes to a minimum.

Forcing react-contexify to use [clsx 2.0.0](https://github.com/lukeed/clsx/releases) through overrides solved the issue for me. @fkhadra since upgrading to 2.0.0 should be fine according to the release notes, is this something that...

I would take this a step further and allow the "coerce" function to be specified instead of allowing only a default per type. E.g. for arrays, a "coerce" could split...

Hi @rustatian I have to be honest, I haven't given it much thought, but to give you some context, the idea is that we're going to use Google PubSub at...

Hey @rustatian just a quick disclaimer first that I've never used it, but why not a docker image? https://github.com/marcelcorso/gcloud-pubsub-emulator Or at least using the Dockerfile as reference to how to...