Brian DiChiara

Results 6 issues of Brian DiChiara

This issue is related to uploading larger files, such as 800MB and 1GB. The code I have for sending ALL files is the same: ``` public static function upload( $file,...

added fade out to current image (should be set as an option) for a smoother transition of pngs

### Description I can't seem to get nativefier to produce any other icon besides the default Electron icon. I've tried on different websites, using PNG or hqx files. I've even...

bug
need-info

I know this may be a minor issue, but thought it needed to be reported. The icon does not show up correctly in the Dock or in the Task Switcher....

There's a bug somewhere with the HelpControl component where a zero (0) will output at the top of the page. Screenshot: [https://3cd.co/geur1eX4](https://3cd.co/geur1eX4) The zero occurs inside the parent Fragment element,...

Is it possible to load content dynamically into the modal using the "opening" event by reading information from the clicked element? I'm trying to use: ``` js $(document).on('opening', '.remodal', function(e)...