João Lucas de Oliveira Lopes
João Lucas de Oliveira Lopes
Estimate point fields are now dynamic. It is still necessary to review the UI/UX and remove the points in the database that were removed in the edit (I will need...
## 📝 Description Missing field from https://www.mercadopago.com.br/developers/pt/reference/subscriptions/_preapproval/post ### ✅ Checklist: - [x] I followed the instructions indicated in [Contribution Guidelines](CONTRIBUTING.md) - [ ] I added the changes to CHANGELOG -...
### What version of HonoX are you using? 0.1.23 ### What steps can reproduce the bug? Install hono, honox, vite and @hono/vite-dev-server Check node_modules after install and will be like:...
How i can store the cache in an custom storage like secure_storage or something persistent? Like: https://tanstack.com/query/latest/docs/framework/react/plugins/persistQueryClient
### System Info "@huggingface/transformers": "^3.0.0-alpha.14" "bun": 1.1.26 ### Environment/Platform - [ ] Website/web-app - [ ] Browser extension - [X] Server-side (e.g., Node.js, Deno, Bun) - [ ] Desktop app...
This behavior always occurs ``` Welcome to Porffor (0.47.3) running on Node (22.9.0) using opt -O1, parser acorn, valtype f64 > crypto.getRandomValues(new Uint8Array(1)); Uint8Array(1) [ 0 ] > crypto.getRandomValues(new Uint8Array(1));...
Version: Deno 2.0.0 I've tried to compile a nextjs standalone compiled project and got this error when try to execute the compiled denojs version of this project: ``` error: Uncaught...
- Replace Mocha with Node.js native test runner - Convert all test files from CommonJS to ES Modules - Add some CLI tests - Use esbuild instead rollup (has two...
Version: Deno 1.46.2 ```ts import { InferenceSession } from "npm:onnxruntime-web"; const modelFile = await Deno.readFile("./model.onnx"); InferenceSession.create(modelFile, { executionProviders: ["webgpu"], }); ``` `DENO_FUTURE=1 deno run -A main.ts` The error: ``` error:...