Drew Lustro

Results 48 comments of Drew Lustro

I have no idea - made this repo ages ago. If the answer is not there or doesn't work, it's incomplete.,

Also, ensure this Catalina permission is enabled. The Yubikey personalization software is not updated enough to consider Catalina's new permission model. ![Screen 023](https://user-images.githubusercontent.com/194885/73969833-f50eb280-48d0-11ea-8205-fa659e0f684d.jpg)

Also seeing this. Clearing VSCode cache did nothing.

Also experiencing this! I tried to throw the following code in the magic link controller, but it does not work. Old session prevails. ```rb class MagicLinksController < Devise::MagicLinksController skip_before_action :initialize_navigation_data...

Fwiw, this workaround fixes an otherwise broken plugin; `paths` must be defined, even if it's just `paths: {}`

Jesus, how did I finally find this after wasting hours! Thank you. Sorely needs to be merged, or at least documented.

Sure! ```ts import { addMetadata } from 'meta-png'; import fs from 'node:fs'; const filePath = 'example.png' const filePath2 = 'example-metadata.png' const PNGUint8Array = new Uint8Array(fs.readFileSync(filePath)); const modified = addMetadata(modified, 'hello',...

I don't believe this issue needs reproduction. The scenario described is pretty common, no?