Akshay Deo
Akshay Deo
Hey, First of all great work. So when I started using binding, one of the overheads I felt was writing FieldMap function. So leveraging the go generate power, I have...
#### Description of Change This PR adds a new function, exposeInIsolatedWorld to contextBridge. With this change, custom APIs can be exposed to Isolated worlds without any hacks when `contextIsolation` is...
## Setup ### docker-compose.yml ```yml redis-node-1: container_name: redis-node-1 image: bitnami/redis-cluster:7.2 volumes: - redis-node-1:/data environment: - REDIS_PASSWORD=test - "REDIS_NODES=redis-node-1 redis-node-2 redis-node-3" ports: - "6379:6379" networks: - network-v2 redis-node-2: container_name: redis-node-2 image:...