Antón Rodríguez
Antón Rodríguez
+1, It would be great to have it only for Markdown files
IMHO async profiler is a very complete tool and it could be a good example: https://github.com/jvm-profiling-tools/async-profiler Also Mission Control is very good: https://github.com/openjdk/jmc
I've compiled the version from master and it works well. It's uploaded here: https://github.com/antonmry/vimperator-labs/releases/tag/muttator-1.4 It would be nice if muttator releases were delivered also in GitHub (as vimperator). Also, an...
As workaround,delete the sheet before, it works and it doesn't need additional libraries: ``` val sc = SparkSpreadsheetService.SparkSpreadsheetContext( Option("[email protected]"), new File("/path/to/credential.p12")) val s = sc.findSpreadsheet("") s.deleteWorksheet("worksheet1") ```
BTW I will be happy to create a PR addressing this issue if there is a consensus about how to solve it. Also, it's fine if you disagree and the...
Thanks @jmrunkle. I have created a PR to address the rename of Bowling.java: https://github.com/exercism/java/pull/1827 Regarding the difficulty, it would be great to have feedback from other developers.
I have interest yet but no idea how to start. Some help would be appreciated.
Just in case it's useful for others, I've tried with java 18 and JEP 420, and it isn't working for me. Preview is enabled and it works with Gradle, but...
Thanks, kandu. It didn't work for me but it could be because of https://github.com/neoclide/coc-java/issues/227. I will try again once that issue is fixed.
I installed it in my Mac m1 with sdkman using a rosetta terminal. This is the process in case it can help others: https://apple.stackexchange.com/questions/428768/on-apple-m1-with-rosetta-how-to-open-entire-terminal-iterm-in-x86-64-architec Once installed, it can be used...