Subroto
Subroto
Thanks @brianvoe for the review. I have one concern merging `ISBN` with `Product`: - I can either support ISBN 10 and 13 as two separate properties in `Product `struct, or...
Apologies for the delay, I was occupied with other things. I've made the changes to accommodate the requested changes earlier, though I'm facing issues with the tests. ISBN Tests intermittently...
I can't replicate the lint errors shown in CI on my local. Lint and Prettier formatting is always a success for `packages/core` on my local.
I pulled in the latest changes from branch `next` and force-pushed. Everything's working now! 🙌🏽
Not sure that `select`ing data beforeUpdate for `.update()` API calls is good or not. I was stuck on this issue as well. I was wondering if we could get the...
Try using [cssvar.disableSort](https://github.com/willofindie/vscode-cssvar/blob/main/feature-contributions.md) extension setting.
 It's working fine for me. **_Did u restart/reload your VSCode Window after changing the extension settings?_**
Agreed! That needs to be fixed. I have low bandwidth. I'll keep this issue open to work on this later. _If you are interested, care to open a PR?_
I think there's some issue with `chokidar` and `deno`. I turned off `useFsEvents` option for my svelte project, and am using `usePolling` to make it work for now.
Having manually managed configs can quickly become an overhead, especially when the source and script(or JSON data) are approx. duplicates. Having a JS script is a good idea, but its...