Rory O’Kane

Results 68 comments of Rory O’Kane

I ran into this bug too, when [trying to reformat some code](https://old.reddit.com/r/coding/comments/apjfp2/an_interesting_javascript_bug_i_had_once_can_you/eg93m8u/?context=3) from a blog post. In this case the cause of the `;` following the blank line was a...

> Tricky. We'd need to get Neovim to leave extra space to the side of each split for the scrollbar, and be able to efficiently query scroll positions of each...

@RobAley I am not at all suggesting that lists should always appear within quotes. You seem to be imagining a use-case where I have selected just the contents of one...

One aspect of the website I recently found confusing was its terminology: “RGB” vs. “sRGB”. The website’s [Math](https://www.hsluv.org/math/) and [Implementations](https://www.hsluv.org/implementations/) pages only mention RGB, so I was wondering if that...

From this diff, I (a fellow library user, not a maintainer) don’t see what `extra_holidays` provides that `holidays` doesn’t already provide. I think it would be simpler for your code...

If I understand your proposed solution correctly, `React.$$useRealOnChange` would be a global variable that would change the behavior of `onChange` in code such as ` handleChange(event)} />`. The goal is...

@rachelnabors Here’s an example I made that demonstrates the desired behavior, React not providing access to that behavior, and the way I personally wish React would give us access to...

@rachelnabors > Unfortunately, a global configuration option would force every third party component author to be compatible with both modes I think you overlooked a large part of [the demo...

Bump. This problem has not been solved yet: in [React’s documentation for `onChange`][react-onchange-docs] there is still no mention of an alternative attribute (which would have a name like `onChangeCompleted` or...

Note that Pandoc is a [Haskell library](https://hackage.haskell.org/package/pandoc) that also provides a [command-line tool](https://pandoc.org/installing.html), while this project, J2M, is a JavaScript library. That would make it difficult to call Pandoc from...