Mick Lawitzke

Results 142 comments of Mick Lawitzke

I made a reproduction repository where the error is reproducable. It occurs when setting `strict` to `true` in `tsconfig.json`. https://github.com/MickL/socketio-rxjs-fromevent-error

Any news on this? Just started a new Angular project (`npx @angular/cli new`) and ran into this issue again. I dont want to disable `strict` :(

IMO it would be more convenient if a "npm install convict" comes with everything. Using `@types` is becoming out of fashion and exists mostly only for old libraries. Also I...

Had the same error: Was working in Safari but not in Chrome. I am using Bootstrap and yes, CSS `smooth-scrolling` was set to `smooth`. Disabled it with `$enable-smooth-scroll: false;` Why...

@rvarbanov I think this issue can be closed as `before` and `after` are meant to be run only once per test as described [in the documentation](https://docs-nine-inky.vercel.app/docs/guides/guides/test-script-reference#before-and-after-sections).

@judaschwartz may you explain the downvote? Isnt that exactly what was requested?

Thanks for the quick response! How may I do a login before a scenario so i can test my refresh token endpoint? I want to test the token refresh without...

@Khaledgarbaya I am not able to use `contentful.js` on a Cloudflare worker since it uses axios. Axios does not work there and `fetch()` must be used instead.

I agree to @mendrik that contentful.js should use adapters. Axios should be one adapter and part of a separate package, then other adapters for fetch, or other http-clients, could easily...

@Friksel This is an open source project. Feel free to contribute and fix this issue!