Keivan Beigi

Results 12 issues of Keivan Beigi

right now, the unminified build `libjass.js` has sourcemap url information at the end of the file, `//# sourceMappingURL=libjass.js.map` This confuses the some old browsers (Samsung Tizen SDK). Inspector will think...

create/document a method to install appget using command line. ## Possibilities: ### msiexec {URL} Really simple, but requires us to switch to a MSI installer for appget. ### Powershell we...

enhancement

Right now appget is limited to supporting applications with installers. however many applications don't have installers and are shipped as xcopyable compressed files. Arguably a zip package installer would provide...

Epic

Add support for a configuration file where users could customize certain behaviour of appget.exe Two examples that come to mind are: #26 and #41

enhancement

We are encountering this more and more, There are a bunch of installers that require an answer file when doing an unattended install. They are no longer satisfied with arguments...

To my surprise, this seems to be a common request :) **Premise:** allow users to change the install location of applications **Current Workaround:** use `appget install -i` to launch the...

enhancement

Brought up in #12 Add support for generating a list of packages that are installed on the system. eg. machine-readable version of `appget list` And on the other end reading...

enhancement

Re: #25 It's no longer necessary to check for updates every time the app runs. we should move to a once a week/month etc schedule.

enhancement

When renaming a file from tree-view the tree doesn't show the updated file name unless the node is collapsed/expanded again.

[Enter steps to reproduce below:] 1. try to use the clipboard history to past items into the find/replace text box **Atom Version**: 1.0.19 **System**: Mac OS X 10.10.5 **Thrown From**:...

bug
wip