Skip to content

Instantly share code, notes, and snippets.

View snaveevans's full-sized avatar

Tyler Evans snaveevans

  • Eagle Mountain, UT
  • 16:28 (UTC -06:00)
View GitHub Profile
2023/07/29 08:33:00
POST /client/v4/accounts/[redacted]/pages/projects HTTP/1.1
Host: api.cloudflare.com
User-Agent: terraform/1.5.4 terraform-plugin-sdk/2.10.1 terraform-provider-cloudflare/4.11.0
Content-Length: 1949
Authorization: Bearer [redacted]
Content-Type: application/json
Accept-Encoding: gzip
{"name":"cranberry","subdomain":"","source":{"type":"github","config":{"owner":"[redacted]","repo_name":"cranberry","production_branch":"main","pr_comments_enabled":true,"deployments_enabled":true,"production_deployments_enabled":true,"preview_deployment_setting":"all","preview_branch_includes":null,"preview_branch_excludes":["main"]}},"build_config":{"build_command":"npx @cloudflare/next-on-pages@1","destination_dir":".vercel/output/static","root_dir":"","web_analytics_tag":"","web_analytics_token":""},"deployment_configs":{"preview":{"env_vars":{"NODE_VERSION":{"value":"18","type":"plain_text"}},"compatibility_date":"2023-03-14","compatibility_flags":["nodejs_compat"],"fail_open":false,"always_use_latest_co
## versions
vim version: NVIM v0.4.3
node version: v10.16.3
coc.nvim version: 0.0.74-d83536aa4e
term: iTerm.app
platform: darwin
## Messages

Keybase proof

I hereby claim:

  • I am snaveevans on github.
  • I am snaveevans (https://keybase.io/snaveevans) on keybase.
  • I have a public key ASBHN9DYwqulWOgN118gCu9OISb2R0asemk6YOn5YZ78Bwo

To claim this, I am signing this object:

window.addEventListener("beforeunload", function(e) {
// check to cancel
console.log("checking if we should display confirmation dialog");
var shouldCancel = true;
if (shouldCancel) {
console.log("displaying confirmation dialog");
e.preventDefault(); // this will display the confirmation dialog
}
// Chrome requires returnValue to be set
e.returnValue = "";
ref-man on  feature/TC-2362-angular-6-additional-upgrades [$!] is 📦 v4.2.0 via ⬢ v8.11.3 took 12m 38s
➜ npm run watch-client
> referral-manager@4.2.0 watch-client /Users/tylerevans/workspace/ref-man
> npm run sprite && node pre-build-dev.js && ng build --build-optimizer=false --watch
> referral-manager@4.2.0 sprite /Users/tylerevans/workspace/ref-man
> svg-sprite-generate -d client/assets/sprite-files -o client/assets/sprite.svg
Info 0 [8:14:47.546] Starting TS Server
Info 1 [8:14:47.547] Version: 3.1.1
Info 2 [8:14:47.548] Arguments: /usr/local/bin/node /usr/local/bin/tsserver
Info 3 [8:14:47.548] Platform: darwin NodeVersion: 8 CaseSensitive: false
Info 4 [8:14:47.551] Binding...
Info 5 [8:14:47.561] request:
{"command": "status", "type": "request", "seq": 0}
Perf 6 [8:14:47.562] 0::status: elapsed time (in milliseconds) 0.4491
Info 7 [8:14:47.562] response:
{"seq":0,"type":"response","command":"status","request_seq":0,"success":true,"body":{"version":"3.1.1"}}
Info 30620[14:41:37.112] -----------------------------------------------
Info 30620[14:41:37.112] Project '/dev/null/inferredProject6*' (Inferred) 1
Info 30620[14:41:37.112] Files (0)
Info 30620[14:41:37.112] -----------------------------------------------
Info 30620[14:41:37.112] Open files:
Info 30620[14:41:37.112] FileName: /Users/tylerevans/workspace/referral-manager/client/teaching-event/components/teaching-event-form/teaching-event-form.component.ts ProjectRootPath: undefined
Info 30620[14:41:37.112] Projects: /Users/tylerevans/workspace/referral-manager/tsconfig.json
Info 30620[14:41:37.112] FileName: /Users/tylerevans/workspace/referral-manager/client/teaching-event/teaching-event.action-types.ts ProjectRootPath: undefined
Info 30620[14:41:37.112] Projects: /Users/tylerevans/workspace/referral-manager/tsconfig.json
@snaveevans
snaveevans / omnisharp no error log.txt
Created September 19, 2018 16:07
A log of the omnisharp server starting up (no errors)
Starting OmniSharp server at 9/19/2018, 10:03:31 AM
Target: /Users/tyler/workspace/Avocado/Avocado.sln
OmniSharp server started with Mono 5.10.1
Path: /Users/tyler/.vscode/extensions/ms-vscode.csharp-1.15.2/.omnisharp/1.30.1/omnisharp/OmniSharp.exe
PID: 2196
[info]: OmniSharp.Stdio.Host
Starting OmniSharp on MacOS 10.13.6 (x64)
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
import axios from "axios";
import { httpRequestType } from "../store/HttpRequest";
export default ({ dispatch, getState }) => next => action => {
if (action.type === httpRequestType) {
const { url, method, body, onSuccessType, onErrorType } = action.payload;
const providerToken = getState().account.providerToken;
const token = getState().account.token;
function nodeMutation(gene) {
$node = document.createElement(gene.$type);
$node.Mutation = JSON.parse(JSON.stringify(gene))
var defineProperty = function (obj, key) {
return Object.defineProperty(obj, key, {
configurable: true,
get: function () {
// potentially set queue here
return $node.Mutation[key];
},