Timo Netzer

Results 13 issues of Timo Netzer

"Project Cube - Voxel game based on Minecraft made with HTML5. Play it now!" The Project Cube and the Play it now! links are both dead.

Hi, I translated some processing examples into sketching and I found out that (fill r g b) and fill(r, g, b) behave differently when passed negative numbers. The processing version...

documentation
difference

Is it possible to set a fixed port for a client? I'm creating my client with: ```lisp (defparameter *client* (wsd:make-client *path-to-conf*)) ``` now I want to set a port for...

Hi everyone, I tried to play around with the plotting capability of owl. I followed the documentation at https://www.cl.cam.ac.uk/~lw525/owl/chapter/plot.html and it does not work. I've seen a comment under another...

bug

I use DUB version 1.26.1, DMD64 version 2.097.2 and all I did was `dub init` a new project and adding `consoled` as a dependency. ``` ... "dependencies": { "consoled": "~>1.0.4"...

Hello everyone, I'm currently trying to build a WordPress plugin that communicates with the WooCommerce API. This library looked like the perfect fit for the job but I can't get...

stale

Hello, is this project still maintained?

Are there plans to update the project to Wails 3?

This fixes a problem with type inference in the i-graphql example like described in https://github.com/aantron/dream/issues/373

Hi everyone, I was working through the graphql examples and I found out that the type system is not able to resolve all the types given in the example (https://github.com/aantron/dream/tree/master/example/i-graphql),...