Lucian Mocanu
Lucian Mocanu
**Do you want to request a *feature* or report a *bug*?** Licensing issue **What is the current behavior?** `Draft-js` is released under MIT, but it only works together with `immutable-js...
Currently any jsdom version is accepted because the semver contains the "or" operator (`>=10.0.0 || =10
The setup for Git Bash (Windows) cannot run cli tools that are installed using `npm install -g`. ``` $ fnm env export PATH="C:\\Users\\XXX\\AppData\\Local\\Temp\\fnm_multishell_15584_1612875966568":$PATH export FNM_MULTISHELL_PATH="C:\\Users\\XXX\\AppData\\Local\\Temp\\fnm_multishell_15584_1612875966568" ... ``` Running node works:...
Placing the completion script in `/usr/share/bash-completion/completions` is not enough. How can I make it work?
I would like to configure where the buttons are displayed. I personally would prefer them after the system menu, not before it. I saw the code that sets the position...
**Describe the bug** Podcasts cannot be played **To Reproduce** Steps to reproduce the behavior: 1. Go to the Daily Drive playlist (assuming you have already starred it) 2. Click on...
The variable `py` is not initialized in `sankeyCircular()` which causes problems with the calculation of y-axis coordinates if the users do not explicitly set the value by themselves.
Sticky scroll can be enabled with: ```json { "editor.experimental.stickyScroll.enabled": true } ``` It would be nice if we had some better styling for the header, e.g.: ```json { "editorStickyScroll.background": "#181a1f",...
The `min`, `max`, `gt` and `lt` options of `isInt` / `isFloat` can be passed not just as numbers, but also string, bigint or actually any type that is comparable to...
OS: Darwin Platform: arm64 Node: 20.9.0 I tried it on multiple platforms: Windows x64 (prebuilt for Node20): OK Linux x64 (prebuilt for Node20): OK MacOS x64 (prebuilt for Node20): OK...