Mac Lockard
Mac Lockard
Just throwing in it would be nice to also be able to manually queue jobs using bull-board. bull-board already supports promoting jobs, but being able to use it to also...
Would be curious if anyone else has come up with a work around for this. We've tried some pretty hacky things and nothing has been able to consistently prevent the...
We've also started to see this error with R bindings as well: ``` Error in h(simpleError(msg, call)): error in evaluating the argument 'drv' in selecting a method for function 'dbConnect':...
Related https://github.com/react-dnd/react-dnd/issues/2565 I also tested that this prevents text selection in both chrome and safari as well. ~Another workaround that's slightly more declarative is to set `draggable={false}` on a container...
still seeing this with most recent release, I wonder if it would just be possible to make react dnd conditionally set `draggable` based on the `canDrag` option it's passed
This seems relevant: http://stackoverflow.com/questions/7223309/vim-statusline-uses-carret-symbols-for-spaces-how-to-switch-to-spaces but even after commenting out those lines in the color scheme, the issue persisted
adding this line seems to fix the issue... ``` map f :Goyo highlight StatusLineNC ctermfg=none ```
Looks like there is already a PR here: https://github.com/tomkp/react-split-pane/pull/681
FWIW this library as it stands does work with react 17, you just get a peer dependency warning that you can ignore (at least with yarn)
@zachsa completely agreed, just trying to help unblock folks.