Tim Lander
Tim Lander
It looks like there are a number of really useful tests for `apt-get` commands, but currently no support the the equivalent `yum` commands. This would obviously be really useful for...
Is 1.1.2 going to be properly released, or uploaded to the nexus?
I'm attempting to decompile the dll from [darice.cub](https://docs.microsoft.com/en-us/windows/win32/msi/using-internal-consistency-evaluators) (Windows Installer validator). Using snowman-v0.1.3-win-x64, when I use snowman.exe to open msiice.dll the program crashes after around a minute. The dll is...
Profiling our usage of gdal on Windows revealed that the vast majority of time spent when opening a dataset using gdal is spent in checking for the file's existence. This...
Regex is here: https://github.com/dlsc-software-consulting-gmbh/FormsFX/blob/9d1225130be425cd61392e64533a305bcd384d31/formsfx-core/src/main/java/com/dlsc/formsfx/model/validators/RegexValidator.java#L86 Basically this marks urls like [https://localhost:80/](https://localhost:80/) as invalid.
### What feature do you want to see added? In my tests, I sometimes output multiline failure messages. This is useful, for example, when a test is comparing json output....
Code looks like this: ```Java XBProjector projector = new XBProjector(); CloseableMap xmlMap = projector.io().file("path_to_existing_xml_file").bindAsMapOf(String.class); //Called later on xmlMap.remove(key); //Throws NPE in DuplexExpression.deleteAllMatchingChildren, as parentNode is null (?) //Attempt 2 xmlMap.entrySet().removeIf(entry...
Adding the following to my project: ```xml systems.uom systems-common 2.1 ``` Then running the maven-enforcer-plugin reports the following" ``` [WARNING] Dependency convergence error for javax.measure:unit-api:jar:2.1.2:compile paths to dependency are: +-test:1.0...
#### Description of Change It appears that gcc13 reordered some headers, so `iostream` no longer includes `cstdint`. Files using `cstdint` via `iostream` need to be updated. I've only changed one...
### Describe the bug In Visual Studio 2022 17.10 Microsoft changed the mutex constructor in a way that's incomparable with the previous implementation ([see here, first item under "Fixed bugs"](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710))....