arbassic

Results 6 comments of arbassic

Same on react 18.1.0 `rxjs` is defined in output package.json as peerDependency ([in source code here](https://github.com/danielsogl/awesome-cordova-plugins/blob/dd081cc6966245fab4f0a69f4f6dceb1c1d10b2b/scripts/tasks/publish.ts#L38)) but when the plugin is used in React project (so... without Angular), the `rxjs`...

I noticed that too. It was also very hard to find out what extension caused about 50% CPU usage even when idle/no project opened. VSCode profiling through `code --status` shown...

I agree – the optionality here makes coding more difficult. `Vector2Like` type rather should not have fields marked as optional: ```ts type Vector2Like = { /** * The x component....

In the latest node.js weekly newsletter they sent an interesting gist / project stub addressing the issues - it may be helpful! https://gist.github.com/khalidx/1c670478427cc0691bda00a80208c8cc It is really weird that ts-node in...

Maybe this is related to the Prisma's feature "everything is a transaction"? The issue is also mentioned here: - the issue: https://github.com/prisma/prisma/issues/12814 - "Prisma always uses a transaction" https://github.com/prisma/prisma/issues/12814#issuecomment-1305507171 -...

I just updated my first comment here with an example of how it could be resolved from the application code level But as an addition here are more ideas that...