Skip to content

Instantly share code, notes, and snippets.

View jlisee's full-sized avatar

Joseph Lisee jlisee

  • Glydways
  • Falls Church, VA
  • 23:45 (UTC -04:00)
  • LinkedIn in/jlisee
View GitHub Profile
@jlisee
jlisee / git_lfs_example_shell_history
Created August 30, 2018 22:35
git lfs ls-files issue example
$ mkdir testrepo
$ git init
$ git lfs install
Updated git hooks.
Git LFS initialized.
$ git lfs track "*.psd"
Tracking "*.psd"
$ git add .gitattributes
$ git commit -m "attributes"
[master (root-commit) 4a725e5] attributes
@jlisee
jlisee / markdown_list_wrap.md
Last active October 15, 2018 14:21
Test of markdown list wrapping
  • Foo
  • Bar zip
@jlisee
jlisee / protobuf-js-enum-to-int.js
Created October 30, 2018 02:56
Use protobuf.js to turn string fields in to integers so you can run Message.verify on the object
const PRIMITIVE_PROTO_TYPES = new Set([
'double',
'float',
'int32',
'int64',
'uint32',
'uint64',
'sint32',
'sint64',
'fixed32',
from atg.buildkite.cli import BuildkiteCli
from atg.buildkite.environment import is_buildkite_build
from atg.devex.ci import execution_environment
from atg.devex.ci.buildkite.log import print_separator
from atg.devex.ci.changedtargets import (
JSON_TARGET_FILENAME,
BAZEL_PROTOBUF_FILENAME,
changed_targets_report,
determine_changed_targets,
This file has been truncated, but you can view the full file.
{
"data": {
"__schema": {
"queryType": {
"name": "Query",
"description": "The query root for this schema",
"kind": "OBJECT"
},
"mutationType": {
"name": "Mutation",
This file has been truncated, but you can view the full file.
{
"queryType": {
"name": "Query",
"description": "The query root for this schema",
"kind": "OBJECT"
},
"mutationType": {
"name": "Mutation",
"description": "The root for mutations in this schema",
"kind": "OBJECT"
@jlisee
jlisee / leekwars_api.md
Last active June 6, 2022 22:43
Leek Wars API Notes