Posts

  • checkout

    Action for checking out a repo

    This action checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.

    Only a single commit is fetched by default, for the ref/SHA that triggered the workflow. Set fetch-depth: 0 to fetch all history for all branches and tags. Refer here to learn which commit $GITHUB_SHA points to for different events.

    The auth token is persisted in the local git config. This enables your scripts to run authenticated git commands. The token is removed during post-job cleanup. Set persist-credentials: false to opt-out.

    When Git 2.18 or higher is not in your PATH, falls back to the REST API to download the files.

    Tags: #typescript

  • commodore

    Utility for using Minecraft’s 1.13 ‘brigadier’ library in Bukkit plugins.

    commodore is a utility for using Minecraft’s 1.13 brigadier library in Bukkit plugins. It allows you to easily register command completion data for your plugin’s commands.

    If you have questions, feel free to ask in Discord.

    Tags: #java

  • flag

    Feature flagging for React and Redux with strong TypeScript support

    Feature flagging made easy for React and Redux

    yarn add flag
    

    Tags: #typescript

  • VichUploaderBundle

    A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.

    For usage documentation, see:

    docs/index.md

    If upgrading from a previous version, also check:

    UPGRADE.md

    Tags: #php • symfony • symfony-bundle

  • paper-icon-theme

    Paper Icon Theme

    This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).

    The Moka icon assets (any and all source .svg files or rendered .png files) are licenced under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.

    Included scripts are free software licenced under the terms of the GNU General Public License, version 3.

    When reusing this work please include a proper attribution:

    Paper Icons” by Sam Hewitt is licensed under CC-SA-4.0

    Tags: #python • icons • icon-theme

  • php-vcr

    Record your test suite’s HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

    • Automatically records and replays your HTTP(s) interactions with minimal setup/configuration code.
    • Supports common http functions and extensions
      • everything using streamWrapper: fopen(), fread(), file_get_contents(), … without any modification (except $http_response_header see #96)
      • SoapClient by adding \VCR\VCR::turnOn(); in your tests/bootstrap.php
      • curl(), by adding \VCR\VCR::turnOn(); in your tests/bootstrap.php
    • The same request can receive different responses in different tests – just use different cassettes.
    • Disables all HTTP requests that you don’t explicitly allow by setting the record mode
    • Request matching is configurable based on HTTP method, URI, host, path, body and headers, or you can easily implement a custom request matcher to handle any need.
    • The recorded requests and responses are stored on disk in a serialization format of your choice (currently YAML and JSON are built in, and you can easily implement your own custom serializer)
    • Supports PHPUnit annotations.

    Tags: #php • php-vcr • accurate-tests

  • omniauth-apple

    OmniAuth strategy for Sign In with Apple

    OmniAuth strategy for Sign In with Apple.

    Tags: #ruby

  • ikvStockChart

    A simple stock charting library for Android, supporting time-line, k-line, macd, kdj, rsi, boll index, and interactive gesture operation, including left and right sliding to refresh, scaling, highlighting

    当前最新版本:0.1.5

    支持在 XML 布局文件和代码中设置各个线条颜色、大小配置

    支持左滑、右滑加载

    支持长按高亮、短按点击、双指缩放事件

    支持 fling 滑动

    支持 MACD、RSI、KDJ、BOLL 四个指标

    支持自定义的指标显示方式

    附带的程序示例有:默认左滑右滑加载、禁用左滑右滑加载、多个指标共同联动显示、在 Fragment 中使用、带有下拉刷新的需求中使用、横竖屏切换(自动旋转)、简单分时图

    Tags: #java

  • rubywarden

    An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)

    A small, self-contained API server written in Ruby and Sinatra to provide a private backend for the open-source Bitwarden apps.

    Tags: #ruby • bitwarden

  • brpc-java

    Java implementation for Baidu RPC, multi-protocol & high performance RPC.

    brpc-java 是 baidu rpc 的 java 版本实现,支持 baidu rpc、nshead、sofa、hulu、http、stargate、dubbo 等协议。

    Tags: #java • rpc • brpc

subscribe via RSS