This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
if ! test -x "`which ldid`"; then | |
echo "Cannot find ldid, you may install it via Homebrew." | |
exit 1 | |
fi | |
if [ ! -d "$(xcode-select -p)" ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/@elastic/eui/es/components/icon/icon.js b/node_modules/@elastic/eui/es/components/icon/icon.js | |
index c2aa6f3..b280c09 100644 | |
--- a/node_modules/@elastic/eui/es/components/icon/icon.js | |
+++ b/node_modules/@elastic/eui/es/components/icon/icon.js | |
@@ -130,12 +130,12 @@ export var EuiIconClass = /*#__PURE__*/function (_PureComponent) { | |
return; | |
} | |
- import( | |
+ ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff + result DMG |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-12-15T16:15:30.613Z","extensionVersion":"v2.8.7"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Nicolas Quiénot <niQo @ AUR > | |
# Contributor: Xiao-Long Chen <[email protected]> | |
pkgname=geis | |
pkgver=2.2.17 | |
pkgrel=1 | |
pkgdesc="Implementation of the GEIS (Gesture Engine Interface and Support) interface." | |
arch=('i686' 'x86_64') | |
url="https://launchpad.net/geis" | |
license=('GPL' 'LGPL') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install kubuntu 17.04 | |
wifi issues : | |
Necessary (TLP + bluetooth) : https://www.reddit.com/r/SurfaceLinux/comments/69atec/surface_book_wifi_dies_randomly/ | |
Suspend fix : /lib/systemd/system-sleep/sp3_hiber.sh | |
#!/bin/sh | |
case $1/$2 in | |
pre/suspend) | |
echo "Going to $2..." |