jedfrechette

Results 10 comments of jedfrechette

That seems to work. Currently the shortcut Target is something like: `"C:\Program Files\AdoptOpenJDK\jre-15.0.1.9-hotspot\bin\javaw.exe" -jar "C:\ProgramData\chocolatey\lib\yed\tools\yed-3.20.1\yed.jar"` After stripping the javaw.exe path so that the Target is just: `"C:\ProgramData\chocolatey\lib\yed\tools\yed-3.20.1\yed.jar"` The shortcut still...

I'll leave this as a comment here since I'm not sure it should qualify as a bug in be, but is related to alternative 3. On Windows I typically use...

That makes sense. To answer your questions in reverse order. I'm interested in both oiiotool and the API. In this specific instance I hit the behavior while prototyping functionality for...

That's what eventually clued me in to the fact that libraw was missing. Originally though, I just thought I was getting the --iconfig syntax wrong since the parameters I was...

In practice it's going to pose the biggest problem with "difficult" clouds, i.e. ones that are noisy, don't have much overlap, contain parts of the scene that have moved, etc....

Yes, as an example, but some pairs of tripod lidar scans will also fail to converge with larger values, e.g. 10^-4. Or like I said, making the mistake of starting...

> Hmmm, I'm not sure if `-n` is good or bad. Without it, what exiftool reports is the data with some rounding and interpretation/explanation (it's a string) But with `-n`,...

I think this issue also impacts the creation of new environments from an environment.yml that specifies boa as a dependency. In my base environment `mamba info` reports: ``` channel URLs...

`inspect.getargspec` has been removed from Python 3.11 so it's no longer just a matter of depreciation warnings and slower startup times. Pyblish currently will not run on the latest stable...

This is still an issue with the Debops release version 3.0.5, but appears to be fixed in Master. In 3.0.5 you can work around the issue by explicitly adding: `ntp__base_packages:...