Winston Chang

Results 285 comments of Winston Chang

FWIW, you cannot take code that's released under one license (for example, GPL-2), and then put it in a separate package and release it under another license (like MIT). (Unless...

@moodymudskipper In your example, that would only be allowable if the resulting package was released under the GPL>=2. I was a bit unclear in my previous comment. You can't take...

I think that many R users are not very knowledgeable about the different kinds of free software licenses out there. I think this package makes it very easy for people...

Also, if there are features that would be useful to add to httpuv's static file serving, please let me know. No guarantee they'll be added, but that feedback would be...

:) Thanks, those are useful ideas. Ideally we'll have a nice, consistent way for users to configure inputs to send values at different times.

I don't think there's a way to actually set the rate policy though; the return value of `getRatePolicy` is hard-coded. https://github.com/rstudio/shiny/blob/40ae9a903e6c8e20acbf0e6691f75b6b45bb7f99/srcts/src/bindings/input/slider.ts#L232-L236

My guess (without having tested this) is that this particular error is happening here: https://github.com/rstudio/shiny/blob/178872d/R/utils.R#L1516 There's a long discussion thread on the R-devel list about this issue of temp dirs...

The first thing I would suggest is to try with different browsers. If it happens with them, or if it does not, that is useful information.

We're planning on doing this for a future release of Shiny, although we don't have the timeframe set yet.

Is this when the server and client are both on the same machine?