Yoshi Jäger

Results 18 issues of Yoshi Jäger

## Deregister scripts that were added with evaluateOnNewDocument **What kind of change does this PR introduce?** A simple but yet commonly requested **feature** to deregister scripts that were added with...

**The problem** On Safari, scrolling out of the bounds causes weird wiggling/shaking of the inner view. I suppose this has to do with the debouncing that Safari allows, but some...

project:react-native-web

Dear maintainers and contributors. I am currently implementing kqueue support, and I have made some decent progress. There is however something I need help with as I don't understand what...

We get the following `tsc` errors. ``` node_modules/react-native-element-dropdown/src/useDeviceOrientation.ts:27:7 - error TS2578: Unused '@ts-expect-error' directive. 27 // @ts-expect-error - React Native >= 0.65 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/react-native-element-dropdown/src/useDeviceOrientation.ts:29:9 - error TS2578: Unused '@ts-expect-error' directive....

As described in this issue: https://github.com/bitpay/bitcore/issues/3358 This PR fixes the derivation issues when trying to create a key with a string-typed derivation path such as `m/0'/1/2/3`

We found a flaw with the string typed key derivation function at the following call: https://github.com/bitpay/bitcore/blob/bed0702ff56ca207a09711fd2e2a2b75374b51ac/packages/bitcore-lib/lib/hdprivatekey.js#L74-L78 `_.every` calls the function `HDPrivateKey.isValidPath` with two args: 1. The first arg is the...

Using this new delegate implementation one can assure no more than X items will be selected

**Is your feature request related to a problem? Please describe.** Currently, as soon as `objection` connects to the Frida server, `lldb`/`gdb` will cause the app to continue with the execution....

While using the search API, I was noticing that there is no way of accessing the data item in the custom search callbacks because it is not passed to the...

1.) Fix unhandled promise rejection when creating a dataset Perhaps there are multiple locations where we have to fix this issue in future. In this case the exception occurred when...