Miguel Moura

Results 26 comments of Miguel Moura

Math formulas for Math Jax?

That would be useful as for example, in my case, the generated YAML files will be edited afterwards by content editors and having simply "id:" rather than "id:null" is easier...

I was able to determine why this is happening but don't know how to solve it. I have the following: public class DataSeed { protected Serializer YAMLSerializer { get; }...

Does anyone has any idea why this happens and how to solve? Thank you.

> That's a different problem to your initial question but I can't reproduce this. On which .NET fwk/version are you using this? I am using NET Core 2.0.6 > For...

I am asking because sometimes it is needed to have another culture parameter for an API so changing the one used by RL would be useful ... Maybe a property...

I think the 4 options you suggested are enough. That would be great because en/api does not sound right ... but api/en does.

Consider you have this: ``` public async Task Get(Int32 id, String culture) { // ... } ``` Wouldn't this interfere with the culture parameter? Another example is a project I...

I think there is an error on AR documentation or maybe in AR itself. When a parameter is optional the key is being added to the route dictionary. This means...