Hendrik Schreiber
Hendrik Schreiber
The current version of IntelliJ IDEA (2016.3) seems to have much nicer scrollbars than Dracula (round, like in the OS and not rectangular, disappearing when not used, ...). Is there...
Perhaps this is a long shot, given the age of the project. But JDK builders like Liberica/BellSoft don't even offer a 32bit download anymore (see https://bell-sw.com/pages/downloads/ , JDK 17 LTS)....
This isn't strictly an issue with nb-darcula, but the underlying JVM. The JetBrains Java runtime recently added [support for dark titles bars](https://twitter.com/dsfokin/status/869488465804750849) under macOS. There is a corresponding OpenJDK [enhancement...
Java 10 got rid of the `javah` executable and replaced it with `javac -h`.
This is about the page https://www.mojohaus.org/maven-native/native-maven-plugin/source-repository.html - The banner link "Fork me on GitHub" leads to https://github.com/mojohaus/mojo-parent but should lead to https://github.com/mojohaus/maven-native - The link for *Web Browser Access* (https://github.com/mojohaus/maven-native/native-maven-plugin)...
It would be nice, if pedalboard supported `pathlib`, so that ``` audio_file = AudioFile(Path("some.wav")) ``` becomes possible. Obviously, this is largely cosmetic and just a nice to have.
When using the [musdb](https://pypi.org/project/musdb/) package, `stempeg` needs to be installed, which leads this warning: ``` site-packages/stempeg/__init__.py:30: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated...