Serhii Khoma
Serhii Khoma
Could someone please add documentation about what each constructor is used for? What's the difference between `Attribute` and `Property`? tnx, If I'll find first - I will add https://github.com/slamdata/purescript-halogen-vdom/blob/34c032aa5f72b600d69ab970e2737ca533c6c118/src/Halogen/VDom/DOM/Prop.purs#L34-L38
this pr subsumes https://github.com/ThadeuLuz/mui-redux-alerts/pull/4 (just wanted to have the latest changes) Also it integrates other changes made by @rememberlenny _________ For those who can't wait: add `"mui-redux-alerts": "git+https://github.com/srghma/mui-redux-alerts.git#build",` (this branch...
this example helped me to reproduce what is "thread leak", old example is misleading because suggests that could be reproduced from main thread, but it's not
@zefhemel hi, Zef, if you are not using this, then how do you deploy applications?
airborne (0.2.13), with [this data](https://pastebin.com/3hTDgaT2) ``` # all this is true expect_json_sizes('data.projects.edges', 3) expect_json_sizes('data.projects.edges.0.node.tasks.edges', 3) expect_json_sizes('data.projects.edges.1.node.tasks.edges', 3) expect_json_sizes('data.projects.edges.2.node.tasks.edges', 3) # error expect_json_sizes('data.projects.edges.*.node.tasks.edges', 3) ```
the requirements.txt has new version https://github.com/srghma/khan-dl/commit/dea89357bf78fd428c84a0d906d2b36879eae35f#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R15 I have tried to override version manually, but couldnt https://github.com/srghma/khan-dl/commit/dea89357bf78fd428c84a0d906d2b36879eae35f#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R25-R28 # How to reproduce ``` nix flake update nix build ``` # Expected `cat...
do https://ben.balter.com/2014/03/13/pages-anchor-links/ or https://milanaryal.com.np/adding-hover-anchor-links-to-header-on-github-pages-using-jekyll/ but natively
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 _No response_ ### Examples 🌈 _No...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `import { FormContainer, TextFieldElement }...
```sh $ eslint --ignore-path .eslintignore --fix . Oops! Something went wrong! :( ESLint: 8.57.0 TypeError: Failed to load plugin 'jsx-a11y' declared in '.eslintrc.js » eslint-config-airbnb » /app/node_modules/eslint-config-airbnb/rules/react-a11y.js': `[[GeneratorState]]` is not...