Brian, the Formula 1 Grand Prix is currently less interesting than the video game that's based on it. The cars go round in a circle, they get Murray Walker off the ceiling. The race itself is a procession! You can't get past! The car in front at the beginning wins the race! The whole thing is decided by who's going to have a pit stop! They're the fastest cars on earth and the key element, Brian, is not racing, it's parking!
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
<?php | |
function counter() { | |
$count = 0; | |
$incr = function() use (&$count) { | |
$count += 1; | |
return $count; | |
}; | |
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
diff --git a/Scripts/Mac/BuildGVFSForMac.sh b/Scripts/Mac/BuildGVFSForMac.sh | |
index 9704bb65..c039fd5e 100755 | |
--- a/Scripts/Mac/BuildGVFSForMac.sh | |
+++ b/Scripts/Mac/BuildGVFSForMac.sh | |
@@ -17,7 +17,7 @@ if [ ! -d $VFS_OUTPUTDIR ]; then | |
fi | |
echo 'Building ProjFS kext and libraries...' | |
-$VFS_SRCDIR/ProjFS.Mac/Scripts/Build.sh $CONFIGURATION || exit 1 | |
+# $VFS_SRCDIR/ProjFS.Mac/Scripts/Build.sh $CONFIGURATION || exit 1 |
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
[2019-05-07 11:50:03 +10:00] GVFSClone (Start) {"Version":"0.2.173.2","EnlistmentRoot":"C:\\Users\\Ashe\\Desktop\\ForTests","Remote":"https://gvfs.visualstudio.com/ci/_git/ForTests","Branch":null,"LocalCacheRoot":null,"SingleBranch":false,"NoMount":false,"NoPrefetch":false,"Unattended":false,"IsElevated":true,"NamedPipeName":"GVFS_C_\\USERS\\ASHE\\DESKTOP\\FORTESTS","EnlistmentRootPathParameter":"","fullEnlistmentRootPathParameter":"C:\\Users\\Ashe\\Desktop\\ForTests"} | |
[2019-05-07 11:50:03 +10:00] AttemptAnonymousAuth (Start) | |
[2019-05-07 11:50:06 +10:00] Error {"RepoUrl":"https://gvfs.visualstudio.com/ci/_git/ForTests","ErrorMessage":"Failed to parse credential string for approval"} | |
[2019-05-07 11:50:06 +10:00] NetworkResponse {"RequestId":1,"availableConnections":2,"CacheName":"","StatusCode":200,"ContentType":"application/json; charset=utf-8","connectionWaitTimeMS":"0.0335","responseWaitTimeMS":"2465.0850"} | |
[2019-05-07 11:50:06 +10:00] AttemptAnonymousAuth (Stop) {"HttpStatus":"200","QuerySucceeded":true,"I |
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
[2019-05-06 11:07:57 +10:00] GVFSClone (Start) {"Version":"0.2.173.2","EnlistmentRoot":"C:\\Repos\\GVFSFunctionalTests\\enlistment\\cdc34c14441147aeac59","Remote":"https://gvfs.visualstudio.com/ci/_git/ForTests","Branch":"FunctionalTests/20180214","LocalCacheRoot":"C:\\Repos\\GVFSFunctionalTests\\enlistment\\..\\.gvfsCache","SingleBranch":false,"NoMount":false,"NoPrefetch":false,"Unattended":false,"IsElevated":true,"NamedPipeName":"GVFS_C_\\REPOS\\GVFSFUNCTIONALTESTS\\ENLISTMENT\\CDC34C14441147AEAC59","EnlistmentRootPathParameter":"C:\\Repos\\GVFSFunctionalTests\\enlistment\\cdc34c14441147aeac59","fullEnlistmentRootPathParameter":"C:\\Repos\\GVFSFunctionalTests\\enlistment\\cdc34c14441147aeac59"} | |
[2019-05-06 11:07:57 +10:00] AttemptAnonymousAuth (Start) | |
[2019-05-06 11:07:58 +10:00] Error {"RepoUrl":"https://gvfs.visualstudio.com/ci/_git/ForTests","ErrorMessage":"Failed to parse credential string for approval"} | |
[2019-05-06 11:07:58 +10:00] NetworkResponse {"RequestId":1,"availableConnections":2,"CacheName":"", |
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
diff --git a/configure.ac b/configure.ac | |
index 3eb59ee..05e5d82 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -153,15 +153,33 @@ AC_SEARCH_LIBS([fsetxattr], [attr], [], | |
[AC_MSG_ERROR([Extended attributes library not found])]dnl | |
)dnl | |
+AC_DEFINE(_FILE_OFFSET_BITS, 64) | |
+ |
- Any allowed
id
andname
attributes have"user-content-"
prefixed to their value. - A maximum of 2 nested
sub
orsup
tags are allowed. - A maximum of 10 nested
ul
orol
tags are allowed.
Allowed Element | Allowed Attributes |
---|---|
All allowed elements | abbr , accept , accept-charset , accesskey , action , align , alt , axis , border , cellpadding , cellspacing , char , charoff , charset , checked , clear , color , cols , colspan , compact , coords , datetime , dir , disabled , enctype , for , frame , headers , height , hreflang , hspace , id , ismap , itemprop , label , lang , maxlength , media , method , multiple , name , nohref , noshade , nowrap , open , prompt , readonly , rev , rows , rowspan , rules , scope , selected , shape , size , span , start , summary , tabindex , title , type , usemap , valign , value , vspace , width |
a |
As above plus href (must be github-mac , github-windows , http , |
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
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
def parse_suppressions(data) | |
state = :idle | |
current = nil | |
result = [] | |
data.lines.each do |line| | |
case state |
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
{ | |
"name": "Ruby", | |
"scopeName": "source.ruby", | |
"patterns": [ | |
{ | |
"name": "meta.class.ruby", | |
"match": "(?x)\n^\\s*(class)\\s+\n(\n (\n [.a-zA-Z0-9_:]+\n (\\s*(\u003c)\\s*[.a-zA-Z0-9_:]+)? # class A \u003c B\n )\n |\n ((\u003c\u003c)\\s*[.a-zA-Z0-9_:]+) # class \u003c\u003c C\n)", | |
"captures": { | |
"1": { | |
"name": "keyword.control.class.ruby" |
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
diff --git a/Cargo.toml b/Cargo.toml | |
index 64f9b6c..54d4b57 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -32,6 +32,7 @@ clap = { version = "2.29", optional = true } | |
twoway = "0.1" | |
pest = "1.0" | |
pest_derive = "1.0" | |
+jetscii = "0.4" | |