Arturo Torres Sánchez

Results 17 issues of Arturo Torres Sánchez

I want to include in my app a rich text editor that output Markdown text, so that I can store it and display it later, but I want people to...

Using Windows 10 and the new browser Edge, if you try to use the touch screen to drag any of the sliders in the demo page, nothing happens. Dragging with...

I'm using DradDealer for a gallery similar to the cars demo. However, I've noted that swiping is too slow, because the range for sliding is low. I've found in the...

I see that the Nullable and NotNull attributes are needed for marking class types (mainly string) where we previously had no way to know if they were meant to be...

It solves the issue by collecting the lingering tasks, and manually making them throw so that the UnobservedTaskException event doesn't see them anymore.

Would it be possible to receive notifications while the app is in the background? I know the web app issues web notifications, so maybe it could be possible to intercept...

enhancement

Using a variable that contains HTML tags just writes the tag to the page rather than escaping them. For example, if you have: @contents and `contents` contains `HelloWorld`, then the...

Having the extension active, for some reason, interferes with SSDT's queries. To reproduce: 1. Install Always Aligned v2017.0.0 2. Open Visual Studio 3. Open a New Query (Tools > SQL...

So, a while ago I found myself with a list of items, and the class Item implemented IComparable for no apparent reason. So, I took the interface away, and when...

### Describe the bug I'm trying to declare a property for a custom YearMonthPicker. I'm adding a string property, and I'm expecting it not to be null because I'll be...

bug