Ronan LE MEILLAT

Results 31 comments of Ronan LE MEILLAT

@tabcat 0.63.2 for being complete this my package.json ```json "devDependencies": { "@types/cacheable-request": "^6.0.2", "@types/cors": "^2.8.12", "@types/events": "3.0.0", "@types/express": "^4.17.13", "@types/node": "^17.0.42", "@types/orbit-db": "github:orbitdb/orbit-db-types", "ipfs-core-types": "^0.11.0", "nodemon": "^2.0.16", "npm-check-updates": "^13.1.5", "ts-node":...

@tabcat for the pubsub issue I needed to modify orbit-db-pubsup/src/index.js#100 https://github.com/eltorio/orbit-db-pubsub ```javascript // Get the topic topicId = message.topic try { ```

- With Node.js native support to ESM (since v13?), native support in all (major) browsers and a way to babelize ESM to CJS with @babel/plugin-transform-modules-commonjs, I think ESM is the...

When this appears the only way to restart is to delete the repo. I tried to add repoAutoMigrate: true but it does not help

Hi @marekbrze , This is my serializer for Vuejs3, I added a mark highlight… Full code in my repo: https://github.com/eltorio/vue-highcanfly/blob/dev/src/components/Cards/CardSinglePost.vue This is ugly but it works ```javascript const postSerializers =...

Dear @nevikashah , I investigated a bit, I put a breakpoint at `node_modules/wrangler/miniflare-dist/index.mjs:5993` I open with the browser https://localhost.internal.tld:8788 On the breakpoint miniflareFetch2(url, miniflareRequest) url='https://localhost:5173' So vite must listen on...

I've created a repo for reproducting it https://github.com/highcanfly-club/wrangler2-issues-1908 Steps to reproduce: ``` git clone https://github.com/highcanfly-club/wrangler2-issues-1908.git cd wrangler2-issues-1908 npm i npm run dev ``` open https://127.0.0.1:8788 on a browser ```bash >...

I continue investigation since it is a blocking bug for us: at undici/lib/fetch/index.js:900 - if (response.type === 'error') { response.error.code='ERR_TLS_CERT_ALTNAME_INVALID' so undici needs to be configured without cert check (perhaps...

I found a workaround I produced a certificate with: ``` X509v3 Subject Alternative Name: DNS:localhost.internal.tld, DNS:localhost., IP:127.0.0.1 ``` signed by our subca internal.tld certificate I added an environment variable in...

Hi, I use the same sanity-codegen.config.ts as @alexbchr 🙏 but I simply add ```javascript const schemas = [ ...schemaTypes ] export default schemas ``` At the end of my schemas/index.ts