Doeke Wartena

Results 84 issues of Doeke Wartena

Please don't use `private` when programming but use `protected` instead. That way when a programmer that knows what he is doing extends a class he can still access fields. Now...

This is with the nightly build downloaded at 20 nov, 2017. (Building with xcode is a nightmare with certificates and stuff).

(noob alert) Is it possible to create websockets? And if not, what has to be done to make that possible?

i'm looking at the examples and i'm at ApplyForceAttractMouse (so the first one). in the box class there is: // Is the particle ready for deletion? boolean done() { //...

If you have a comment in the code that contains a curly brace then reindentation gives wrong results. to reproduce: paste this somewhere in your code (not at the bottom)....

**Describe the bug** I can not run with the extension. I have the simple program: ```kotlin fun main(args: Array) { println("Hello World!") } ``` I have build the gradle project...

bug

hi, minor thing: >>> https://github.com/hecomi/uHomography/tree/master/Assets/uHomography/Runtime/Sahders

Hi, when I import the package I get the error: `You are trying to import an asset which contains a global game manager. This is not allowed. ` Also its...

One thing I dislike about multi-line comments is that they can screw with the look of the file due to the indentation. Here a tiny example (I think it's worse...

Is it possible to use a debugger on a mac? And if so can someone help me of how to set this up? I know there is Visual Studio for...