David Winter
David Winter
Last commit on this was almost a year ago. Might not ever get merged in.
@zachkirsch depending on what you're trying to achieve, I was able to use a [React ref](https://reactjs.org/docs/refs-and-the-dom.html) and pass that into the `react-codemirror2` component, for example: ```jsx const editorInput = useRef(null);...
This is an issue for me with a fresh install of Odin. After installing a snap application it seems the `.desktop` file is not respected immediately. One workaround is to...
Thanks @dalabarge - was completely unaware issues had been removed - and can't believe it really to be honest.
@masalinas try the following: ``` cd /Applications/LibreOffice.app/Contents/Frameworks/LibreOfficePython.framework ln -s Versions/Current/lib lib ln -s Versions/Current/include include /Applications/LibreOffice.app/Contents/Resources/python ``` If you run into permissions issues when creating the symbolic links above you...
I can confirm I'm experiencing the same issue, and currently my workaround is to base64 encode the value and decode it within the app. Though that isn't always possible with...
@andrasbacsai was this resolved elsewhere? I see the issue was unassigned so I'm just curious. Thanks.
Can we change this line to check for `global` or `globalThis` instead of just `window`? https://github.com/trentm/node-bunyan/blob/master/lib/bunyan.js#L55 Though in fact, `window` still doesn't exist on `globalThis` in the middleware as it's...
Should this also be expanded upon to include some automation and notifications around checking review dates, setting review periods, and who or which teams are responsible for reviewing content? I'm...