Daniel

Results 14 comments of Daniel

Just as a hint, here is what I do to wrap calls to op-js in a Promise-wrapped Worker thread: op-cli-worker.js: ```javascript 'use strict'; const { parentPort, workerData, } = require('node:worker_threads');...

The problem is that `then()` will pass the result as the first argument, while `defer()`, generates a classical node-style callback which, like any classical node callback, expects any error as...

I would love if this PR could get some attention as it involves a clear bug/limitation that is currently hammering my use of 1password for my infrastructure secrets.

I am struggling with the same issue. I need to add fields that have periods in their name, which we need to escape to prevent them from being interpreted as...