Jacques Germishuys
Jacques Germishuys
I could also not get `@types/ckeditor__ckeditor5-core` to work, had to resort to creating a file very similar to the one shared by @colindawson. Sadly, no simple works-out-of-the-box solution here :(
Hi, its been quite painful to keep this working. From the error, it seems like there is an interaction with OpenSSL and the `windows.h` header. I've pushed a commit to...
Not necessary, thank you, the CI server is sufficient. Unfortunately its not quite that straight-forward. I've fixed the original error, which did not seem quite right, but there are further...
This would be an awesome feature!
Have exactly the same problem.
Running into exactly the same problem, currently stuck on `0.9.3`, all versions afterwards lose all type information. Whereas it used to work :) Tried both `openapi-typescript-helpers` `0.0.7` and `0.0.8`, no...
As expected, the CI is failing now due to the type error :)
Hi @kettanaito, I've submitted PR #2132.
The documentation also states: "The signature is filter(location, action): Boolean where location is [history.location](https://github.com/ReactTraining/history/blob/master/docs/api-reference.md#location) and action is [history.action](https://github.com/ReactTraining/history/blob/master/docs/api-reference.md#action)." However, from the above the `location` type is a `string`.
The example usage: `history.listen(historyContext(rollbar));` also doesn't work, as the `args` parameter is not optional.