Simon Seyock
Simon Seyock
This will get more relevant if we ever want to move to react >= 18. Enzyme does not support react >= 17 natively. For react 17 there existed an unofficial...
It could be that this is considered an anti-pattern. I would argue that if I would need a variable of a certain type, that this code needs to be imported...
Yes, my main point is: Either mark all types / variables in type annotation as used or none. I just wanted to elaborate that there might be cases in which...
Also the same should be true if you declare a variable / type in a file and only use it in an annotation.
I just noticed that @hegemonic the author of `catharsis` is also the main contributor of `jsdoc`. Maybe switching to another parsing library might reduce the work that is needed for...
JsDoc ~does not seem to be developed actively for some time now, or at least~ does not seem to plan to support typescript at the moment. As you can see...
The engine is working and is already used in another project.
The only way the public API provides at the moment is the `clear` method that empties the cache entirely. The `tileCache` property of `ol/source/Tile` is protected not private, so inheritance...
It also doesn't work with var!!!! It seems that `// #ifdef` and `// #ifndef` only work together with the passed defines (!!!!) and that `// #define` ONLY works together with...
We would prefer to maintain backwards compatibility. That means we would want to be able to read `.mixed` files, but only write `.jpeg` and `.png` files. If that is very...