Posts

  • react-native-deep-linking

    React Native route-matching library to handle deep links.

    Tags: #javascript • react-native • deep-linking

  • type-zoo

    A menagerie of useful type operators for TypeScript

    TypeScript ships with some handy user-definable type operators: Partial, Readonly, Pick and Record. However many other useful operators have been demonstrated in GitHub issue comments and elsewhere. This repository is intended to collect all this folklore in one place, so you can stop copying and pasting these solutions into project after project.

    PRs more than welcome! Please note that this library is intended to be fully static, i.e. it has no runtime component, only a type definition file. The idea is that these could all potentially make their way into lib.d.ts at some point.

    Tags: #typescript

  • folktale

    A standard library for functional programming in JavaScript

    Folktale can be installed through [npm][]:

    $ npm install folktale
    

    Not using Node.js? [Check out our guide to running Folktale in other environments!][install]

    Tags: #javascript • functional • algebraic-data-types

  • gem_updater

    Update gems in your Gemfile and fetch their changelogs

    Every week or so, you wish to update your Gemfile, to do so, you just have to launch bundle update.

    Problem is updates may break things. And obviously you need to know what may have broke before pushing your code to production. Before running your test suite and checking everything is fine, the first thing you do is probably to look for the changelogs of updated gems.

    This process can be quite time consumming: you need to check on the internet for every updated gems, find where their changelog is hosted, and probably link to it in your commit message so that other developers will have a chance to review it too.

    gem_update will do exactly that for you. It updates your Gemfile (via bundle update) and finds links for changelogs of updated gems. All you have to do is to copy paste the output to the commit message, and you’re done! Obviously, you still have to read changelogs and adapt your code though ;)

    Tags: #ruby • gemfile • changelog

  • limiter

    Simple Ruby rate limiting mechanism.

    This gem implements a simple mechanism to throttle or rate-limit operations in Ruby.

    Tags: #ruby • gem • rate-limiting

  • larasupport

    📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.

    Laravel Package Support for Lumen: Makes Lumen compatible with Laravel Packages. You can use any Laravel Packages in Lumen by installing Larasupport Package.

    Laravel Packages make use of various global helpers that are not available in Lumen core by default which prevents us from using any Laravel Package in Lumen.

    This package adds the missing pieces to make Lumen compatible along with the support for vendor:publish artisan command and other features.

    Tags: #php • laravel • laravel-packages

  • springboot-cloud

    :two_men_holding_hands: springboot + springcloud build micro service

    中文简介

    :point_right:Distributed Micro Service Based on SpringBoot + springCloud.:point_left:

    Tags: #java • springboot • springcloud

  • ws-scrcpy

    Web client prototype for scrcpy.

    Web client prototype for scrcpy.

    Tags: #typescript • android • websocket

  • Keyboard-Layout-Editor-for-Blender

    Allows you to import keyboard layouts into blender and render them in 3d

    Allows you to import keyboard layouts into blender and render them in 3d

    Tags: #python • blender • keyboard-layout

  • petergate

    Easy to use and read action and content based authorizations.

    Add this line to your application’s Gemfile:

    gem 'petergate'
    

    And then execute:

    bundle
    

    Or install it yourself as:

    gem install petergate
    

    Tags: #ruby • hacktoberfest • hacktoberfest2020

subscribe via RSS