Matthew Steedman
Matthew Steedman
Vim supports nested folds. For example, you can recursively fold all indentation levels with `zM`, then gradually unfold them with `zr`. It would be nice to have nested folding in...
Usernames are part of the IRC protocol and are used for things like authentication and banning. I don't think this feature should be removed from shout.
@jancborchardt That's just the way IRC is designed. I totally agree with you that it's a difficult mental model and if I were making a completely custom IRC client /...
This threw me off as well the first few times I saw it.
@jancborchardt thanks for the samples. I think it might be better to bold the username instead of the text. What do you think?
> The tooltip closing when you move from one element to another is actually a bug, since the expected behavior when using `delayShow` is that the tooltip will stay open...
Also experiencing this on the latest version, even with the `transition` hack mentioned above. Haven't had time to dig into how or why it's happening, though.
Just recorded a demo video from my production app. I noticed the following things: - On mouseout the tooltip is misplaced for a few frames. - On mouseenter the tooltip...
> @dbidwell94 please try the following setup: > > ```tsx > id="tooltip" > delayShow={1000} > positionStrategy="fixed" > style={{ zIndex: 1000 }} > /> > ``` > > Setting `opacity: 1`...
Okay 😓 So i figured out the issue. It turns out that the bar under the numbers also has a tooltip, and so when I was moving the cursor out...