stefaneidelloth

Results 52 comments of stefaneidelloth

If you would get that done in an hour I would be very impressed. :) I currently try to get jpype running, which needs C++ build tools to be installed....

Repast Symphony comes with a view examples. I used the JZombies_Demo from https://github.com/Repast/repast.simphony.models/tree/master/JZombies_Demo The model consists mainly of the *.class files that are located in the **bin** folder after compiling...

Fully agree. Just wanted to document what I got so far. (In case that single/subsequent execution through the repast API should be too slow, above strategy might be a fallback.)...

@quaquel I managed to create the first draft of some Java Code to remotely control a Repast model. I needed to adapt the repast code / create some new Java...

Here is a draft for the Repast connector that works for me. Please feel free to adapt it to your needs and include it in the official release if you...

a) Not explicitly (but I have a notebook open). b) No *Edit* Starting with en empty Notebook seems to work and the issue sees that I have following code cell...

Could you please describe your experiences with WebAssembly and distributed computations? Did you combine WebAssembly with your peer-to-peer in the browser project?

Ok, thank you for your reply and the hint to WebRTC. I just found following project: https://distributed.computer Unfortunately they don't seem to provide their code as open source. If you...

Wanted to use react-tabulator with react 18.2.0 and get npm warnings ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/react...

The click event of the button works if I use plain tabulator and jsfiddle. It also works with react-tabulator, if I specify the footerElement as a string and use escaped...