Pawel Badenski

Results 45 issues of Pawel Badenski

Recent commit (https://github.com/geraintluff/sequence-diagram-html/commit/9095157dc1ce10f744daba7c8b65d355741dd26e) broke arrows in non-semantic version.

So far I noticed this for IC info - row, column and map fields are not read property. I don't mind submitting pull request, but need a bit of guidance:...

Just wondering if you had thoughts on adding support for map transitions. I started wondering after having look at [Indicum](https://v8.dev/blog/system-analyzer). It looks like it would really well complement "Inline caches"...

Link in the "About" section doesn't work: https://nodesource.github.io/deoptigate-examples/xml2js/01_start/?selectedFileIdx=31&selectedLocation=157&includeAllSeverities=false&highlightCode=true&selectedTabIdx=1&selectedSummaryTabIdx=1

Made it possible for a user to verify whether a character for quoting strings is consistent across whole project, ie. either single or double quotes are used.

I tried on v12.16.0, v13.14.0 and v14.2.0 Getting error below: ``` TypeError [ERR_INVALID_URL]: Invalid URL: [object Object] at onParseError (internal/url.js:257:9) at new URL (internal/url.js:333:5) at new URL (internal/url.js:330:22) at resolve...

See: https://anaconda.org/conda-forge/qgrid Related to: #287

Example of code that doesn't work: `element.style.top = 0` Below is checking value for truthy, which causes it to ignore 0: https://github.com/ampproject/worker-dom/blob/master/src/worker-thread/css/CSSStyleDeclaration.ts#L108

I understand that this plugin was built with worker inlining in mind - as name suggests. However - there is no plugin available to package web workers as a separate...

See below: ``` ➜ node Welcome to Node.js v16.6.1. Type ".help" for more information. > require('esbuild-plugin-inline-worker') Uncaught: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /Users/pbadenski/workspace/pricingmonkey/pricingmonkey/node_modules/esbuild-plugin-inline-worker/package.json at __node_internal_captureLargerStackTrace (node:internal/errors:464:5) at new...