dan1st

Results 17 issues of dan1st

Currently, there is no documentation on how to create ReVanced patches. This kind of documentation should be added. ### Motivation If someone wants to create patches, there are practically two...

Resources should always be closed when they are not used any more. This PR fixes the issue by closing `ExtFile`s created explicitly.

The Gauss-Jordan algorithm can be used in order to solve linear equations of any size using matrixes. Note that the Gauss-Jordan algorithm is not the same as gaussean elimitation as...

**Is your feature request related to a problem? Please describe.** Postman comes with a few code generators for HTTP Requests. For Java devs, there are generators for the Libraries `OkHttp`...

good first issue
feature
new-language-support
codegen

fixes #212 This pull requests adds links to licenses if license URLs are available.

### Type Error while running the manager ### Manager Branch Flutter ### Bug description aapt2 crashes with exit code 135 (typically a segmentation fault) when patching on a 32bit ARM...

bug

**Before reporting** - This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**. - Please report issues which are specific to [the Spring Framework](https://spring.io/)...

bug

Some situations/frameworks (e.g. JPA) require a no-args constructor for initialization/set the object after the constructor. However, in many cases, these types are not nullable after initialization. Is there a way...

nullness
discussion

Upon installing pde-tools, it is no longer possible to use non-blocking completion for Content-Assist because the Java Semantics Proposal Computer requires the UI thread. Steps to reproduce: - Install PDE-Tools...