Jody Heavener
Jody Heavener
This issue is still ongoing and we don't yet have a solution, so I'm going to open this up to Hacktoberfest submissions if anyone is brave enough or has any...
Hi @maxisam, thanks for your comment. I think you may be talking about a separate issue, though I can tell you that the extension does construct the secret references; they...
This issue is still ongoing and we don't yet have a solution, so I'm going to open this up to Hacktoberfest submissions if anyone is brave enough or has any...
Fixed in https://github.com/facebook/docusaurus/pull/8593
Thanks all for filing and chiming in on this issue. I _think_ the fix here could be to set the [account flag](https://github.com/1Password/op-vscode/blob/main/src/setup.ts#L32) to a User ID as opposed to the...
As this is coming up for work, I think this is the area we should be looking at: https://github.com/1Password/op-vscode/blob/main/src/items.ts#L355-L367
Circling back to this issue. The current blocker is that an item's "website" isn't considered a field, and cannot be accessed via secret reference. I'm working with the appropriate teams...
As a stop-gap I have [updated](https://github.com/1Password/op-vscode/commit/42b66adb4e7f94e2cb53b2fc24f0ac87b3ee1e8d) the default field label for URLs to "address". A field label of "website" or "url" will result in the value being stored as an...
This is now released in v1.0.5.
Hey @meltingice I'm also wondering about this. For example, I tried parsing [this PSD](https://github.com/meltingice/psd.js/blob/master/examples/images/example-cmyk.psd) and then accessing the solidColor of a shape: ``` var shape = psd.tree().childrenAtPath('Version B/Logo_Glyph'); shape.get('solidColor'); //...