Michał

Results 8 issues of Michał

Those are newest changes I wanted to propose. The .NET Core binaries are deployed in vsix package (open with 7zip). Total vsix size is 14MB, I think it is not...

Seems that bashdb is missing from 18.04 repo. Best way to workaround is to compile newest bashdb [4.4-0.94](https://netix.dl.sourceforge.net/project/bashdb/bashdb/4.4-0.94/bashdb-4.4-0.94.tar.gz). ```{r, engine='bash'} wget https://netix.dl.sourceforge.net/project/bashdb/bashdb/4.4-0.94/bashdb-4.4-0.94.tar.gz tar -xvfz bashdb-*.tar.gz cd bashdb-* ./configure make sudo...

doc

- ease of use: internal copy of `bashdb` (no need to install before first usage) - interactive scripting in terminal (possibility to use stdin in scripts) - change for windows:...

help wanted

``` Low Prototype Pollution Package lodash Patched in >=4.17.5 Dependency of jsdoctest [dev] Path jsdoctest > dox > jsdoctypeparser > lodash More info https://nodesecurity.io/advisories/577 High Prototype Pollution Package lodash Patched...

Hi, With newest umbraco forms openapi schema, I cannot generate schema: ``` const openApiSchema = await response.json(); const formTypes = await openApiToGraphql(openApiSchema); ``` Attaching the json from response used above....