jppresents
jppresents
Any news on this? Getting it too and the red warning in the intellij console on every start of my application is getting to me.
Info for anyone: I downloaded the project, commented out line 93 in DarculaLaf.java This no longer styles the "EditorKit" (don't know what that is, seems I do not use it...
I got this from: https://plot.ly/javascript/zoom-events/ From the example: 'x-axis start:' + eventdata['xaxis.range[0]'] + '\n' + 'x-axis end:' + eventdata['xaxis.range[1]'] );
My workaround (within the plotly_relayout callback): var range = eventdata['xaxis.range[0]']; if (range === undefined) { range = eventdata['xaxis.range'][0]; }
You are correct, in the "hosted" version the link works. And when viewing the pages on github all links within the guide lead to 404. Guess I should have checked...
Sure, here it is: https://github.com/borisyankov/DefinitelyTyped/tree/master/threejs
The linked file above (http://jppresents.net/static/files/ShaderParticles.d.ts) is actually enough to get up and running with your lib in typescript. This way typescript knows which classes ShaderParticles offers and what their functions...
Okay, just noticed when continuing with my game: all the properties of emitters (and possible groups) will need to be defined in the definition too. (Just listed with their correct...