Skip to content
View jkleinne's full-sized avatar
💻
💻
  • Montreal, Canada
  • 14:54 (UTC -04:00)

Sponsoring

@neovim

Highlights

  • Pro

Organizations

@CipherSpell

Block or report jkleinne

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. nvim nvim Public

    My neovim config files

    Lua

  2. lazyspeed lazyspeed Public

    A simple terminal-based internet speed test application built with Go and Bubble Tea

    Go

  3. Disables billing for the current Goo... Disables billing for the current Google Cloud project if the reported costs reach 90% of the project's budget (triggered by a Pub/Sub topic that listens to Billing notifs)
    1
    const { google } = require('googleapis');
    2
    
                  
    3
    exports.disableBillingAccount = async (event, context) => {
    4
      const pubsubMessage = event.data
    5
        ? Buffer.from(event.data, 'base64').toString()