Mikael Mello

Results 115 comments of Mikael Mello

> When moving through data parts, are arrow up and down supported? To increase/decrease the currently selected data part? I remember seeing it somewhere and it looked helpful. Yes, up...

> I prefer YYYY-MM-DD format. There's going to be an API to customize there for sure. Do you think this would be a good idea for the default format? On...

I think I just now realized what you meant with your first comment, moving around the actual text input (and not the calendar!) That makes a lot of sense and...

@VladimirMarkelov what do you think of the following prompt and its API? It uses the newly-added placeholder feature. From the top of my head, we are missing: - Validators once...

> * does it insert date separators automatically? I mean, a user does not have to type `/` in the example > * what happens if I type with separators?...

Closing this, I think the last example I showed provides very good building blocks for those that do want to pursue this kind of customization. Additionally, users can also use...

That's an excellent idea. I've been meaning to add more capabilities to the calendar configuration besides min max dates. Option 2 for me looks much better. At this moment I've...

What is the status of `hpx::concurrent::vector` on the `concurrent_data_structures` branch?

@timkinnane first of all, what do you think about renaming from ClientCommands to ClientRequests? It was something I thought of when talking to Arthur yesterday and I don't know if...

Layer 1: receive a sequence of commands as input. This layer could not even know about the existence of keystrokes. Layer 2: receive a sequence of `ui::key::Key`s. Then they will...