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

Highlights

  • Pro

Block or report zoellner

Report abuse

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

Report abuse

Pinned Loading

  1. sharp-heic-lambda-layer sharp-heic-lambda-layer Public

    Lambda Layer providing sharp with HEIC support

    Makefile 96 97

  2. openapi-preview openapi-preview Public

    OpenAPI Preview Extension for VS Code

    TypeScript 8 2

  3. 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
    ```
  4. 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'