Liel Fridman
Liel Fridman
Hi! I'm working on a project where building a cross-platform JAR is required. This is our pom.xml: https://github.com/lielfr/lilach/blob/master/lilach-client/pom.xml Whenever trying to run it using `mvn javafx:run`, maven refuses to run...
### Version [v4.0.1-rc.1](https://github.com/apollo-module/releases/tag/v4.0.1-rc.1) ### Reproduction link [https://codesandbox.io/s/nervous-murdock-jjtmq?file=/src/index.js](https://codesandbox.io/s/nervous-murdock-jjtmq?file=/src/index.js) ### Steps to reproduce 1. Use the provided server as the endpoint. 2. Install the packages. 2. Run the test script. ### What...
Hi. So, I'm trying to implement the exec builtin. As you may know, it requires the ability to execute python code directly from batavia, which AFAIK is not possible because...
So, the classmethod builtin is actually a decorator which is meant to allow functions access to the class definition. In order to implement this in Batavia, we need to actually...