The Wayback Machine - https://web.archive.org/web/20220606030635/https://github.com/dkegel-fastly
Skip to content
Avatar
Block or Report

Block or report dkegel-fastly

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. tinygo Public

    Forked from tinygo-org/tinygo

    Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.

    Go

  2. ffjson Public

    Forked from pquerna/ffjson

    faster JSON serialization for Go

    Go

  3. libfsm Public

    Forked from katef/libfsm

    DFA regular expression library & friends

    C

  4. banking Public

    Forked from jbub/banking

    Banking library written in Go.

    Go

  5. Forked from signalsciences/go-sigsci

    Go client library for the Signal Sciences API.

    Go

  6. easyjson Public

    Forked from mailru/easyjson

    Fast JSON serializer for golang.

    Go

320 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

June 2022

Created a pull request in tinygo-org/tinygo that received 5 comments

smoketest: add regression test for 'tinygo test ./...', see #2892

tests/testing/recurse has two directories with tests; "make smoketest" now does "tinygo test ./..." in that directory and fails if it does not run …

+14 −0 5 comments
Opened 1 other pull request in 1 repository
Reviewed 1 pull request in 1 repository

Created an issue in tinygo-org/tinygo that received 1 comment

Bad append() during initialization when using fmt and testing?

This fails "tinygo test" with current dev on mac: strlist.go: package strlist import "fmt" var theStrs []string = buildStrings() func buildStrings(…

1 comment