Daniel Furtlehner

Results 14 comments of Daniel Furtlehner

I'm using react-tagsinput with typescript too. I wrote some quick definitions that work for me right now. Simply put this in a d.ts file inside your src folder. ```typescript declare...

@RuedigerMoeller I updated the initial bug description and added a link to the test case. If you need more informations let me know :)

I tried to preregister the classes in my testcase. It makes no difference. But I think it is too late to register them when deserializing a stream written without registered...

Currently we use openjdk 8 without setting the GC explicit. When the error occured we used Oracle JRE 8 ,Also without changing the GC. So I assume we don't have...

Hmm catching all exceptions is never a good idea. The fix would be to check hasattr(obj, "Name") before accessing the Name of the given object. Could you add your FreeCAD...

@memetb Thanks for the detailed explanation. 1. I pushed a fix (hopefully as it is not easy to reproduce as you said) for the "Name Not Found" error in this...

Completely missed this pull request. Sorry for this. It looks good to me. I will try to merge it this week. I'm ptetty busy at the moment.

@howetuft as i asked before. Why do we need the same setting twice? For me "rendering power" sounds a lot like "intensity". If the reason is we should have a...

> for instance, we could link Intensity to power with something like Intensity = min(1,Power/K) (K being a constant, for instance K=100) and hide Intensity to the user. Do you...

Thanks for this feature request. I had this in mind for some time now. Currently my free Time is a bit limited. So it might take a while until this...