Denis Migdal

Results 15 issues of Denis Migdal

Hi, Considering that creating webpack.config.js files can be troublesome for new comers and can quickly become unreadable, I created a small framework to handle this issue. This could be a...

Hi, I came across a strange bug : when panning, the x axis "StepSize" option is ignored if I didn't zoom once before. See images below : Step size of...

bug

### Description Sometimes Keyboard shortcuts/hotkeys stop working, e.g. doing `ctrl+E` or `ctrl+S` does nothing. I assume this happens when the file content is somehow in an invalid state, generating somehow...

### Description Pasting a code inside a code block or a link inside a link block is also printing a code/link block. For example if we have the following code...

### 🔎 Search Terms unknown never generic type methods ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ...

### 🔎 Search Terms none ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________...

Unactionable

Hi, In the Deno documentation for JSDOM ( https://docs.deno.com/runtime/manual/advanced/jsx_dom/jsdom ). The provided exemple use a minified version of JSDOM : ``` { "jsdom": "https://esm.sh/jsdom" } ``` However, this causes the...

### Feature Proposal Hi, I wonder if it could be possible to provide an API using composition DP to build graphs in order to improve code extensibility, reuse, and readability....

type: enhancement

Quick fix to enable the usage of Marker extensions. An example with `marked-highlight` : ```javascript // highlight const { markedHighlight } = require("./../../example/node_modules/marked-highlight"); const hljs = require('./../../example/node_modules/highlight.js'); // inside Webpack...

Related to #69 Error message: ``` Uncaught TypeError: expando is undefined beforeUpdate chartjs-plugin-datalabels.esm.js:1233 callback helpers.segment.js:79 _notify chart.js:5096 notify chart.js:5079 notifyPlugins chart.js:6361 update chart.js:5899 ``` Reproductive example: https://github.com/denis-migdal/ChartsHTML/tree/d45f9c3dc1336d1f1a6d7d3836f98d1b46fe05c2 Clone, start a...