Skip to content
View AntanasGa's full-sized avatar
Block or Report

Block or report AntanasGa

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

  1. Portfolio Portfolio Public

    TypeScript

  2. L1ghts L1ghts Public

    Rust

  3. TimeHolder TimeHolder Public

    Vue

  4. Rust actix spa example Rust actix spa example
    1
    // Quick and dirty way to run spa apps on rust actix server
    2
    use dotenvy::dotenv;
    3
    use std::env;
    4
    use actix_web::{HttpServer, App, Result};
    5
    use actix_web::dev::{ServiceRequest, ServiceResponse};
  5. match-predicate match-predicate Public

    javascript implementation of match statement

    TypeScript