Antoine CAILLY
Antoine CAILLY
Since pocketlang is already "a standalone executable with zero external dependencies", it would be nice if this executable could run on several platforms as explained in https://justine.lol/ape.html Several other tools...
I am using Node, on Windows ## Problem On Windows and with some repositories, isogit is telling me that all files are modified just after cloning the repo. This is...
Hi, When logging with an Inrupt.com account (a.k.a Pod Spaces, https://signup.pod.inrupt.com/) on several apps, I find the following error in the console: `normalizedAlgorithm.importKey is not a function` after trying to...
### Reproduction link [](https://codesandbox.io/s/antd-reproduction-template-forked-1nj4pi) ### Steps to reproduce In the codesandbox example, click on the "fill" button to put a valid URL in the form There is still...
### Reproduction link [](https://codesandbox.io/s/antd-reproduction-template-forked-pfl7yr?file=/index.js) ### Steps to reproduce add a modal in a dropdown menu ### What is expected? only `ant-btn ant-btn-primary` styles are applied to a primary...
:warning: This PR embed these other PRs: https://github.com/benjeffery/react-plotlyjs/pull/16 https://github.com/benjeffery/react-plotlyjs/pull/17 I added a prop to make the plot redraw everytime the window resize in order to make it responsive.
The graph dom element is not accessible outside the React Component. I added it to the event handlers params in order to be abble to call `Plotly.restyle()` from outside
I use stylelint with the plugin no-unsupported-browser-features, that uses doiuse internally Stylelint report an error `Unexpected browser feature "css-not-sel-list" is not not supported by ...` with the following code: ```scss...