This file contains 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
--- a/cogl/driver/gl/gl/cogl-driver-gl.c | |
+++ b/cogl/driver/gl/gl/cogl-driver-gl.c | |
@@ -403,9 +403,13 @@ | |
&ctx->glsl_minor); | |
} | |
- if (COGL_CHECK_GL_VERSION (ctx->glsl_major, ctx->glsl_minor, 1, 2)) | |
- /* We want to use version 120 if it is available so that the | |
- * gl_PointCoord can be used. */ | |
+ if (COGL_CHECK_GL_VERSION (ctx->glsl_major, ctx->glsl_minor, 1, 5)) |
This file contains 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
INFO[0247] === BEGIN goroutine stack dump === | |
goroutine 48 [running]: | |
github.com/docker/docker/pkg/signal.DumpStacks() | |
/usr/src/docker/.gopath/src/github.com/docker/docker/pkg/signal/trap.go:74 +0x98 | |
github.com/docker/docker/daemon.setupDumpStackTrap.func1(0xc820417500) | |
/usr/src/docker/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:18 +0x5e | |
created by github.com/docker/docker/daemon.setupDumpStackTrap | |
/usr/src/docker/.gopath/src/github.com/docker/docker/daemon/debugtrap_unix.go:20 +0x13f | |
goroutine 1 [semacquire, 4 minutes]: |
This file contains 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
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[WARNING] No explicit target runtime environment configuration. Build is platform dependent. | |
^T[INFO] Computing target platform for MavenProject: com.github.rustdt:deps.repository:1.0.0-SNAPSHOT @ /home/som05d/workspace/RustDT/target-platform/pom.xml | |
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ | |
[INFO] Adding repository http://download.eclipse.org/releases/neon | |
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ | |
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ | |
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ | |
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ |
This file contains 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
use hyper::server::{self, Request, Response, Server, Service}; | |
use hyper::Error as HyperError; | |
use futures::{Poll, Future}; | |
use std::net::{Ipv4Addr,SocketAddr,SocketAddrV4}; | |
extern crate hyper; | |
extern crate futures; | |
pub struct FutureResponse(Box<Future<Item=Response, Error=HyperError>>); |
This file contains 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
use hyper::server::{self, Request, Response, Server, Service}; | |
use hyper::Error as HyperError; | |
use futures::{Poll, Future}; | |
use std::net::{Ipv4Addr,SocketAddr,SocketAddrV4}; | |
extern crate hyper; | |
extern crate futures; | |
pub struct FutureResponse(Box<Future<Item=Response, Error=HyperError>>); |
This file contains 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
import sys | |
import struct | |
import asyncio | |
import aiohttp | |
import json | |
import time | |
import os | |
import glob | |
import bz2 | |
import tarfile |
This file contains 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
import rdflib | |
import rdflib_jsonld | |
from rdflib.namespace import Namespace, XSD | |
EX = Namespace("http://example.org/") | |
false_bool = rdflib.Literal("false", datatype=XSD.boolean) | |
true_bool = rdflib.Literal("true", datatype=XSD.boolean) | |
test_turtle = ''' | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
This file contains 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
# -*- coding: utf-8 -*- | |
# | |
""" | |
https://github.com/RDFLib/pySHACL/issues/12 | |
""" | |
from pyshacl import validate | |
shacl_file_text = """ | |
@prefix hei: <http://hei.org/customer/> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
This file contains 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
-- EMPTY -- |
This file contains 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
# [DEBUG] Sync | |
2019-11-03T08:19:16.227367 | |
SYNC /notable/notes/ | |
27 files | |
localSyncTimestamps: {} | |
---- | |
/plus/remote.php/webdav/notable/notes/ | |
null | |
null | |
Sat, 02 Nov 2019 22:11:05 GMT |
OlderNewer