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

Achievements

Achievements

Organizations

@Yaska
Block or Report

Block or report wmertens

Report abuse

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

Report abuse

Pinned

  1. jsurl2 Public

    Forked from Sage/jsurl

    URL-friendly JSON

    JavaScript 49 2

  2. Chrome extension for opening a new tab with a global shortcut

    JavaScript 4 5

  3. sudo.bash Public

    Wrapper for sudo so that you can use your shell functions under sudo

    Shell 2

  4. 1
    # We have a function that loads some resource. It might get called multiple times by our application, for example a web server.
    2
    # We use a stored promise to serve as both a cache and a hook for multiple callers to get the same result
    3
    # JavaScript version at the bottom
    4
    Q = require 'q'
    5
    loadPromise = null
  5. 1
    # Store Nix store in git
    2
    
                  
    3
    The Nix store is an immutable file tree store, addressed by output hashes (`$outhash-$name` or `$out`), but could also be tweaked to be addressed by the content hash of the file tree (`$cas`).
    4
    
                  
    5
    Git is a content-addressed immutable object store. It is optimized for storing files as blobs and directories as tree objects.
  6. 1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plist version="1.0">
    4
    <dict>
    5
    	<key>fileTypes</key>

Contribution activity

May 2022

Created a pull request in actualbudget/actual that received 1 comment

add: tsconfig.json

This configures TS to look at JS files as well, so that IDEs like VSCode can provide better edit-time checks. Twin of actualbudget/actual-server#13

+19 −0 1 comment