Brandon Bertelsen

Results 48 comments of Brandon Bertelsen

Looking at the code, I'm thinking that here: https://github.com/ropensci/arkdb/blob/master/R/ark.R#L224 you could probably add an optional write to a chunked parquet. You'd need to do some accounting for chunk naming if...

Ah! I see it now. Great. This looks much more straightforward than I was expecting. Are you aware of a package or script that does a good job of maintaining...

Note to self: https://cran.r-project.org/web/packages/DBI/vignettes/spec.html

@richfitz if you have a list of things that need to happen to get this package ready for CRAN lets discuss. I'm planning on using this in production and can...

There's another package that I'm looking at right now that has similar but broader functionality. It's called pins and is supported by Rstudio. Have you guys seen it? http://pins.rstudio.com/ it...

Can confirm also happening with vuejs vue-test-utils/vue-jest.

Hello, I had a similar although not exactly the same issue where PopOS was loading to a black screen with a blinking underscore. I could see in nvidia-smi that the...

https://github.com/michaeljohnbarr/django-timezone-utils/commit/4d8441447cd3f74dcdda12074304490712910400 for future PR example of same problem

Just wanted to add to @MrCraigen [comment](https://github.com/ValveSoftware/Proton/issues/4243#issuecomment-704592254), with some more explicit instructions: ``` sudo python3 -m pip install protontricks protontricks -i baldur # get the (ID) that's in round brackets...

@leslielg I had to try a couple of times. Ctrl + X / Ctrl + C in the terminal and then restarting the process. Only then did it move forward....