Bramus

Results 103 issues of Bramus

``` $ php bin/scanner.php https://www.wijs.be/en Scanning https://www.wijs.be/en/ [2014-12-10 18:18:32] 00000 - https://www.wijs.be/en/ > Updated rootUrl to https://wijs.be/en/ [2014-12-10 18:18:32] 00001 - https://wijs.be/en/internships [2014-12-10 18:18:32] 00002 - https://wijs.be/en/jobs [2014-12-10 18:18:32] 00003...

bug

- macOS 10.12.6 - macOS 10.13.2

bug

Now that [Codespaces supports automatic loading of a `dotfiles` repo](https://help.github.com/en/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account), this seems like a good thing to do …

The [old code](https://github.com/bramus/freshinstall/commit/badf5ca000d7ed5461c224e9efe2f3715e6a0289#diff-57d13d0ab5eb673e0ba1a93dd2573c151898ed761612139434383dfd260d1d42L616) no longer works It should be possible to set similar options in `~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist` using `PlistBuddy`, but that file cannot be opened (without disabling SIP)

enhancement
needs investigation

Now up and down search the history (via substring match), but do we need more key bindings? https://gist.github.com/AbigailBuccaneer/1fcf12edf13e03e45030 surely seems to hint at that …

needs investigation

The [old code](https://github.com/bramus/freshinstall/commit/badf5ca000d7ed5461c224e9efe2f3715e6a0289#diff-57d13d0ab5eb673e0ba1a93dd2573c151898ed761612139434383dfd260d1d42L683) was flaky. Things like Calculator for example stopped working (or were really buggy). Would be nice to also automatically set some exclude folders _(e.g. `~/Downloads`, `/Library/Developer`, …)_

enhancement
needs investigation

I've switched from Sublime Text to Visual Studio Code, yet this isn't reflected in this repo. Currently installed plugins: - PHP IntelliSense (`felixfbecker.php-intellisense`) - Prettier - Code Formatter (`esbenp.prettier-vscode`) -...

Cfr. https://github.com/driesvints/dotfiles/blob/master/install.sh#L13

# Install required stuff ## Android Tools ``` brew install --cask android-platform-tools brew install --cask android-studio ``` ### Questions / 2check - Android Studio really needed? - What about former...

enhancement

In succession to #20, reinstate the ffmpeg options Perhaps by [using a 3rd party tap](https://gist.github.com/Piasy/b5dfd5c048eb69d1b91719988c0325d8#gistcomment-3154486)? ``` brew tap homebrew-ffmpeg/ffmpeg brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-libass --with-libvorbis --with-libvpx --with-x265 --with-ffplay ```