Posts

  • karousel

    Scrollable tiling Kwin script

    Scrollable tiling Kwin script. Works especially well with ultrawide screens. Use with this for animations.

    https://github.com/peterfajdiga/karousel/assets/22796326/2ab62d18-09c7-45f9-8fda-e5e36b8d7a02

    A scrollable tiling window manager tiles windows, but it does not maximize their widths. Instead, it leaves the width of windows to the user’s control. Windows are automatically centered when possible. And when running out of width, windows can be scrolled through horizontally.

    Similar window managers include PaperWM, Niri, and Cardboard.

    Tags: #typescript

  • synapse-admin

    Admin console for synapse Matrix homeserver

    This project is built using react-admin.

    Tags: #typescript • matrix-org • react

  • FakeRest

    Patch fetch/XMLHttpRequest to fake a REST API server in the browser, based on JSON data.

    A browser library that intercepts AJAX calls to mock a REST server based on JSON data.

    Use it in conjunction with MSW, fetch-mock, or Sinon.js to test JavaScript REST clients on the client side (e.g. single page apps) without a server.

    See it in action in the react-admin demo (source code).

    Tags: #typescript • rest • client

  • rspec-snapshot

    RSpec snapshot testing.

    Adds snapshot testing to RSpec, inspired by Jest.

    Tags: #ruby

  • preconstruct

    🎁 Dev and build your code painlessly in monorepos

    Dev and build your code painlessly in monorepos

    Tags: #typescript

  • folio

    Page based routing for Laravel.

    Laravel Folio is a powerful page based router designed to simplify routing in Laravel applications.

    Tags: #php

  • react-native-fcm

    react native module for firebase cloud messaging and local notification

    I’m not longer able to maintain this repo. check react-native-firebase instead

    Tags: #java • notifications • fcm

  • partyline

    Output to Laravel’s console from outside of your Command classes.

    This package allows you to output to the console from outside of command class.

    For example, you might have a feature that does the same thing from a command and through the web. Until now, you may have found yourself duplicating code just to be able to output to the console in various places.

    With Partyline, you can use output commands within your logic. If it’s being run inside the console, you’ll see it. Otherwise, nothing will happen.

    Tags: #php • laravel • laravel-5-package

  • pokemon-essentials

    A heavily modified RPG Maker XP game project that makes the game play like a Pokémon game. Not a full project in itself; this repo is to be added into an existing RMXP game project.

    1. Fork this repo.
    2. Get a copy of Essentials v21.1 (a download link cannot be provided here).
    3. Clone your forked repo into the Essentials v21.1 folder, replacing the existing files with the ones from the repo.

    From here, you can edit this project to turn it into your fangame/develop mods. When this repo is updated, you can pull the changes to update your fork and get the updates into your fangame/modding environment.

    Tags: #ruby • pokemon • rpgmakerxp

  • capistrano-db-tasks

    Add capistrano tasks for syncing remote and local database

    Add database AND assets tasks to capistrano to a Rails project. It only works with capistrano 3. Older versions until 0.3 works with capistrano 2.

    Currently

    • It only supports mysql and postgresql (both side remote and local)
    • Synchronize assets remote to local and local to remote

    Commands mysql, mysqldump (or pg_dump, psql), bzip2 and unbzip2 (or gzip) must be in your PATH

    Feel free to fork and to add more database support or new tasks.

    Tags: #ruby

subscribe via RSS