Posts

  • graphql-inspector

    🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

    • Compares schemas
    • Detect breaking or dangerous changes
    • Schema change notifications
    • Use serverless functions validate changes
    • Validates Operations and Fragments against a schema
    • Finds similar / duplicated types
    • Schema coverage based on Operations and Fragments
    • Serves a GraphQL server with faked data and GraphiQL
    • Docker Image

    Tags: #typescript • graphql • javascript

  • nostr-tools

    Tools for developing Nostr clients.

    Tools for developing Nostr clients.

    Only depends on @scure and @noble packages.

    This package is only providing lower-level functionality. If you want more higher-level features, take a look at Nostrify, or if you want an easy-to-use fully-fledged solution that abstracts the hard parts of Nostr and makes decisions on your behalf, take a look at NDK and @snort/system.

    Tags: #typescript • nostr

  • mysql-workbench-export-laravel-5-migrations

    A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations

    A MySQL Workbench plugin that allows for exporting a model to Laravel 5 migrations that follow PSR-2 coding standards. When exported, each migration is generated and saved in it’s own, properly named, migration file.

    Tags: #python • laravel-migration • mysql-workbench

  • logstash-output-amazon_es

    Logstash output plugin to sign and export logstash events to Amazon Elasticsearch Service

    This plugin is now in maintenance mode. We will supply bug fixes and security patches for v7.2.X, older versions are no longer supported. This change is because the OpenSearch Project created a new Logstash output plugin logstash-output-opensearch which ships events from Logstash to OpenSearch 1.x and Elasticsearch 7.x clusters, and also supports SigV4 signing. Having similar functionality plugins can be redundant, so we plan to eventually replace this logstash-output-amazon_es plugin with the logstash-output-opensearch plugin.

    To help you migrate to logstash-output-opensearch plugin, please find below a brief migration guide.

    Tags: #ruby

  • rouge

    A full Python Implementation of the ROUGE Metric (not a wrapper)

    A full Python librarie for the ROUGE metric (paper).

    Tags: #python

  • JoL-player

    simple and beautiful, powerful react player

    • 📦 High-quality React components out of the box.
    • 🛡 Use TypeScript to develop, provide a complete type definition file.
    • 🌍 Internationalized language support.
    • 🎨 Themes, components, customization capabilities.
    • :facepunch: Powerful API and callback function
    • :zap: Small size, 80kb
    • :gem: Support HLS format (m3u8) etc.
    • 🛡 support Reactv18+Version

    Tags: #typescript • react • video

  • mitojs

    A Lite SDK For Monitoring Web and MiniProgram

    ✔️ 🔨 monitor Xhr、Fetch、wx.request

    ✔️ 🔨 monitor console、wx.console

    ✔️ 🔨 monitor route change(hashroute、browser route、wx route)

    ✔️ 🔨 monitor code error、resource load error

    ✔️ 🔨 monitor click、wx:tab、wx:touchmove

    ✔️ 👌 rich hooks and options configuration doc

    ✔️ 👌 support web(>= IE8)@mitojs/browser

    ✔️ 👌 support framework with Vue3、Vue2.6@mitojs/vue、React@latest@mitojs/react

    ✔️ 👌 support native wxmini、uni-app、remax framework etc @mitojs/wx-mini

    Tags: #typescript • sdk • web-monitor

  • blessed-vue

    A VueJS runtime to let you write command line UI in Vue

    Compile against VueJS 2.5.13.

    This package is a Vue.js runtime for blessed and now blessed-contrib. The current version is compiled against VueJS 2.5.13, which means those lovely features and bug fixes comes with v2.5.13 in vue core will be available in the current version. For example, the lovely improvements about the functional components.

    Blessed is a great replacement for ncurses in building UI for terminal interface in Javascript. The intention of creating this runtime is to bring declarative templates and reactive components of VueJS to simplify the layout of blessed components.

    blessed-contrib is an extension of blessed with custom drawllie widgets to make building dashboard easy in command line.

    This package is inspired by react-blessed.

    Tags: #javascript

  • CursorWheelLayout

    An Android Widget for selecting items that rotate on a wheel.

    CursorWheelLayout is an Android library that allows view to be placed on a rotatable wheel. It behaves like a Circular ListView where items rotate rather than scroll vertically(but without view recycle strategy). CursorWheelLayout consists of two components , the center item with id id_wheel_menu_center_item and the menu items that provided by CycleWheelAdapter.

    The CursorWheelLayout can be used as a way to select one item from a list. The wheelSelectedAngle attribute determines what position on the wheel is selected. You can also receive a callback for when an item is clicked, and whether it is selected. Have a look at the sample for a working example!

    Tags: #java • wheel

  • solhint

    Solhint is an open-source project to provide a linting utility for Solidity code.

    You can install Solhint using npm:

    npm install -g solhint
    
    # verify that it was installed correctly
    solhint --version
    

    Tags: #javascript • solidity • linter

subscribe via RSS