Michael Milton
Michael Milton
I'm interested in how and where the backup of the database is stored in Money Tracker. I think it would be nice if this were documented somewhere too. From looking...
So I setup my `.olignore` like I would a `.gitignore`, but I noticed that it wasn't working the same. For example my `.olignore` just had the path `out` in it,...
It seems the diff output uses both the green highlighting, and the "plus" formatting to indicate an addition. It would be lovely if we could keep the highlighting and remove...
#### Is your feature request related to a problem? I want to be able to merge two DataFrames, but keep the index of the left one in the final result:...
- [x] Closes #7779 - [x] Tests added / passed - [x] Passes `pre-commit run --all-files` ## Notable Features * Added a generic `Delayed[T]` * Added type annotations for the...
I'm interesting in writing distributed code that runs using Dask, but that checkpoints at certain points, so that it can resume from these points in case of a failure. This...
## Version of Singularity: 3.0.1-dirty (from conda forge) ### Expected behavior Without internet connection: `singularity pull docker://ubuntu` hangs indefinitely `singularity run docker://ubuntu` hangs indefinitely ### Actual behavior Many HPC worker...
If I run the following code: ```python from nltk.corpus import wordnet for ss in wordnet.all_synsets(): if ' - ' in ss.definition(): print(ss, ss.definition()) ``` I get a list of definitions...
Hi, Since this has a Steam release, I'm wondering if you could support Steam Cloud saving. I was going to suggest using the Steam Cloud API to implement this (and...
There are many use cases where a user wants to split a colour (or any other attribute) scale into multiple components. For example, if two separate *types* of data are...