Abel Salgado Romero
Abel Salgado Romero
Context and legal should be included. The Readme states "Classic Tomb Raider open-source engine" but that's not true. The web demo and releases include playable versions with asset included. That...
> maybe the old 90's demo could be included as a separate download in order to have assets to see it ( it was the Vilcabamba level ) The problem...
We migrated and after some ticket dates update we see this again. Is there some way to find a hint?
Similar issue in Manjaro, vulkan 1.3.264-2. `mangohud glxgears` works fine, but `mangohud vkcube` does nothing. I installed from source, commit efd1c07391c2aefc4af52d3b44e271ce37f782ef. I tried to follow the thread, but `abi` are...
For anyone finding this, there's a workarround ``` Reflections reflections = new Reflections(new ConfigurationBuilder() .setScanners(new SubTypesScanner(false),new ResourcesScanner()) .addUrls(ClasspathHelper.forJavaClassPath()) .filterInputsBy(new FilterBuilder() .includePackage(packageName))); var types = reflections.getSubTypesOf(Object.class); ``` However, this does not...
A query like this reproduces the iisue `SELECT f64 FROM "_" WHERE "job"=~/ServiceKey/ and time > now - 1d `
> If your jar file doesn't have information about `GroupID`, `ArtifactID` and `Version` in `pom.properties` or `MANIFEST.MF` then: > We use maven repository to try to get `GroupID`, `ArtifactID` and...
It seems `Implementation-Vendor-Id` was deprecated in Java 8 https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#Main_Attributes and in Java 11 is no longer mentioned. The closest `Implementation-Vendor` https://docs.oracle.com/en/java/javase/11/docs/specs/jar/jar.html#manifest-specification is more descriptive.
Spring is not going to be using those and build is done in Gradle, which kind-of also discards the pom.properties. On the bringht side, I added to my personal backlog...
I wonder if it would be possible to integrate the index (as seen https://github.com/aquasecurity/trivy/issues/3421#issuecomment-1385902897) so users can download it like you can with the trivy-db. Of course, I realize that...