Aaron Cordova

Results 26 comments of Aaron Cordova
trafficstars

Thanks for your patience! It's been a while since I payed attention to my libraries. I was about to merge a different PR, but looks like they're all addressing the...

@Steffen8608 Ok, the latest version has been published to npm - 5.18.1.

This has been resolved in a different [PR](https://github.com/qodesmith/datepicker/pull/125#issuecomment-1292342705). Latest version 5.18.1 has been published to npm!

Well ain't that sexy

_This_ refactor for the win: ```jsx import { useReducer } from 'react' const reducer = (prevState, updater) => ( typeof updater === 'function' ? { ...prevState, ...updater(prevState) } : {...

> The workaround is to use vite --port $PORT --host 0.0.0.0 as your development command. It took me a long time to realize this was referring to the dev command...

Same issue here - using gtop v1.1.5. MacOS Sonoma. Incorrect disk usage reported.

@jgonggrijp It's been many years since I've used Backbone so I don't think my input is relevant here.

I'm looking for this too. I use this plugin to paste code into Evernote, but the font size is too small when pasted in. Changing the default user settings in...