Patrick Gaskin
Patrick Gaskin
A page on the site which allows people to fill in details of an app and submit a request for it would be nice. This would be done client side,...
It would probably be cleaner and more accurate to check the file contents instead of the mimetype when doing the audit. - `4D 5A`: *.exe - `D0 CF 11 E0...
Continued from https://github.com/just-install/just-install/issues/238#issuecomment-384280807
Is there a way to show more than two columns on wider screens?
So far, the best I could come up with is: ````javascript let getChapter = cfi => { let flattenedToc = (function flatten(items) { return [].concat.apply([], items.map(item => [].concat.apply( [item], flatten(item.subitems)...
The re-indexing takes way too long to complete for any more than a few packages.
WASAPI
I'm going to look into creating a WASAPI module to allow for: - [ ] 1:1 output devices - [ ] 1:1 input devices - [ ] Loopback of system...