Aaron Spaulding

Results 9 comments of Aaron Spaulding

I'm using Mac OSX 10.8.2, I'm assuming the Mac Look and Feel is specific to the Mac version of java.

After testing a number of versions it doesn't seem to be related to the version but the type of build. All of the jars and the jnlp are affected (including...

I can only explain it as some type of threading problem. I don't know if your plugin or JOSM is multithreaded, but its the closest parallel I can draw. I've...

This also affects `exportsOverride` the following tries to copy all of the sub-folders over top of destination overwriting the destination. Only the last folder it copies makes it: ``` js...

I have several large files in the folder I'm running npm-check. A dependency [depcheck](https://github.com/depcheck/depcheck) appears to load into memory any file it comes across. This behavior seems to be triggered...

Yes, so this appears to be because `FileStore` doesn't get reset between tests. I've added a method to reset it, and reset it when the language server is reset in...

I was also getting the error ``` Traceback (most recent call last): File "./project/./main.py", line 11, in main() ~~~~^^ File "./project/./main.py", line 5, in main tiff = GeoTiff('./CONUS_L2_BREF_QCD_20250605_020213.tif') File "./project/.venv/lib/python3.13/site-packages/geotiff/geotiff.py",...

I think this would be a really useful feature, and see as the original ticket didn't go into a lot of detail I'll provide my use case. When I need...