Danielle Douglas
Danielle Douglas
I believe Scala's Vector type is an rrb-tree. Looking at their docs this is how they describe it: > The operation takes effectively constant time, but this might depend on...
I don't know how accurate this is but: https://stackoverflow.com/questions/20612729/how-does-scalas-vector-work It appears, on the surface, im-rs has a width of 64, and Scala's Vector type has a width of 32, making...
Request: Have expr.get() default to null_on_oob=True. Most real world use cases would want null_on_oob=True. Always having to type that in becomes tedious. I know this breaks backwards compatibility but in...
Using `group_by_dynamic` at the end of the rolling aggregate there is always a list size of 1 so `.get()` will always fail, so one would have to type in `null_on_oob=True`...
A temporary fix for this problem is to disable the importnb pytest plugin until it is fixed. [This](https://github.com/pytest-dev/pytest/issues/7675#issuecomment-689521886) comment explains how. I chose to add the setting into my pyproject.toml...
>>Also, it doesn't work with the current version from github: >are you saying the current code isn't discovering the tests. The most up to date version from github still has...
This is a common complaint. I agree BOINC Manager should have a system tray option. It's a nicety I and many others would prefer. Thankfully there is already a solution:...
Folding At Home Control app defaults to running in the background on close (no system tray) and no one complains. Have people actually complained or are you assuming people will...