Andreas Girgensohn
Andreas Girgensohn
Also, the `TileLayer` constructor should really use rest syntax because multiple property objects could be used: https://deck.gl/docs/api-reference/core/layer#constructor-1
Do you have an example for a Charles Schwab or TD Ameritrade Form 1099-B that reports a wash sale? According to the instructions from Schwab, those would show a W...
I added as much support for wash sales as I could without having a sample. I changed my CSV format to add an extra column for the wash sale code...
A year ago, I changed the link in the README to the internet archive: https://web.archive.org/web/20121103033816/https://turbotax.intuit.com/txf/TXF042.jsp
Thanks for trying my software. I just installed `pdftotext` with Homebrew. That should have installed the version you are using. You can check like this: ``` pdftotext -v pdftotext version...
Your image shows a transaction history and not the data from a 1099-B. In particular, there isn't an acquisition date and I'm not sure if there is a cost basis,...
Do you plan to maintain support for the old format? Otherwise, those images won't be viewable any more. It's not a big deal for me because we haven't started producing...
Our images have multiple field-of-views and many channels and z-slices. Stitching is fastest done in parallel. Zarr images are suitable for parallel writes, unlike TIFF images. Proprietary formats such as...
This separator change comes from NGFF 0.2. In can be determined from `multiscales` in `.zattrs` where version 0.1 would always have `.` as the separator and version 0.2 would default...
As I'm just now considering using `bioformats2raw` as another image source, I would appreciate it if the OME-Zarr loader could look in a few likely places for `METADATA.xml`. This could...