Adam J. Stewart

Results 1289 comments of Adam J. Stewart

> What version of Terminal.app are you using? Version 2.12.7 (445) > can you also re-generate the log with a more recent vim? Using vim 8.2.5066: [startuplog.txt](https://github.com/vim/vim/files/8856672/startuplog.txt)

> I didn't see the same issue with the system Vim on macOS 10.15.7 (x86_64) I was wrong, I'm seeing the same issue on this other system as well.

I created a new system user, opened a terminal using the default profile (Basic), and created the following `.vimrc`: ```vim syntax enable colorscheme darkblue ``` If I save and reopen...

> so it only happens with Terminal.app? Correct, it affects Terminal.app but not iTerm2.app. > Have you tried using the legacy colorschemes I dropped that file into `~/.vim/colors/darkblue.vim` and I...

I like the idea, but how would you implement it? Unlike `NonGeoDatasets`, `GeoDatasets` will recursively search for files on disk, so you can't just pass in a list of weights....

> You could get a list of filenames from RasterDataset's index, compute weights, then pass those to the sampler. This feels a bit fragile. For example, if your dataset is...

It's not hard to support without TorchData, but it becomes easier to support with TorchData because the user can construct their own data loading pipeline with a set of common...

Will give @calebrob6 a chance to review, no rush on this PR since it's going in 0.4.0.

> Since every dataset will need a root parameter In theory, we could someday have datasets without a root parameter (streaming data from Azure/AWS for example). But yes, all of...

@calebrob6 check out the docs for the latest version and see if that's better. The alternative would be to make a formal doc section like: ```rst Initialize a LightningDataModule for...