Simon Seyock

Results 50 issues of Simon Seyock

Hi! I wanted to ask if you are open to accept PRs that would enable JSDoc to parse more typescript specific types. For example the intersection types (See https://github.com/hegemonic/catharsis/issues/62). I...

The redirects were broken as there were multiple csurl parameters pasted together with '?' in the given location. This was causing "too many redirects" errors. (The $_SERVER['REQUEST_URI'] variable contains the...

any redirect causes a "TOO_MANY_REDIRECTS" error. Please see #30 for a solution.

At the moment there is no possibility in the proxy to request resources that need authorization. If you add 'authorization' headers those are meant for access of the proxy.php file...

The react testing library enables to test components a lot like users would use them. Also it does not need full applications, it can just render single components and test...

enhancement
test

react-geo uses the protected method getAttributions of openlayers. This means this not something that can be relied upon to be stable. In v6.5.0 it returns a function but in the...

bug

The LayerTreeNode does not need to get stored in in the state. In fact it is discouraged to store react elements in the store. This was causing typing issues. The...

enhancement
refactoring
performance

## Motivation Eslint complains about unused-vars if they only occur in `@type` annotations. For example: ```javascript import { SomeType } from 'some/where'; const val = /** @type {SomeType} */ (otherVal);...

enhancement

Update the geoext page to display current versions. That includes: * The template header should not show `GeoExt 3` but probably just `GeoExt` * The HTML title should use `GeoExt`...

Could the line width in eslint get increased to 120 characters or at least a 100 characters per line? With ExtJS the lines tend to get very long and if...