Jeremy Walker
Jeremy Walker
After playing around a bit more I figured out what was going on. If you _do not_ have "hide on lose focus" checked (in the settings) then the Guake still...
>Hey @machineghost, no particular rush but I'm still keen to get these changes integrated into the docs; let me know if you need anything! ❤️ Yeah, honestly this just got...
I'm not sure what's holding up the release of this (it was literally a one-line change), but in the meantime if anyone wants to get rid of that giant wall...
Guys, this smells like a dead library: the last ticket was closed Nov 5, 2020. If you all want to wait for a fix, you can ... but you'll likely...
@sstur could you comment on what exactly needs to be done to make this happen? I understand that as the maintainer you don't have the bandwidth to implement every feature,...
Follow-up: I dug through the code, and it looks like maybe all that's needed is documentation? I found the `customControls` prop, and when I provide it ... const customControls =...
I'm having a different problem: `onBlur` seems to be firing way too often (but since `onBlur` seems like it's a "new feature", I figured it was better to mention it...
P.S. Just looking at the code, it looks like it is blindly passing `onChange` (as part of `otherProps`) directly to the Draft.js `Editor` component, without modification. In other words, this...
Thanks for the response. My reason for asking is that I've inherited a legacy codebase that was written with Knockout (and pure evil). I'm about to start a new (totally...
Awesome news, thanks! It's a little unclear from that proposal that you'll be able to do: const asyncSum = await urls.reduce(async (sum, url) => { const response = await fetch(url);...