Gregory R. Warnes

Results 57 comments of Gregory R. Warnes

Ok, thanks. BTW, I hope to ba able to make some contributions based on my current project. Sent from my iPhone > On Feb 23, 2014, at 1:59 PM, kirpit...

I suspect that with the individual boxes being so small, the white grid lines are taking up all of the space. Try setting show_grid=FALSE to omit the grid lines.

The html POST is returning: ``` Response [https://builder.r-hub.io/api/check/validate_email] Date: 2020-10-08 20:57 Status: 502 Content-Type: text/html Size: 641 B We're sorry, but something went wrong (500) body { background-color: #6CABF7; color:...

Working now. Perhaps it would be worthwhile adding a informative to the error message, say `ERROR: rhub server error. Try again later.` On Thu, Oct 8, 2020 at 5:02 PM...

The plot was updated in the text, but the code is still the old version.

Perhaps this code: ```python # Apply the pulse shaping x_shaped = np.convolve(x, h) # Plot the signal fig, ax = plt.subplots() plt.plot(x_shaped, '.-') # Mark where the intervals of Ts...

Yes, it installs successfully with `--head`: ``` brew install soapyaudio --head Warning: Use rtaudio instead of deprecated rt-audio Warning: Use rtaudio instead of deprecated rt-audio Warning: Use rtaudio instead of...

Can you add an option to use full ANSI escape sequences? Alternatively, you could split the horizontal space between progress bars...

@hadley The two tasks aren't independent, and it would be helpful to allow viewing diffs and unchanged files via the same web interface. For instance, in using https:://github.com/Rstudio/shinytest, I want...