Ellet
Ellet
This is what I found: ```md Allow widgets to override widget span properties. ```
This PR is ready for review, it's not ready for merge yet.
The parameter `$INST_JAVA_ARGS` (Java args/parameters) is not being passed as expected, it should be something like this: ```console -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ``` What is currently: ```console "hello...
> You should however check how this replacement is done in other launchers so that we don't deviate from conventional replacement behaviour. They usually use regular expression pattern, [Example in...
> By default, `java_args` are empty... How can we access the Java arguments that will be used to launch the game? Can we only access it in the `launch_minecraft` function?
> Only support Pre-Launch: We need to refactor the code or move the Hooks parameters logic somewhere else along with Pre-Launch I wasn't sure about whether I should refactor the...
@gauhun Can you confirm if this is still an issue?
Closing the issue as we didn't receive a response. Please feel free to file a new issue with more details.
> The root cause is that _keyboardVisible in raw_editor_state.dart remains false when using a physical keyboard. While QuillRawEditorState attempts to detect hardware keyboard visibility through That's actually a good explanation....
We have to use different plugins and solutions which will cause a lot of duplicated code that requires more maintenance, a solution that has all in one plugin would be...