Brendan McShane

Results 22 comments of Brendan McShane

One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash...

An example of another site doing this is [https://0x0.st/](https://0x0.st/). They allow a key called 'url' to be posted in the body as form data and then they handle the upload...

Regardless of the specifics, there are situations where uploading from a link would be useful. That also wont stop anyone from just uploading the file from a local copy, anyway.

Any updated on this? Specifically the KeyCloak migration guide.

Haven't attempted it yet, so no issues. I was just looking to see if there was any official documentation on the topic before I attempt it.

Any details about the devices in question (os/model)? I have noticed that when debugging on my m1 mac it will occasionally open the app but not launch the main window....

> the menu at the top of the screen shows "Electron" as the title of the application The application built using the `build` command will have a custom name and...

Did you set the productName under `electron.manifest.json`? It is under the build section: ``` "build": { ... "productName": "Your Name Here", ... ```

The correct application should be packaged in a .dmg under _yourproject_/bin/Desktop/_Application Full Name_-_version_.dmg The application in that dmg file is the direct result of the build command and must be...

Any updates for this? I would like to build a helm chart for this app and I need a public docker image to do that.