Jacob Bandes-Storch

Results 348 comments of Jacob Bandes-Storch

Cool! Do you have a link? I'd be curious to take a look. Zooming into the tapped area would be a good improvement to this version.

Duplicate issue: https://github.com/electron-userland/electron-builder/issues/5552

For an application that wants to use [setRepresentedFilename](https://www.electronjs.org/docs/latest/tutorial/represented-file) on macOS, a full file path is required (example: https://github.com/foxglove/studio/pull/1766). How would it be possible to use setRepresentedFilename with dragged files (or...

Thanks, I did read that. I am merely asking if any ideas have been proposed that would still allow this usecase while solving the security issues. Sorry if my comment...

I've been experimenting with creating a `files.getPath()` function as described. When I pass in a File, I am able to use `blink::ToScriptWrappable()` to get the underlying File from the `v8::Object`....

Is there anyone who would be able to help advise on how to get the path from a FileSystemFileHandle object? I've also tried posting my question to the chromium storage-dev...

> give the main process JS a way to resolve those into file paths Is your point that you’d like the resolving API to be a main-only API, not a...

> Furthermore, a `File` returned by [FileSystemFileHandle.getFile](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle/getFile) has an empty `path`. We ran into this as well in [foxglove/studio](https://github.com/foxglove/studio) after switching from File to FileSystem*Handle APIs for some of our...

I've made an attempt to implement this: https://github.com/electron/electron/pull/35604 Definitely need some advice from electron maintainers, but at least this shows that it's possible! 🙏

Hi @rarkins – any chance you can comment on the above? 💕