Palash Mondal
Palash Mondal
Agreed. We can only have a liking feature for now and add a new section somewhere showing top 5 liked pages overall. In future, we can add more features like...
Using the idea from @atamanroman I have modified the `angular-select2` file, so that it can used for any element with or without a matcher function like: ```javascript // Check if...
Hi, thanks for reporting this but this issue is not clear to me. Do you mean like your CI build failed but `bundlesize` still passed?
cc @siddharthkp
> @palashmon I have raised a PR for adding Solid.js Thank you for your contribution. I have already merged the PR #22
Looks good to me :+1:
This seems to happening after the recent VSCode Version: 1.88.0 update. For now, you can try these temporary solutions until a fix is released by the VS Code team. https://github.com/wesbos/cobalt2-vscode/issues/248#issuecomment-2042204084
**Update:** The VS Code issue is currently tagged for the next stable release by the VS Code team which will drop in early May. Should be out in Insiders by...
Chrome keeps on freezing after opening Vue Devtools for some time. I have to check Vuex store values like this for now: ```js Array.from(document.querySelectorAll('*')).find(e => e.__vue__).__vue__.$store.state ```
Fixed in PR #199