I hereby claim:
- I am eliasnaur on github.
- I am eliasnaur (https://keybase.io/eliasnaur) on keybase.
- I have a public key ASAjyH3FhLDVvK9D09Qv67s2qwPivgPYuU3KJaYVWMcerQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Copyright 2014 The Go Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style | |
# license that can be found in the LICENSE file. | |
FROM debian:sid | |
MAINTAINER golang-dev <[email protected]> | |
ENV DEBIAN_FRONTEND noninteractive | |
# gdb: optionally used by runtime tests for gdb |
# Copyright 2014 The Go Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style | |
# license that can be found in the LICENSE file. | |
FROM debian:sid | |
MAINTAINER golang-dev <[email protected]> | |
ENV DEBIAN_FRONTEND noninteractive | |
# gdb: optionally used by runtime tests for gdb |
# Copyright 2014 The Go Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style | |
# license that can be found in the LICENSE file. | |
FROM debian:sid | |
MAINTAINER golang-dev <[email protected]> | |
ENV DEBIAN_FRONTEND noninteractive | |
# gdb: optionally used by runtime tests for gdb |
Before readdirnames loop | |
names before [0/100]0xc000078700 | |
names after [0/100]0xc000078700 | |
name: . | |
names before [0/100]0xc000078700 | |
names after [0/100]0xc000078700 | |
name: un.bash | |
names before [1/100]0xc000078700 | |
names after [1/100]0xc000078700 | |
name: md |
Before readdirnames loop | |
names before [0/100]0xc000088e00 | |
names after [0/100]0xc000088e00 | |
name: . | |
names before [0/100]0xc000088e00 | |
names after [0/100]0xc000088e00 | |
name: un.bash | |
names before [1/100]0xc000088e00 | |
names after [1/100]0xc000088e00 | |
name: md |
$ dpkg -S /usr/bin/ar /usr/bin/libtool | |
org.coolstar.cctools: /usr/bin/ar | |
org.coolstar.cctools: /usr/bin/libtool | |
$ apt policy org.coolstar.cctools | |
org.coolstar.cctools: | |
Installed: 895 | |
Candidate: 895 | |
Version table: | |
*** 895 500 | |
500 http://apt.thebigboss.org/repofiles/cydia stable/main iphoneos-arm Packages |
package main | |
import ( | |
"image" | |
"gioui.org/app" | |
"gioui.org/f32" | |
"gioui.org/io/system" | |
"gioui.org/layout" | |
"gioui.org/op/paint" |
FROM fedora:30 | |
RUN dnf update -y && \ | |
dnf install -y vim git clang \ | |
wayland-devel libxkbcommon-devel mesa-libGLES-devel mesa-libEGL-devel | |
RUN curl -o /go.1.12.tar.gz https://dl.google.com/go/go1.12.9.linux-amd64.tar.gz | |
RUN tar xzvf /go.1.12.tar.gz |
[Trace - 11:41:03.019 AM] Sending request 'initialize - (1)'. | |
Params: {"processId":0,"clientInfo":{"name":""},"rootUri":"file:///var/home/elias/proj/gio/gpu","capabilities":{"Workspace":{"workspaceEdit":{},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"symbolKind":{}},"executeCommand":{},"configuration":true},"textDocument":{"synchronization":{},"completion":{"completionItem":{"tagSupport":{"valueSet":null}},"completionItemKind":{}},"hover":{"contentFormat":["plaintext"]},"signatureHelp":{"signatureInformation":{"parameterInformation":{}}},"declaration":{},"definition":{},"typeDefinition":{},"implementation":{},"references":{},"documentHighlight":{},"documentSymbol":{"symbolKind":{}},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"codeLens":{},"documentLink":{},"colorProvider":{},"formatting":{},"rangeFormatting":{},"onTypeFormatting":{},"rename":{},"foldingRange":{},"selectionRange":{},"publishDiagnostics": |