Skip to content
View zoellner's full-sized avatar
🤓
coding
🤓
coding

Highlights

  • Pro
Block or Report

Block or report zoellner

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. openapi-preview openapi-preview Public

    OpenAPI Preview Extension for VS Code

    TypeScript 8 3

  2. watchpuppy watchpuppy Public

    An almost fully grown watchdog for node.js

    JavaScript 2 1

  3. sharp-heic-lambda-layer sharp-heic-lambda-layer Public

    Lambda Layer providing sharp with HEIC support

    Makefile 61 58

  4. cookie-monster cookie-monster Public

    JavaScript 4

  5. Extract Github token for Docker buil... Extract Github token for Docker build with private repo
    1
    Note: There are better ways to do this by now. Check https://docs.docker.com/develop/develop-images/build_enhancements/#new-docker-build-secret-information for details
    2
    
                  
    3
    In order to access packages in private github repositories a Dockerfile might contain statements like this:
    4
    
                  
    5
    ```
  6. write utf-16 encoded files in node.j... write utf-16 encoded files in node.js (both utf16be and utf16le)
    1
    const fs = require('fs');
    2
    
                  
    3
    // our demo string is in 'default' utf8 with emoji character assuming you are using an editor that supports those.
    4
    // if not, you can test this gist by setting utf8string to the equivalent '->\ud83d\ude03\ud83e\uddd2\ud83c\udffc\u00fc\u010d\u0113<-'
    5
    // gist doesn't support all ZWJ sequences, so can't show this here but it works with those as well, e.g. '\ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb'