Stasi Vladimirov
Stasi Vladimirov
Awesome
Hi, Just wanted to say how awesome this package is and mention another use case: interface filters (for example in reporting). Especially since it allows a certain level of abstraction...
- Issue Type: `Bug` - Extension Name: `vscode-cfml` - Extension Version: `0.5.3` - OS Version: `Darwin x64 18.7.0` - VSCode version: `1.40.1` :warning: We have written the needed data into...
Tried to use it with Vue 3. Getting the following error: ``` vue-trend-chart.esm.js?21e9:723 Uncaught (in promise) TypeError: h is not a function at Proxy.render (vue-trend-chart.esm.js?21e9:723) at renderComponentRoot (runtime-core.esm-bundler.js?9e79:846) at componentEffect...
Inspired by [prisma generator](https://www.prisma.io/docs/concepts/components/prisma-schema/generators) feature. I find it very useful for generating json/types/schemas/validators/trpc/etc. The idea is to have a plugin type function that has access to the underlying orm schema/types...
When bundling for deployment I see the following warning in the console: ``` [plugin vite:resolve] Module "fs" has been externalized for browser compatibility, imported by "/node_modules/signaldb/dist/index.mjs". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more...
The following code returns the onChange as first argument: ``` ... registerRemoteChange: (collection, onChange) => { console.error('sync registerRemoteChange', collection, onChange) socket.connection.on(`sync-${collection.name}`, onChange) } ``` ![Screenshot 2024-09-27 at 5 16 39 ...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...