avsdev-cw

Results 30 comments of avsdev-cw

I too am seeing this behavior which is all down to: https://github.com/rstudio/shiny/blob/8eb7b056f238689ba04a90857b0f6a091b7718c8/srcts/src/bindings/input/selectInput.ts#L193-L201 This is a particular problem for dynamically populated select boxes, (i.e. 1 select box is used to produce...

Edit: replaced with issue #2057

NOTE: It also appears that using `baseenv()` exposes a more useful error (which shows future is indeed trying to be attached): ```R Error in packageVersion("future") : could not find function...

To answer your question, we're working with some HUGE (1-5GB) shapefiles, which are being sectioned and parallel processed. In order to avoid the parallel processes either a) loading the shapefiles...

> In order to fix this pothole, which is on the todo list, is to always copy over globals to the evaluation environment. This is done for all external workers...

>It's possible I misunderstand you but note that the default behavior is to automatically identify the objects ("globals") and packages needed to evaluate the future expression. It does not export...

Not entirely sure this thread should of been closed. I've been hitting my head against issues with libuvc + libusb + usbdk for a while and this does seem to...

Further to my previous comment, I pulled in 2 of the plugins and modified them to accept a libusb_context * and a mutex guard. It seems that even sharing a...

Thanks. Did you end up sticking with libusb or writing your own interface to WinUSB using that API?

Also upvoting this feature request. LXD proxy doesn't pass through the source IP address and so the workaround is to use iptables. However there are a number of issues with...