Frederik De Bleser

Results 185 comments of Frederik De Bleser

First of: which version of NodeBox are you using? I assume the nodes that are failing are the ones written in Python (e.g. import svg). This often happens on systems...

You might look at the new version 3.0.47, though I doubt it will behave differently: https://github.com/nodebox/nodebox/releases/tag/v3.0.47

Here's an example of how that could look: ![segmented menu](http://i.imgur.com/CyNyM.png)

Thanks for the PR. However, I couldn't get it to compile -- see the inline notes for more details (this is on Linux with OpenJDK 8).

Sounds very useful, only problem is naming the thing. Here are some suggestions: - if (although if works with _expressions_, not values) - switch (but we already have a switch...

application/nodebox sounds appropriate. On Sun, Jan 5, 2014 at 9:31 PM, Antonio [email protected] wrote: > As far as I'm aware there isn't anyone doing this. I'll help on this as...

I've done some work in the past trying to get NodeBox packaged for Ubuntu, but got stuck because it is a Java application. If you can find good resources, I...

Clojure is supported now. We don't support Java yet - should we take in a JAR file?

Compiling .java files from source using the [Eclipse Compiler for Java](http://www.eclipse.org/jdt/core/index.php) or [Jikes](http://jikes.sourceforge.net/).

Using CSV files you mean? NodeBox supports only UTF-8 encoding, so if possible, you should make sure your file is exported to that encoding. If you have a specific file...