Bruno Logerfo

Results 35 comments of Bruno Logerfo

@davidvidmar perhaps the application could accept custom implementations natively, by informing the ticker endpoint and json path of the value in a configuration file. Then you wouldn't be bothered to...

I think this also happens to me, although e doesn't bother me. My screen is set to 1920x1080 resolution at 135% scaling. ![image](https://user-images.githubusercontent.com/19306384/82713707-4b2a1a80-9c62-11ea-9ac5-29c656cb58fa.png)

I'm pretty sure there was an issue regarding recursive generic, but I can't find it. Without recursive type parameters, I think 2 is better because is less verbose, since verbosity...

@richard-fine It has been shipped in C# 7.3, as you can see [here](https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md#c-73), which comes with Visual Studio 15.7.

I'd prefer to see something like [Java Branching Statements](https://docs.oracle.com/javase/tutorial/java/nutsandbolts/branch.html), as once pointed out by @HaloFour at https://github.com/dotnet/csharplang/issues/176#issuecomment-310874877

It passed. Waiting for a new release.

@joshkendrick I don't understand how this would explain the swipe behavior

I see. So this is probably two (semi) separated issues. I cannot test it at the moment, but I guess the perfect pull request for that would get rid of...

I wonder if this would allow what's described in [this question](https://stackoverflow.com/questions/48115346/cs8121-customt-cannot-be-handled-by-a-pattern-of-type-t) to be done.

A cool feature would be to have text attributes as i18n objects. For example, instead of: ```yaml description: This is a nice description ``` We could have: ```yaml description: en:...