Skip to content
View passbyval's full-sized avatar

Block or report passbyval

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. React: Web Worker Hook
    1
    import { useCallback, useEffect, useRef } from 'react'
    2
    import dedent from 'ts-dedent'
    3
    
                  
    4
    export interface IOptions extends Omit<WorkerOptions, 'type'> {
    5
      mimeType?: BlobPropertyBag['type']
  2. Rust: Create a Basic Window
    1
    #[cfg(target_arch = "wasm32")]
    2
    use wasm_bindgen::prelude::*;
    3
    
                  
    4
    use std::sync::Arc;
    5
    
                  
  3. Rust: Syntax Highlighting with EGUI ...
    1
    use cached::proc_macro::cached;
    2
    use egui::text::LayoutJob;
    3
    use egui::FontFamily;
    4
    use egui::{Color32, FontId, TextFormat};
    5
    use lazy_static::lazy_static;
  4. average-lighthouse-reports Public

    Small CLI tool to create averages of multiple Lighthouse reports

    JavaScript

  5. rust-editor Public

    Rust

865 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing passbyval's contributions from March 17, 2024 to March 21, 2025. The contributions are 86% commits, 8% pull requests, 6% code review, 0% issues.

Contribution activity

March 2025

12 contributions in private repositories Mar 5 – Mar 20
Loading