Ecosyste.ms: OpenCollective

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

Svgbob

Making diagramming simple, easy and portable
Collective - Host: opensource - https://opencollective.com/svgbob - Website: https://ivanceras.github.io - Code: https://github.com/ivanceras

Make tag in ReplaceNode optional since text nodes can be patched with ReplaceNode

github.com/ivanceras/mt-dom - ce68d4f6e08ec8f59651efb8fce37aa1c3157e1b authored over 4 years ago
prepare for 0.4.2 release

github.com/ivanceras/spongedown - cd13393a779bd91398442ddaad1a9127899fa1ff authored over 4 years ago
update to latest svgbobg

github.com/ivanceras/spongedown - a5401827d1c989f9bfa013893e2ccb169e6cfa95 authored over 4 years ago
prepare for 0.5.0-alpha.8

github.com/ivanceras/svgbob - 503f30369338ada59464d8d57f5720b742438413 authored over 4 years ago
update to latest sauron

github.com/ivanceras/svgbob - bc8d9cde35ee82c5fd35f8e35673621f6d656e29 authored over 4 years ago
Prepare for 0.5.2 release

github.com/ivanceras/mt-dom - df66a9ac3b8929defbf5afca8089e7c8adf09e44 authored over 4 years ago
diff the attributes in the keyed elements

github.com/ivanceras/mt-dom - 02e66377bae9a55a9d041523e31e00bdd3b9a4e0 authored over 4 years ago
prepare for 0.5.1 release

github.com/ivanceras/mt-dom - ba4b3066d088fe34333a94599819bab5251e7f22 authored over 4 years ago
Fix the node_idx for AppendChildren

github.com/ivanceras/mt-dom - abadf35db5540d380ace68256cb0e4a0fd41383c authored over 4 years ago
Add changelog for 0.5.0 release

github.com/ivanceras/mt-dom - 1cd71b8c6063f1f824863ea1b371b64063fe2490 authored over 4 years ago
Prepare for 0.5.0 release

github.com/ivanceras/mt-dom - 1e9874dd36061d0680ce5c844c234bf2538e73ab authored over 4 years ago
Merge branch 'develop'

github.com/ivanceras/mt-dom - 5f5c9f98fd39a8e8de4847c79e77f39232a00858 authored over 4 years ago
Create rust.yml

github.com/ivanceras/mt-dom - 1d7fe140635347b8abd3be71ccd75a6ec88cd76d authored over 4 years ago
Fix code for AppendChildren patches

github.com/ivanceras/mt-dom - 554296fae9459690f149dde2717d1759dd6b94d2 authored over 4 years ago
Fix warnings in tests

github.com/ivanceras/mt-dom - 3fb192e7e303890b7f09e9f068b86bade28e6845 authored over 4 years ago
Fix algorithmn for InsertNode using the correct node_idx target

github.com/ivanceras/mt-dom - d3fb7f3fadf38d9844bcd829e283c6243844069d authored over 4 years ago
Change InsertChildren into InsertNode

github.com/ivanceras/mt-dom - 6d646909f6cfe386a750755f94c973d28296fe96 authored over 4 years ago
Remove RemoveChildren patch as it is superseeded with RemoveNode

github.com/ivanceras/mt-dom - 882ed3d1a00699bb473d6e32efbacb8b69541acd authored over 4 years ago
Introduce RemoveNode as a viable replacement for RemoveChildren, since it doesn't use target_index which could be moved when the prior patch was destructive, such as InsertChildren,RemoveChildren

github.com/ivanceras/mt-dom - 7999f7cec023a4dc0addce346b3e8cee4c973441 authored over 4 years ago
remove log tracing

github.com/ivanceras/mt-dom - b961fe0a8516276b6a023038135c2e54fba39a64 authored over 4 years ago
Add todo item

github.com/ivanceras/titik - b80d3851fa5bc1a5f984fd4d44bea4be7ae69481 authored over 4 years ago
Add a workaround by sorting patches by priority so as not to destruct the vdom too much causing the other patch to not find the target node

github.com/ivanceras/mt-dom - 132291bcad47c1b1dd5874537df344cd87df2dad authored over 4 years ago
Add apply_patches for mt-dom for verifying the patch produces the target vdom

github.com/ivanceras/mt-dom - 4a28b15230a96a472f0c9534dc2cc3b8c0e58146 authored over 4 years ago
Add Debug contraint for NS,ATT and VAL for easier debugging

github.com/ivanceras/mt-dom - 5ae762501e546bf3780297d6fc9ae1e235b152fe authored over 4 years ago
modularize diff keyed_elements

github.com/ivanceras/mt-dom - 30dee35f341feb1b9745b0802b38aa0d655ddf27 authored over 4 years ago
Repharse the doc in diff keyed elements

Add more tests

github.com/ivanceras/mt-dom - 58e7f3df7a7bccf305be7006e32736bac155c7b0 authored over 4 years ago
Add a self closing flag in Element

github.com/ivanceras/mt-dom - 30717b2158a485f871666a35396536f5e85bdde3 authored over 4 years ago
Improve the diffing algorithm for keyed elements to accomodate included elements that are not keyed

github.com/ivanceras/mt-dom - 725e11cf9c5b242d21cff2af41b56377c799bcad authored over 4 years ago
move functions around

github.com/ivanceras/mt-dom - 9154a82da427174e288b756d440165846f472828 authored over 4 years ago
remove the assert on matching old_node_idx since they are not sorted

github.com/ivanceras/mt-dom - 01eacf8e83534acdfb175bacbe6eb17b186cdbf9 authored over 4 years ago
overhaul the algorithm for diffing keyed elements

2 more regression to do

github.com/ivanceras/mt-dom - 5b284fad582358d2748193e023733d36b67fc70f authored over 4 years ago
Add documentation to public interfaces

github.com/ivanceras/mt-dom - b61d4a53a0428a696fa6d890b0b85a4785efe72c authored over 4 years ago
enable warnings

github.com/ivanceras/mt-dom - 43dfac6dbcb07aa54e21dd8cdb153b539c2997a7 authored over 4 years ago
cargo fmt with nighly style to merge the imports together

github.com/ivanceras/mt-dom - 280547c1632d28e94914f5968e8f24aa5ea22137 authored over 4 years ago
modularize patch out of diff

Furthermore, each variant of the patch is modularized to its own struct, making the shorter by p...

github.com/ivanceras/mt-dom - 039d8999302ea12e61394da30616ca5dcea2ac9a authored over 4 years ago
Fix issue with diff when there are 2 exact same keys in the target_dom which is matched in the previous_dom

The fix was to check if the matched_keys has not already been matched in the old_elements, if th...

github.com/ivanceras/mt-dom - 1da90581598d6b9b2fe24bfaf57731f2aadd8b17 authored over 4 years ago
create struct ChangeText to better organize the fields from tuple in Patch

github.com/ivanceras/mt-dom - 718cf4b8cf45153880d12a3bbcac050468fe2708 authored over 4 years ago
more test on keyed and non-keyed with ChangeText

github.com/ivanceras/mt-dom - f7e3b0f561a9186d3425e7275ec44fc7e119e2e8 authored over 4 years ago
Add a TODO note

github.com/ivanceras/mt-dom - 8ecf49c1cc9b77f4eca872bcbb45b51d58542a5e authored over 4 years ago
Add more tests

github.com/ivanceras/mt-dom - 9dfe944d52a27a3cfb8814d643390f4e38dce194 authored over 4 years ago
Add with-measure feature to see what's happenning inside the code

github.com/ivanceras/mt-dom - 33898fc88d7cdcf9f9b9e22d7ebc9eef5fe25e61 authored over 4 years ago
Update FUNDING.yml

github.com/ivanceras/svgbob - cefeaab795275afefe0ef017f8ba42c0fc254cdf authored over 4 years ago
Create dependabot.yml

github.com/ivanceras/r2d2-sqlite - 5ef676a118d900ca403911a88b6ea84b1d6fb9b9 authored over 4 years ago
remove the scrollbar at the bottom

github.com/ivanceras/ivanceras.github.io - 429346d90a5cfabd294fb4a9fee78b571482469e authored over 4 years ago
new update from svgbob-editor

github.com/ivanceras/ivanceras.github.io - 5830f174e72e4cca51ec4e92fbcbbd67ca63c0d4 authored over 4 years ago
release to use a new version of sauron

github.com/ivanceras/svgbob - 08fbf07196870760793607cee7193309e1fd3e98 authored over 4 years ago
prepare for 0.5.0-alpha.6 release

github.com/ivanceras/svgbob - fc14f082847b4d07d7de8c131ccd62fb0318b495 authored over 4 years ago
update to latest sauron version

sauron forgot to expose svg module

github.com/ivanceras/svgbob - 5d9db95bd60a29752db8ec6f92e3705c73ce117c authored over 4 years ago
update to latest sauron version

github.com/ivanceras/svgbob - 9c465c3f32598be053a9d25d292d595191e1c346 authored over 4 years ago
update futuristic-ui demo

github.com/ivanceras/ivanceras.github.io - cd8eb55a01e1b601809c70c8e5c4f25adf88437b authored over 4 years ago
prepare for 0.17.0 release

github.com/ivanceras/r2d2-sqlite - 00165825607798552bc0dd1f9ce1cef8ea102fac authored over 4 years ago
Merge pull request #38 from lnicola/rusqlite-0.24

Update to rusqlite 0.24

github.com/ivanceras/r2d2-sqlite - 245080d2b3a5867b5ea3e742ed7c0428c9984d7b authored over 4 years ago
animate all at the start

github.com/ivanceras/ivanceras.github.io - 970f9c042d847be0ea56d35ce6aecc8b162cfc2a authored over 4 years ago
include the img folder

github.com/ivanceras/ivanceras.github.io - 6f12cd3f02c54f0d77e935e8747fd5ac78b828a3 authored over 4 years ago
Prepare for 0.4.1 release

github.com/ivanceras/mt-dom - bc9f5cbc9bc79270b7db2da7f3612fae938e564d authored over 4 years ago
Add utility function to count the number of nodes from the node tree

github.com/ivanceras/mt-dom - b82222316143f8f6f26f7acce453b49c97e9b8f5 authored over 4 years ago
Add a function for node to add a children using a mutable reference to self

github.com/ivanceras/mt-dom - a6f86a430e5bf2dcb9d4df4f431c95854960161a authored over 4 years ago
Update to rusqlite 0.24

github.com/ivanceras/r2d2-sqlite - 9c44ef42e29efa3b8c4a8dba73b88133cfff0016 authored over 4 years ago
update various demo project

github.com/ivanceras/ivanceras.github.io - a18c967a5211eabfa29ab5a0e219ac0942a64952 authored over 4 years ago
Fix selectable paragraph

github.com/ivanceras/ivanceras.github.io - dd3821de5cfb551a254f88ea2010ff9c1c68e8b2 authored over 4 years ago
fix webkit error, undefine function wasm_bindgen by importing it with async and await

github.com/ivanceras/ivanceras.github.io - 92267e5ce907e7530694253b6ab5d0e84f09310a authored over 4 years ago
more updates from futuristic-ui

github.com/ivanceras/ivanceras.github.io - b93c68ce4aebafe9383855842d06eaae1c487e11 authored over 4 years ago
update for futuristic-ui

github.com/ivanceras/ivanceras.github.io - e8768ac5ca6646d80de65537cf669818254c6a05 authored over 4 years ago
new deployment for futuristic ui

github.com/ivanceras/ivanceras.github.io - 174dc9256906193baa07e43d2db2ebe8b02e47db authored over 4 years ago
More demo from sauron examples

github.com/ivanceras/ivanceras.github.io - 5f0a839e1367922c84dd77505d3ac6ea3801a686 authored over 4 years ago
Add map_msg for attribute

github.com/ivanceras/mt-dom - b0926a4bafbdf64326cb001d27f486bed7a05c3b authored over 4 years ago
modularize titik ui

github.com/ivanceras/sauron-native - fb86be5cc9af84ca33473a301fe7f6914795d02f authored over 4 years ago
Revert "Adjusted to reflect changes in titik, there is no dispatch in titik anymore"

This reverts commit f887868d38473ab07addcb809d84e68c073488e7.

github.com/ivanceras/sauron-native - 0c0d83417649102be57c62c46c920a3aaff20932 authored over 4 years ago
Revert "remove the use of PhantomData since MSG is already in used in the struct"

This reverts commit 8916613977a1c2a2819323dea5f291112703dd20.

github.com/ivanceras/sauron-native - 222651433ddb959b36122519fcb885b5a9f2a88a authored over 4 years ago
remove the use of PhantomData since MSG is already in used in the struct

github.com/ivanceras/sauron-native - 8916613977a1c2a2819323dea5f291112703dd20 authored over 4 years ago
Adjusted to reflect changes in titik, there is no dispatch in titik anymore

github.com/ivanceras/sauron-native - f887868d38473ab07addcb809d84e68c073488e7 authored over 4 years ago
Add a new Callback with no MSG for titik

update to mt-dom 0.4.0

github.com/ivanceras/titik - 5b5cc3a74c314c1f2a7d39951586d6bebb26ec54 authored over 4 years ago
fix tests in widget

github.com/ivanceras/titik - e22fe967983c96af4efa08e2b39af02bf2ec9450 authored over 4 years ago
Merge pull request #4 from MGlolenstine/update

Updated scripts and improved README.md

github.com/ivanceras/rustupefy - fc234d8e1456fb21769d82af4ef6b40c79c62708 authored over 4 years ago
bump up the version

github.com/ivanceras/mt-dom - 4f05656d52e11070b067a2d441c444aedb3705f1 authored over 4 years ago
Prepare for 0.4.0 release

github.com/ivanceras/mt-dom - c7c748b89b55b0ef55665c51a1023a46b32638a4 authored over 4 years ago
Removed unused directories

github.com/ivanceras/rustupefy - f055712d7a914794ccf3f3783650bbc2ad474b1c authored over 4 years ago
Finished VoidLinux install script

github.com/ivanceras/rustupefy - d85f43d9e992a3eb1edf3d821818c3073da8bc6f authored over 4 years ago
Improved repository structure

Improved ubuntu script
Added Arch scripts
WIP Void scripts

github.com/ivanceras/rustupefy - dd92d7b5a705de5727d62301fcb7141ebed7b707 authored over 4 years ago
Corrected few grammar mistakes and made README.md more readable

github.com/ivanceras/rustupefy - 1bf32c037dc19844586a412ca10ca8a12babe52e authored over 4 years ago
update sauron demo with new links

github.com/ivanceras/ivanceras.github.io - 3dc920f8113742417731f42cda9843ec43b56990 authored over 4 years ago
Add debugging in titik ui Link widget

github.com/ivanceras/sauron-native - 02455c8260784462f9220355efc26056db7f86ed authored over 4 years ago
Add set_border method to link

github.com/ivanceras/titik - 0b3f6eaf2bcd84081d02ddb93577079bf54120b7 authored over 4 years ago
Add implementation for Link widget in titik and html

Add more implementation of events

Add conversion of html event to sauron event

github.com/ivanceras/sauron-native - 5993ee6aa50ae957bc006701f56b9cdf420b7d03 authored over 4 years ago
Add Link widget

github.com/ivanceras/titik - e9f7a5a10189ac676706897f4ca634f4429ee169 authored over 4 years ago
Add a search input control

github.com/ivanceras/titik - 13eafd8435df13e9268760871ca21d5b24975f7e authored over 4 years ago