Matthias Beerens

Results 19 issues of Matthias Beerens

See https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/

enhancement

SSL Cert expired and project got shut down for more info see: sourcerer-io/sourcerer-app#632 I'm currently looking for an alternative.

bug
help wanted

Example: ![image](https://user-images.githubusercontent.com/3512339/103337409-8784eb00-4a7b-11eb-801a-2dd8ca410f70.png) The output should be correctly alligned.

enhancement
help wanted
good first issue

- https://help.github.com/en/articles/configuring-nuget-for-use-with-github-package-registry - https://help.github.com/en/articles/about-github-package-registry#supported-clients-and-formats

enhancement

We currently have a lot of classes/interfaces related to command configuration. - `ICommandConfigurationBuilder` - `ICommandConfigurationBuilder` - `ICommandBuilder` - `ICommandBuilder` A lot of properties and methods are being duplicated. This has...

enhancement

This PR upgrades SDK to `>=2.17.0

Given the following script: ```dart final result = qjs.eval('new Date()'); // result = Map (0 items) ``` It should be (un)marshalled using the https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getTime `quickjs-emscripten-sync` does it as follows: https://github.com/reearth/quickjs-emscripten-sync/blob/5936622195290bf051d0aa691012e0f443aebf33/src/unmarshal/custom.ts#L25-L29

Given the following JS Error ```js class MyCustomError extends Error { constructor(status, message) { super(message); this.status = status; } } ``` If this error is thrown from inside a QJS...