Results 203 comments of Andreas

Thank you very much @viglucci for the clarification :)

TS types would also need an update, like: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rsocket-types

Hi @SerCeMan ! Thank you for your reply. That is my point, `createErrorFromFrame` returns type `Error`. This typing is wrong, what it really returns is an extended error object, therefore...

@viglucci Our use case was mainly for error reporting and is production critical. Anyway you are right too, it also enhances code completion. #158 sounds great.

For anyone who is interested, deleting Jenkins's Workspace and restarting the deployment process fixed the issue (at least temporarily).

I fixed the `{ [k: string]: unknown; }` with [`oneOf`](https://json-schema.org/understanding-json-schema/reference/combining.html?highlight=oneof#oneof). Though the types are still not imported, but instead included and duplicated in each file. Sp probably related to #476

[`parcel-plugin-inline-source`](https://www.npmjs.com/package/parcel-plugin-inline-source) supports an `inline` attribute.

It would be really great to support a list of executed commands in series cross platform. ```json { "plugins": [ ["@semantic-release/exec", { "publishCmd": [ "cmd 1", "cmd 2", "cmd ..."...

@erikras Any plans to support custom focus implementations?

Trying to set `dropEffect` via `nativeEvent` attribute doesn't work either 🤔 > If you find that you need the underlying browser event for some reason, simply use the `nativeEvent` attribute...