Skip to content

Instantly share code, notes, and snippets.

Verifying dependencies for importer@0.1.0
Info: Dependency on atoz@any version already satisfied
Verifying dependencies for atoz@2580.0.0
Info: Dependency on sigv4@>= 1.0.4 already satisfied
Verifying dependencies for sigv4@1.0.4
Info: Dependency on nimcrypto@>= 0.4.0 already satisfied
Verifying dependencies for nimcrypto@0.4.9
Info: Dependency on https://github.com/disruptek/rest.git@>= 1.0.0 already satisfied
Verifying dependencies for rest@1.0.3
Info: Dependency on foreach@>= 1.0.0 already satisfied
@spacepluk
spacepluk / keybindings.json
Created October 21, 2018 11:10
keybindings.json
[
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.navigateBack"
},
{
@spacepluk
spacepluk / settings.json
Created October 21, 2018 11:08
vscode settings
{
"workbench.colorTheme": "Monokai Pro",
"workbench.iconTheme": "vscode-great-icons",
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "toggle",
"zenMode.centerLayout": false,
"editor.codeLens": false,
"editor.fontFamily": "'Ubuntu Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
diff --git a/PKGBUILD b/PKGBUILD
index 04f1ab6..d9e6d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,11 @@ package() {
cp -r "Resources"/* "$pkgdir/usr/share/renoise-$pkgver"
install -Dm 755 "renoise" "$pkgdir/usr/bin/renoise3"
- install -Dm 644 "Installer/renoise.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/renoise3.png"
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon16.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/renoise3.png"
../../.build/osx64_clang/bin/examples.app/Contents/MacOS/examplesDebug:
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.5.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 22.0.0)
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore (compatibility version 1.2.0, current version 1.11.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Metal.framework/Versions/A/Metal (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility v
* thread #7, stop reason = EXC_BAD_ACCESS (code=1, address=0x3b0)
* frame #0: 0x00007fff467c3e2d libGL.dylib`glGetString + 15
frame #1: 0x000000010026aba8 examplesDebug`bgfx::gl::getGLString(_name=7936) at renderer_gl.cpp:1045
frame #2: 0x0000000100246993 examplesDebug`bgfx::gl::RendererContextGL::init(this=0x00000001226f1000, _init=0x000070000e5172a8) at renderer_gl.cpp:1804
frame #3: 0x0000000100246859 examplesDebug`bgfx::gl::rendererCreate(_init=0x000070000e5172a8) at renderer_gl.cpp:3983
frame #4: 0x000000010021d090 examplesDebug`bgfx::rendererCreate(_init=0x000070000e5172a8) at bgfx.cpp:2204
frame #5: 0x000000010021d2e2 examplesDebug`bgfx::Context::rendererExecCommands(this=0x0000000120fad040, _cmdbuf=0x0000000122476858) at bgfx.cpp:2255
frame #6: 0x000000010021ca85 examplesDebug`bgfx::Context::renderFrame(this=0x0000000120fad040, _msecs=-1) at bgfx.cpp:1906
frame #7: 0x000000010021c803 examplesDebug`bgfx::Context::swap(this=0x0000000120fad040) at bgfx.cpp:1846
frame #8:
mooimac:runtime spacepluk$ ../../.build/osx64_clang/bin/examples.app/Contents/MacOS/examplesDebug --gl
2018-07-20 13:08:20.493 examplesDebug[11149:50317] ../../../examples/common/entry/entry_glfw.cpp(403): GLFW
2018-07-20 13:08:20.671 examplesDebug[11149:50317] ../../../examples/common/entry/entry_glfw.cpp(277): GLFW error 65543: Requested OpenGL version 4.3, got version 4.1
2018-07-20 13:08:20.683 examplesDebug[11149:50317] ../../../examples/common/entry/entry_glfw.cpp(436): glfwCreateWindow failed!
mooimac:runtime spacepluk$ ../../.build/osx64_clang/bin/examples.app/Contents/MacOS/examplesDebug --gl
2018-07-20 13:08:25.471 examplesDebug[11170:50461] ../../../examples/common/entry/entry_glfw.cpp(403): GLFW
2018-07-20 13:08:25.621 examplesDebug[11170:50461] ../../../examples/common/entry/entry_glfw.cpp(277): GLFW error 65543: Requested OpenGL version 4.3, got version 4.1
2018-07-20 13:08:25.626 examplesDebug[11170:50461] ../../../examples/common/entry/entry_glfw.cpp(436): glfwCreateWindow failed!
mooimac:runt
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
project(midithingy)
# as_submodule trick -- from Daniel Pfeifer's talk (https://bit.ly/2KXVKAs)
set(as_subproject bx bimg bgfx)
macro(find_package)
if(NOT "${ARGV0}" IN_LIST as_subproject)
message("BEFORE find_package\(" ${ARGV} "\)")
diff --git a/PKGBUILD b/PKGBUILD
index d4591c7..302b582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mutter-hide-legacy-decorations
_pkgname=mutter
-pkgver=3.28.0
+pkgver=3.28.3
diff --git a/scripts/get_acpi_tables.sh b/scripts/get_acpi_tables.sh
index 1c5a916..6894806 100755
--- a/scripts/get_acpi_tables.sh
+++ b/scripts/get_acpi_tables.sh
@@ -22,7 +22,7 @@ for f in $SSDT_FILES; do
done
# Disassemble.
-iasl -e "$TMPDIR"/*.dat -d "$TMPDIR"/*.dat
+iasl -e "$TMPDIR"/*.dat -d "$TMPDIR"/SSDT5.dat