-
Currently RFSwarm Agent, Manager and Reporter are monolithic files with several classes in the one file, also there is quite a bit of code duplication between the various apps.
- [ ] separate the …
-
https://github.com/10up/wp-scaffold/tree/trunk/themes/10up-theme/includes
We should be consistent with how we use actions/filters. Either we should use functions everywhere or classes everywhere.
-
I just had the realization that for whatever reason the javacompiler compiles the minor java version into the module-info.class, therefore making the build unreprodible unless on has exactly the same …
-
When the underlying .json file of this development server changes in GitHub, currently the server needs to be restarted to pick up the changes. The server should just read the file (and not cache) on…
-
Through studying the code, it seems that the premise of this decompiler's work is to correctly load the target class into the JVM, which is very dangerous for studying class files containing malicious…
-
### Pimcore version
2024.3
### Steps to reproduce
We upgraded from 2024.1 to 2024.3.
- Save a class with a Date field and a Reverse Object Relation in Pimcore Admin.
### Actual Behavior
Definit…
-
java.lang.IllegalArgumentException: Unsupported class file major version 65
at org.objectweb.asm.ClassReader.(ClassReader.java:199)
at org.objectweb.asm.ClassReader.(ClassReader.java:180)
at org…
-
### Current Behavior
At version 8.11.0-RC1, parallel storing configuration cache is possible.
However, I found classEncoder in DefaultWriteContext may be NOT thread safe cause every child write conte…
-
Currently, files are read in several different classes (Level, Renderable, etc). This should be done in a single class and be optimized/written cleanly. Additionally, Renderable specifically has some …
-
Steps to reproduce:
```bash
git clone https://github.com/dylibso/chicory.git
cd chicory
mvn -Dquickly
```
- open the project in IntelliJ
- open, for example: `machine-tests/target/generated…