Skip to content
View jkleinne's full-sized avatar
💻
💻
  • Montreal, Canada
  • 15:56 (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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. 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()
  3. synkronus synkronus Public

    [WIP] Unified CLI tool written in Golang that allows you to interface with multiple cloud providers to streamline resource management

    Go