Block or Report
Block or report wmertens
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
global-chrome-tab Public
Chrome extension for opening a new tab with a global shortcut
-
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 result3# JavaScript version at the bottom4Q = require 'q'
5loadPromise = null
-
1
# Store Nix store in git23The 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`).
45Git is a content-addressed immutable object store. It is optimized for storing files as blobs and directories as tree objects.
-
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>
1,002 contributions in the last year
Less
More
Activity overview
Contributed to
StratoKit/strato-db,
NixOS/nixpkgs,
wmertens/nixos-config-lenovo-c940
and 54 other
repositories
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

