Skip to content
Avatar
🦀
Finished dev [unoptimized + debuginfo] targets in 1m 00s
🦀
Finished dev [unoptimized + debuginfo] targets in 1m 00s

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. CSL processor in Rust.

    Rust 25 3

  2. An implementation of react-dnd for Angular.

    TypeScript 142 32

  3. Create, modify and destroy ZeroTier networks and members through Terraform.

    Go 105 21

  4. A Vim colorscheme based on Github's syntax highlighting as of 2018.

    Vim script 231 19

  5. A library for testing CSL with Jest.

    JavaScript 2 1

628 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Activity overview
Contributed to cormacrelf/citeproc-rs, crlf0710/tectonic, cormacrelf/dark-notify and 5 other repositories
Loading

Contribution activity

October 2020

Created an issue in Adapton/adapton.rust that received 1 comment

Can't store hashmaps of names in cells; Name could implement Ord

You can't store a HashMap in a cell, because HashMap does not implement Hash. You could store a BTreeMap<T> in a cell, if T: Ord, because BTreeMap

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.