Alberto Sosa

Results 7 comments of Alberto Sosa

I'm facing same issues: - After triggering the action and pending goes to true, If the component is re-rendered after updating the state the pending status switch to false. -...

Could this fix also be made available in v12 for iOS 13? Many of us are not yet ready to increase the minimum iOS version of our apps to iOS...

@diesieben07 it returns ``` [{ type: "day", value: "17" }, { type: "literal", value: " de " }, { type: "month", value: "abril" }, { type: "literal", value: " de...

The test code ``` import HeroCore from '@ulixee/hero-core'; import { TransportBridge } from '@ulixee/net'; import { ConnectionToHeroCore } from '@ulixee/hero'; const bridge = new TransportBridge(); const connectionToCore = new ConnectionToHeroCore(bridge.transportToCore);...

The package.json ``` { "name": "test", "version": "1.0.0", "scripts": { "dev": "ts-node src/index.ts", "start": "ts-node dist/index.js", "build": "tsc -p .", }, "license": "MIT", "devDependencies": { "@types/node": "^22.5.1", "ts-node": "^10.9.2", "typescript":...

The docker image ``` FROM --platform=linux/amd64 node:18-slim RUN apt-get update && \ apt-get install -y wget gnupg && \ rm -rf /var/lib/apt/lists/* RUN wget --no-verbose -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg...

Small note, with VPN it types correctly but without it gets stuck like the error shown.