Travis Lawrence

Results 7 comments of Travis Lawrence

Something that I've found quite useful lately is Date formatting via [`toLocaleDateString`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString). If you have a date that you want to format you can use this function in many ways....

I originally was going to suggest Dates in general within JS but then couldn't think of specific problems that I've come across over the years (how quickly one forgets). Either...

> I'm also facing an issue where `meta+,` doesn't work This doesn't work for me either. I've confirmed it works still with v4.3.5/6/7 but v4.3.8 it does not. [Codesandbox](https://codesandbox.io/s/react-hotkeys-box-forked-3rqtmz?file=/src/App.js)

Actually changing the splitKey does get around the issue: ``` useHotkeys( ["Meta+Shift+,"], () => { setCount(count + 1); }, { splitKey: "-" } // change this to something else and...

I was envisioning a similar UI to what is in VSCode for find/replace: Based on what the current search input looks like, there could be a toggle (kebab/meatball) icon that...

It's dangerous to go alone. Take this! 🌯 (mission style burrito) thanks @jassmith!

This should be closed. Have no idea why I'm still on this repo.