Posts

  • glimmer.js

    Central repository for the Glimmer.js project

    Welcome to Glimmer.js! Glimmer.js is actually a made up of lots of small packages, so this meta-repo exists to help you find what you’re looking for.

    Tags: #typescript • glimmer • glimmerjs

  • TraceKit

    Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers.

    Not all browsers support stack traces on error objects, but TraceKit squeezes out as much useful information as possible and normalizes it. 3kB minified + gzipped

    Tags: #javascript

  • tesla-api

    🚘 A Ruby gem and unofficial documentation of Tesla’s JSON API for the Model S, 3, X, and Y.

    View Documentation

    This is unofficial documentation of the Tesla JSON API used by the iOS and Android apps. The API provides functionality to monitor and control the Model S (and future Tesla vehicles) remotely. The project provides both a documentation of the API and a Ruby library for accessing it.

    If any folks at Tesla are reading this, I’d love to help coordinate a developer program for your APIs. If there’s any way I can be helpful, please feel free to get in contact. Also, I’d love to be in the beta firmware program :wink:

    Tags: #ruby • tesla • api

  • Use npm or yarn to install the library

    npm i --save react-native-gallery-toolkit
    

    Also, you need to install react-native-reanimated@2.0.0-alpha.7 (the new 2 version) and react-native-gesture-handler, and follow their installation instructions.

    Expo is not currently supported because this library uses the latest version of Reanimated 2 (expo supports right now only alpha.6.1).

    Tags: #typescript • gallery • android

  • 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

subscribe via RSS