Nex Zhu
Nex Zhu
To reproduce: Create a module directory named `apple` or `application` or anything starting with `app` and add a config property, for example: `src/apple/module.ts`: ```ts import { Config } from '~/config'...
Currently `/stores/{store_id}/check` API only support checking one tuples per request, could you support batch checking in the `check` API to save roundtrips when the app has multiple tuples to check...
### Which project is this feature idea for? Turborepo ### Describe the feature you'd like to request I think the current with-docker example's Dockerfiles is not good for utilizing Docker...
Error log: ``` failed to load config from /root/dev/web/daotl-vitesse/vite.config.ts error when starting dev server: file:///root/dev/web/daotl-vitesse/node_modules/.pnpm/[email protected][email protected]/node_modules/vite-plugin-vue-inspector/dist/index.mjs:32 import { parse as babelParse, traverse as babelTraverse } from "@babel/core"; ^^^^^^^^ SyntaxError: Named export...
## 🐛 Bug report Is it possible to support extending extending `Schema.lazy` schemas (like Zod): Currently there's runtime error when extending `Schema.lazy` schemas, for example: ```ts // @ts-expect-error const sA...
Currently global `expireAfterWrite` is supported, can this library support per-item TTLs, thank you!
# Why Browser and Node.js both provide many standard built-in objects such as `Error` `Int8Array` `BigInt` etc. Before this PR, if types are using these built-in objects, `ts-to-zod` will fail...
The following test outputs errors on master branch ```go func TestDeferredContainer(t *testing.T) { zero := &DeferredContainer{} recepticle := &DeferredContainer{} testValueRoundtrip(t, zero, recepticle) } ``` Output: ``` === RUN TestDeferredContainer roundtrip_test.go:62:...
Currently struct fields of slice type with nil values will be marshalled into empty slice, not Null representation in CBOR. For example: ```go type Example struct { slice []byte }...
Two issues, in a frontend project directory, running `derrick gen` outputs: ``` More than one rigging can handle the application: [golang nodejs] ``` Then trying `derrick gen -r nodejs` gives...