virtuallyunknown
virtuallyunknown
Greetings! So I was wondering if support for non-relative import paths in the generated files could be added. To illustrate the problem and exactly what I mean, consider the following...
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Greetings. I just started learning with nx a few days ago, so in case I'm missing...
Version: 1.88.1 Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:34:12.840Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.5.0-28-generic  ``` 2024-05-04 16:00:56.356 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-04...
Greetings! I think this can be useful for the following reasons: 1. I speculate this is probably not too difficult to implement. 2. A similar helper for `$nonNull` already exists,...
Hey folks. There is some slight issue with the example provided in the documentation: ```ts window.addEventListener('message', (event) => { if (event.data.type === 'devvit-message') { const { message } = event.data;...
Greetings! I have a question. I have [a theme](https://tweakcn.com/themes/cman16acq000004i0gw3s8bdk) I want to export, it's the Supabase theme with a few modifications. When you click on the `{} code` button on...
Greetings. Before anything else, I just want to quickly say thanks for developing this plugin, now that `eslint-plugin-tailwindcss` seems to be abandoned (?), I was pleasantly surprised to see an...
Hello! I am authoring a small library where I import multiple eslint plugins (unicorn included) to create my own eslint configuration. As such, I import these libraries and then parse...
Using zod schema as a form level onChange validator causes form elements to unnecessarily re-render.
### Describe the bug Let's consider the example from the documentation which uses a zod schema as its form-level onChange validator: https://tanstack.com/form/latest/docs/framework/react/examples/standard-schema https://6ymfgt-3001.csb.app/ ```tsx const ZodSchema = z.object({ firstName: z...