Christoph Wanja

Results 10 issues of Christoph Wanja

Taking the example from https://redux-requests.klisiczynski.com/docs/api-reference/abort-requests. If i call ``` dispatch(abortRequests([FETCH_BOOKS])); ``` i am not able to abort requests `FETCH_BOOKS` having a specific `requestKey`. Is this the wanted behaviour or a...

enhancement

### Bug, feature request, or proposal: Feature Request ### What is the expected behavior? Add a method for scrolling a table row into the view (like [scrollIntoView](https://developer.mozilla.org/de/docs/Web/API/Element/scrollIntoView) but for virtual...

Enhancement
wontfix

### What problem does this feature solve? It would be nice to have an option to realise the following scenario without creating too much boilerplate around: - OK button should...

wontfix

### Versions | package | version | | -------- | ------- | | `react` | `16.13.1` | | `rsuite` | `4.7.5` | ### What is the expected behavior? An automatically...

Enhancement
wontfix

### Versions | package | version | | -------- | ------- | | `react` | `16.13.1` | | `rsuite` | `4.8.0` | ### What is the expected behavior? The width...

wontfix

It would help a lot to be able to run a migration from a random directory without `cd` into the project directory containing the `migrations` directory. I tried running `migrate-mongo...

feature-request

Feature Request Scenario: scrolling through a big file, discover an issue, open annotation view to check out who you need to talk to about that very issue, recognize that you...

Hi there, *(question at the very end)* due to [Apple's deprecation of UIWebView](https://developer.apple.com/documentation/uikit/uiwebview) we need to switch to `WKWebView`. We could solve cookie issues using [`cordova-plugin-wkwebview-file-xhr`](https://github.com/oracle/cordova-plugin-wkwebview-file-xhr) for making AJAX requests....

Just tried to run ``` java -ea -jar ~/Desktop/NOTES/apps/savenotes-master/target/savenotes.jar -f ~/Desktop/NOTES/data/NotesV7.storedata -d ~/output ``` without success: ``` No suitable driver found for jdbc:sqlite:/Users/iwanuschka/Desktop/NOTES/data/NotesV7.storedata Exception in thread "main" java.lang.NullPointerException: Cannot invoke...

Please add `mvn package` as a command to build the jar to the README. I am no Java developer but lost my notes nevertheless :) Thx!