Jonas De Vrient

Results 11 issues of Jonas De Vrient

Add more examples to demonstrate more use cases * Usage with Formik/react-hook-form * Usage with a wrapper component (to showcase the different use cases, like progress indicator) * ... See...

documentation

**Is your feature request related to a problem? Please describe.** Many people want to use Svelte with TypeScript. With `svelte-preprocess`, a fitting rollup-config and Svelte extension from VSCode this is...

It seems like `window.intercomSettings` isn't used in SPAs, according to https://github.com/devrnt/react-use-intercom/pull/481#issuecomment-1148940938. This is confirmed by someone from Intercom. We should follow this up and check for updated documentation, so we...

Is this going to work?

Finished @jeetiss work. **Changes** * Use [`tsdx`](https://github.com/jaredpalmer/tsdx). This results in dropping direct dev-dependencies like `eslint`, `@babel`, `@rollup` * Main `index.js` migrated to `index.tsx` * `index.js` test migrated to TypeScript *...

SocketException: OS Error: Connection reset by peer, errno = 104, address = yts.am, port = 45886. ```dart SocketException: SocketException: OS Error: Connection reset by peer, errno = 104, address =...

bug
sentry

Connection closed while receiving data. ```dart ClientException: Connection closed while receiving data File "io_client.dart", line 54, in IOClient.send. File "async_error.dart", line 17, in _invokeErrorHandler File "stream_pipe.dart", line 286, in _HandleErrorStream._handleError...

bug
sentry

This issue was temp fixed by: ```gradle project.configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group == 'com.android.support' && !details.requested.name.contains('multidex') ) { details.useVersion "26.0.1" } } } ``` It's a problem...

help wanted
known issue

Exception: Failed to load movies: Check if the apihttps://yts.am/api/v2/movie_details.json?movie_id=6066is still online. If not the case check if the mapping is still correct. ```dart _Exception: Exception: Failed to load movies: Check...

bug
sentry

### Internet connection after VPN conn When you have connected to a VPN and turn it back to normal (wifi or cellular connection) it says there is no internet connection.

bug
help wanted
open