Julian Parsert
Julian Parsert
As the title says, i have trouble compiling the examples. When trying top compile the simple example in the README i get: Uninterpreted extension 'blob'...
I have a scenario where I have a class file (maybe without the source file) and a method and class name of a method/class that is implemented in this class...
Basically this question is regarding [https://github.com/kivy/pyjnius/issues/304](issue) and [https://github.com/kivy/pyjnius/pull/363](fix). I am on arch and have set the default to java 11 and I get the following error: SystemError: Error calling dlopen(b'/usr/lib/jvm/default/jre/lib/amd64/server/libjvm.so':...
Basically as the title says I would like to add the ability to run a Makefile in a plugin directory when installing and updating a plugin.
Sometimes a Json file has a list element with thousands of elements. In such cases it is not feasible to scroll all the way down to the end of the...
Hi, basically I wanted to know if this is still working with the new versions of reveal etc. I got d3js running and the demo working but I have not...
ERROR: the following packages are missing: - ocp-indent-lib - ocp-indent-lib However ocp-indent is installed and ocp-indent-lib does not seem to exist on OPAM
When building I noticed the use of ` boost::asio::buffer_cast` which is now deprecated as kan be seen [here](https://www.boost.org/doc/libs/1_84_0/doc/html/boost_asio/reference/buffer_cast.html). I changed all the occurrences to use the data() function. e.g. The...