Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mayu Live

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
Collective - Host: opensource - https://opencollective.com/mayu-live - Website: https://mayu.live/ - Code: https://github.com/mayu-live/framework

Make navigation work again

github.com/mayu-live/framework - ebeca0b7d08ec37fc58b52645778672cb1885756 authored over 2 years ago
mod -> resource

github.com/mayu-live/framework - 131c3124c28e87d76657e5344dd4087da9528fd9 authored over 2 years ago
fix ping and other things

github.com/mayu-live/framework - 573279927cd0dc17c9a65797539170fc7d641c8a authored over 2 years ago
Load the init script as an asset

github.com/mayu-live/framework - ef537f9188af761bba7a9446de99d0f31e70c3db authored over 2 years ago
Rename Modules2 => Resources

github.com/mayu-live/framework - b31e607ae5aeb937b3e7aeaf65a09bf066db5359 authored over 2 years ago
Rename app/ -> pages/

github.com/mayu-live/framework - 1aaaaf2ef70e67fc280923db67862ee7e608c88f authored over 2 years ago
module_types -> types

github.com/mayu-live/framework - bbbcd60f1ab34deb161e5668df30d445ff78a2b4 authored over 2 years ago
make server2 work

github.com/mayu-live/framework - faec55a46b42783fd3e173573a3ad3cac465bfd5 authored over 2 years ago
Add test for DependencyGraph

github.com/mayu-live/framework - b499725312f7e3b7f6a651ecc61728a69d3a0318 authored over 2 years ago
module -> resource

github.com/mayu-live/framework - 03b5d206bdbb105a17d561d228aadcbe6fa77de5 authored over 2 years ago
modules -> resources

github.com/mayu-live/framework - c34cb54df7c8dde5775c04a90b25cc810143f948 authored over 2 years ago
Add a Link header

github.com/mayu-live/framework - f3073a18ac670ecbbe65c29837aafcf54eb991fa authored over 2 years ago
Make it so that Markup doesn't require closing of tags

github.com/mayu-live/framework - 8281f4d5527120f86b3a7d6bdd1818d1a608a22f authored over 2 years ago
more asset work

github.com/mayu-live/framework - 68611c143e285d027f2ac17b0bada704cc1f8168 authored over 2 years ago
Add the h method

github.com/mayu-live/framework - c2d47cda94b69083c606a6761d97437842296957 authored over 2 years ago
generate assets

github.com/mayu-live/framework - bb363d73ffa7c7f9d12089c2d752e0c7a89cd613 authored over 2 years ago
Add a navigate endpoint and pass params to pages

github.com/mayu-live/framework - 10a59a4b7154f7c2f038777327294dfd5a52a50f authored over 2 years ago
New server is running

github.com/mayu-live/framework - 70eccb7e65045b01b5f54bec2f519700b8dee40b authored over 2 years ago
try to fix stuff, no idea what's happening

github.com/mayu-live/framework - 96672ad61181f25de97487dd5eb8ab01b2de9b6b authored over 2 years ago
fix attrs and callbacks

github.com/mayu-live/framework - 20155bff81788ecbd6849e15b0d8a8ca45082340 authored over 2 years ago
Add a way to do initial_render without starting any tasks

Lots of things are still broken and quite messy.
There are two classes called Renderer and two c...

github.com/mayu-live/framework - cf5f3658f50369561b0c30269f831b7fd2c98a58 authored over 2 years ago
Reintroduce Rux with a whitespace-stripping monkeypatch

Before there were some issues with whitespaces appearing where they
shouldn't be. This has been ...

github.com/mayu-live/framework - 7013f1667690562757324029ee6f0140b32d6e47 authored over 2 years ago
Some hacks to get the development server running again

The worker still doesn't use the real renderer, so that
needs to be fixed... nearly there :)

github.com/mayu-live/framework - c0e1c61a5e22b7994eadb1158f690a2c140d14e4 authored over 2 years ago
Remove modules/ which have been replaced by resources/

github.com/mayu-live/framework - a8ef5d752542df3a46f177036bf6a8189caf8e9e authored over 2 years ago
add a build command.. doesn't load routes though

github.com/mayu-live/framework - 0bf56638c18f352467f814c358cef7e9d9fa16c7 authored over 2 years ago
Fix formatting in various places

github.com/mayu-live/framework - 2796352c7e3092c1efaebc1b264bcdd6b69313e0 authored over 2 years ago
Compress responses

Using gzip instead of brotli for SSE because I
couldn't get brotli to work...

github.com/mayu-live/framework - 051aa72ae24942f1d23654b5ff4da750ac8a9c6b authored over 2 years ago
Load gems from gemspec

github.com/mayu-live/framework - da423c5da3987d34f97b0b97b52018671d906089 authored over 2 years ago
Prepend lib to $LOAD_PATH

github.com/mayu-live/framework - ea5d79d694f9b26f9b2eb326225aa00a23b0355d authored over 2 years ago
Remove unused class

github.com/mayu-live/framework - cb92c0bda7c59a53d562920844166292e0e4bcb7 authored over 2 years ago
Fix missing variable

github.com/mayu-live/framework - c00ce8cbe8fdae0db738eaa57927409a64d4c93f authored over 2 years ago
server2 -> server

github.com/mayu-live/framework - b4bb5f35524e399b4e55de53de14fb256646b701 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - ef501f2c218e601dd47d53373f15275e390ebad8 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 0895febd7128b6bfd733bd9822b35c6b4b1b20b7 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 6f26e6036014c53d5988a329545a7838ad15efc8 authored over 2 years ago
Minor layout fixes

github.com/mayu-live/framework - 2123a2f000ee2932c3ebe3fe1720fb99e08a2d8e authored over 2 years ago
Move some stuff to a Session class

Just group things together

github.com/mayu-live/framework - 711103c0b2b6ba6dd05bc68517ca7c00cedfaaa8 authored over 2 years ago
Access the store in VDOM::Component::Wrapper

Will be used later on in some way

github.com/mayu-live/framework - 2709af0e358a00bd47f6a204e5859e6598370eac authored over 2 years ago
Use the new Session class

github.com/mayu-live/framework - d406d0b3241837d6e986e2a89b4d6928c41e9187 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 64449f7086120a52abd3f1d91ba633ec46f4b465 authored over 2 years ago
Create node.js.yml

github.com/mayu-live/framework - 9a9ee55a3e6fe41acfe6e1b1204865581d09221e authored over 2 years ago
Add build script to package.json

github.com/mayu-live/framework - d8f8724de9a3c0aa1a53270328ce7fe8e4fc23b6 authored over 2 years ago
Revert "add some emojis"

This reverts commit 4980674bc5832945f89d236f34fe0501fd6f50ea.

github.com/mayu-live/framework - 209b8bd23fc473d665773906f6989fa0326618ac authored over 2 years ago
add some emojis

github.com/mayu-live/framework - 4980674bc5832945f89d236f34fe0501fd6f50ea authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 9dec13be890e61df6f74a86c1f45c73fcc802d0e authored over 2 years ago
fix dependency in example

github.com/mayu-live/framework - 63cb960247ac4f727996911bbba4617fb500c105 authored over 2 years ago
Move custom elements to a separate directory

github.com/mayu-live/framework - 9ec5aa6673367c4bedcc4dc683c9200cec7b30ba authored over 2 years ago
Remove unused class

github.com/mayu-live/framework - 8eed7859ccbd0da579dd92b53bbfc77c950da50b authored over 2 years ago
Split server2.rb into several files

github.com/mayu-live/framework - c958626956a4ec88df58b7852af6307412c0d5bd authored over 2 years ago
More setup instructions

github.com/mayu-live/framework - 9578cb08be494c338614a080e4dd0d5a756ca6ae authored over 2 years ago
Extract banner to a separate file

github.com/mayu-live/framework - 29ca191f6c73f0610082a1513a0d52d4ccf5b3d3 authored over 2 years ago
Update mprocs.yaml and some instructions too

github.com/mayu-live/framework - d8ec9bf3d6773b88f88306762c2d7ac29c6cfada authored over 2 years ago
Remove unused files

github.com/mayu-live/framework - 28e1574e0aaa6e6d54a4066b69ccfaa377d127f6 authored over 2 years ago
Remove .mayu files

github.com/mayu-live/framework - fed71864307875be934c3ee9448abbc052aee4c6 authored over 2 years ago
Update getting started instructions

github.com/mayu-live/framework - dc6cdc301125b1dc20f49f0f09fe71e0f5e4af40 authored over 2 years ago
Add husky and lint-staged

github.com/mayu-live/framework - 4c1b4aeb6016e26f2d9586e7acb7b72b5930a3c6 authored over 2 years ago
Remove vtree_old.rb

github.com/mayu-live/framework - 98ef5236d6d4e7fc4cf6939e043ad0146c454886 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 3a5394978e4f55742a391382cf7631f5e638718d authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 5bedc9cddb5047a8a7df62c3b03ded31e7e81b21 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 22dba0135422d6310c8115df59462c6dfa658d1a authored over 2 years ago
Make the example app use mayu as a gem

github.com/mayu-live/framework - ba64a7d95a4d8ebc8e0ea92b3030754cb438b6a5 authored over 2 years ago
add some readmes and random cleanups

github.com/mayu-live/framework - 4a11654c9d611f9fa9de8041d03721e9060b20c3 authored over 2 years ago
Set version to 0.0.0

github.com/mayu-live/framework - 6e7f537fc8b4672c349c81579cdb06bae056fb79 authored over 2 years ago
Convert everything to use the new markup generating code

Not too happy with the new markup thing...
The old one was easier to use, but there are some iss...

github.com/mayu-live/framework - 59d0ebf269a5cb684de4cfb163695d306eb6b99a authored over 2 years ago
Add the service worker

github.com/mayu-live/framework - 3692905b0decb5388cfb6765257dba37eb353f07 authored over 2 years ago
extract some regexps to constants

github.com/mayu-live/framework - 225b55cccc2dfa5efda38114ac30e81d73ce7815 authored over 2 years ago
Make a nice exception dialog

github.com/mayu-live/framework - e1acb8611c4e29239a74a49f048252103d3d7189 authored over 2 years ago
Transpile only if module filename ends with .mayu

This is because I'm transitioning to .rb

github.com/mayu-live/framework - 646d10fabacd7bd71d54465d1bad32f69d00deca authored over 2 years ago
Fix syntax highlighting

github.com/mayu-live/framework - 96e766ae73587ca6c6b894aeaaa20899caeafa0f authored over 2 years ago
Add missing V in VDOM

github.com/mayu-live/framework - a69b61729757ad6e97b4ab80da3449c4a70ae660 authored over 2 years ago
extract classes to separate files

github.com/mayu-live/framework - 6f32fa928557312d51b751004fc3eaadb1879582 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 9d12b6d81fb59944ecf95019f265b85a9f12e79f authored over 2 years ago
Reorder files so the most important ones come first

github.com/mayu-live/framework - ae70d546d5327e1b85d9e297bbfe66af554b8b80 authored over 2 years ago
Rename Hax -> SpecialComponents

github.com/mayu-live/framework - 5e0582a70f761d4c6099debc654bc40f63ead3c3 authored over 2 years ago
add minitest-reporters

github.com/mayu-live/framework - 2ae1ea3b640be62cb0fdfd3174de6fd87cdf5a63 authored over 2 years ago
remove benchmark.rb, gonna make a better one later

github.com/mayu-live/framework - c93e0e46b8d69047a7f5537ff2323dcc241d8735 authored over 2 years ago
Update README.md

github.com/mayu-live/framework - 17161b05871584c1fac1349c8675b79c5af5949a authored over 2 years ago
Rename LICENSE -> COPYING

github.com/mayu-live/framework - 626fd38f17cb3395cfff4b3fd91a0cf4fe5dc014 authored over 2 years ago
Remove random-stuff

github.com/mayu-live/framework - 5e6907ea391c4dcb223378283fd5fb439dce3454 authored over 2 years ago
bundle lock --add-platform x86_64-linux

github.com/mayu-live/framework - 9bfe149eeda7855193c6eb60ea4725a8fba93043 authored over 2 years ago
Fix some stuff with the markup thing, idk what, but gonna make more changes now

github.com/mayu-live/framework - 4eab93a82a3daabdb9127e0c2879e38fdc9ea0e5 authored over 2 years ago