-
Here's an example of a forced failure:
```
$ ./gradlew :client:rest:check
...
> Task :client:rest:validateElasticPom UP-TO-DATE
> Task :client:rest:validatePom UP-TO-DATE
> Task :client:rest:p…
-
At the moment, encryption functions use BouncyCastle's crypto DLL, which requires a reflective load of a huge amount of data, significantly increasing the script size. This should be avoided, which wi…
-
![image.png](https://raw.githubusercontent.com/liviamil/pe/main/files/da57b0aa-f1f5-448c-81da-5ac56b0b110b.png)
The restriction for MC being from 0 - 45 is not reflective to the situation in real lif…
-
We want to build a rich example with fully-safe JSON parsing. This can use reflection to (de)serialize structs.
* What are the language features we still need implement?
* What are the library compo…
-
Hi, thank you for setting up this guide. I have the same use case as you it seems.
I ran into (as expected) additional problems. How do you work around this?
We have no interest in elasticsearch…
-
I'm working on an addon which requires me to find reflective surfaces on brushes and entities. A function that could return the material or iMaterial at one position of a model would be helpful for ac…
-
I'm using Java JDK 11.04, Java 1.8.0_201 on Windows 10 64-bit x64, and Apache Maven 3.6.2.
I'm getting an illegal reflective access error, and the compile fails.
Please let me know what other de…
-
```ruby
java_import Java::javafx.beans.binding.StringBinding
class RubyStringBinding < StringBinding
def initialize(property:, method:)
super()
@property, @method = property, method
…
enebo updated
7 years ago
-
The ImageExporter overlaps labels with axes:
---
_The following content was originally posted by @j9ac9k in https://github.com/pyqtgraph/pyqtgraph/pull/88#issuecomment-531453792_
> [T]his i…
-
It's currently not possible to exclude specific author from Author List. I think it will be great addition:
![image](https://github.com/user-attachments/assets/ad77c0dc-6abb-4a6e-bcce-b1c126704cca)…