The Wayback Machine - https://web.archive.org/web/20220505172210/https://github.com/HeroicKatora
Skip to content
Avatar

Achievements

Achievements

Organizations

@PistonDevelopers @image-rs
Block or Report

Block or report HeroicKatora

Report abuse

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

Report abuse

Pinned

  1. oxide-auth Public

    A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends.

    Rust 394 58

  2. mould Public

    A c++17 constexpr formatting library utilizing bytecode representation

    C++ 3 1

  3. ethox Public

    Ethox is a standalone network stack for user-space networking and unikernels

    Rust 29 4

  4. C++ Templates are turing complete - So why not make them usable in that way?

    C++ 8 3

  5. Encoding and decoding images in Rust

    Rust 2.9k 446

  6. automata Public

    A rust library to model several different automata & algorithms

    Rust 3 5

872 contributions in the last year

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

Contribution activity

May 2022

Created a pull request in image-rs/jpeg-decoder that received 4 comments

Release 0.2.5

Replaces #237 Since we do releases based on the feature branch itself (not the automatic merge, as it's unnnamed and potentially different) rebased…

+5 −1 4 comments
Opened 1 other pull request in 1 repository
Reviewed 8 pull requests in 5 repositories
HeroicKatora/oxide-auth 3 pull requests
image-rs/image-tiff 2 pull requests
image-rs/image 1 pull request
image-rs/jpeg-decoder 1 pull request
Maillol/aiohttp-pydantic 1 pull request

Created an issue in image-rs/jpeg-decoder that received 1 comment

An investigation into testing with wasm

wasm testing: As per wasm-bindgen, cargo test --target wasm32-unknown-unknown tries to execute the .wasm file which it can't. We need a runner, som…

1 comment