Ecosyste.ms: OpenCollective

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

github.com/ivanceras/sauron

A versatile web framework and library for building client-side and server-side web applications
https://github.com/ivanceras/sauron

Make the patches contain the tag it is going to patch

357a8b6c5b9541e02634ba6fe661c0992e60f2c2 authored over 4 years ago by Jovansonlee Cesar <[email protected]>
cargo fmt

e377dacb242eaf684e8399c782a876017ae0d23b authored over 4 years ago by Jovansonlee Cesar <[email protected]>
More fix test

6a0d34c35f0a39575370b196616cac5614ec7d69 authored over 4 years ago by Jovansonlee Cesar <[email protected]>
Remove ambigous import glob

a587791b3a0c2de769003a7e0fcca2fcfef2ae7c authored over 4 years ago by Jovansonlee Cesar <[email protected]>
More fix on warnings in all features

018c05c6490fabe45324ee81773ab5bec053e7ee authored over 4 years ago by Jovansonlee Cesar <[email protected]>
Fix warnings in example

d4f317cef4f72f5e803300b41c6e90e68431b16f authored over 4 years ago by Jovansonlee Cesar <[email protected]>
cargo clippy

161886a891b195235b37325cf09032596dd1d20c authored over 4 years ago by Jovansonlee Cesar <[email protected]>
cargo fmt

ca7fee8bd81be6083fb7b2c55e49af7899a9ad5d authored over 4 years ago by Jovansonlee Cesar <[email protected]>
Fix warnings

3270f2882793ef8d933ca7ee9d5bde91b2cb715b authored over 4 years ago by Jovansonlee Cesar <[email protected]>
Prepare 0.23.0 release

934fcde52f26b1ba458e9218d45ae60ad67d233a authored over 4 years ago by Jovansonlee Cesar <[email protected]>
Remove unused feature flags

7624e308320f4c40f235f883c36cf5fbbe7e3350 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Simplify the use Dispatch without the need for Rc

930d9166509b9505281fc29383ed9e2de3b3669b authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add TODO, remove double + 'static

24e8f7e0614d0e416aa6c1ce7c47d6b0ea290bc2 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
fix: local variable color is ambigous with attributes::color

362c2378c196cb8386d7a95f1d7a953bb0e14c23 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Remove unused code

add more TODO

a688e7d4ed49bb6dc99bad16f6305200d1193c2b authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
fix clippy warnings, cargo fmt

ac5e291fc2ef4eb3e35598e69696861fc279bb78 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Fix warnings and some clippy suggestions

96523949df148f160e0ad6cd77450436ca18bb0c authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
breaking change: move Cmd and Dispatch to sauron, since it is specific to sauron

7c3ad740543823ededf6ddf14c310b44f2346891 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add Value::Bytes

cargo fmt

7197d224d5b60ea0651996ecad7aa09de99067c4 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Update benchmark screenshot

10f7d780fb2e70eee3653c81996f1799bd90b24a authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add note on the explicit passing of $ in macro

fba115934e2e8e827c26b03744797aca392d5f3e authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Fix checked attribute behaviour

checked attribute has a special case since checked=checked means the control is checked, while c...

0d6f8375fa3145d804953175d93aa23572a31be8 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
NodeIdx is now usize instead of u32

ca4b9733d805bae7422060489e04765c077bb8b0 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add as_bool function in Value

f5a6f828d86fb29acebda08d87c3f6f5a95c4324 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
add function to create attribute from callback and from value

5838b136af3afd4e68ba3ebcb17b2b66d6cb035a authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Use the exact version of sauron_vomd in manifest

96a6d5d69219bffa464eb6bb2203e4d01dca28e8 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Fix manifest of maintenance

c3d3b1778436741a6c89bf11731e8dc882cf3305 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Prepare 0.22.2 release

4a51aa5a2b3e05ebdf42a59b59d68088d4a09cbe authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add maintance status in the manifest

b94b0187856b75b6d20d606ef372ceb362ba1813 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Expose diff_with_key for usage in sauron_native

Add a function take_callback to consume the value for usage in sauron_native

02cd469dc5ef64a900732190da92b1a0fb1e8b13 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Improve the html parser

fb5851a8008d309dae21bb51d83334c7ed71e1f5 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Prepare 0.22.1 release

384cd58e3cf3009b3f3dc876c01a714a7dcdcd21 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Only expose html::events in prelude when 'with-dom' feature is enabled

58e5556db800377f8e00a656df2ef867830935a7 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Update TODO

2d0440a528cf1b35b5a33fb84e6395bd3d9bbe43 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Take into account attributes that are not in the standard html attributes and use them as custom attribute expressed through attr function

c51d64eef4cffe64c4dd44a5c413be3072334185 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Improve some docs

6757ae293ee0d4766ca64b8d6bc08ccb508020ad authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Make the example depend on the latest version of sauron

527fc5ad085b410f2137490239df5c3b50e9bc29 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.22.0 release

2e6ba82e9f75d1a199224719acc5c56c3b8996fa authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add doc comment for the prelude

28a332d1521a37914aad416569f56a5284e0bb79 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Make use of prelude to simpilfy imports in sauron

c26d8379b97d44bb8122eb4c1bf3538f6695b6e2 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Merge pull request #7 from ivanceras/feature-parser

Feature parser
- Add feature to parse html and convert it into sauron view syntax code.

0a43613fc4ce66616cc566d58b862a8551fae2e8 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add link to html2sauron

3d826263dec064e81631e8788de96a9faefff8a9 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Remove unncessary Document, expose an easy to use function to convert html to sauron syntax

2d253bb32926363eba315203d6c7502dcf744d48 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Put the const tags and attributes behind the with-parser feature gate

3c2933452cfbd30c7533e4278c6bb51cef4b0c22 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Fix declare attribute for html_attributes_special and svg_attributes_special

Should also pass the when declared, otherwise it will be an invalid attribute

95eed532b73163b76399f49780b34f3a86ffc235 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Enable the const with feature gate

23ddc601a3a621f00401eb529228be37d320b273 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Complete the implementation of the parser and convert html into sauron syntax

23f7b4f35b37515b50fd47bb581466fe8926c6d1 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Get rid of the enumerate tags/attributes for html and svg

This is accomplished by using a upper-level macro which enumerate the tags/attributes while also...

c1399e8bfdc4b10a85be7250e028035ec0cb74ae authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Use the new refactor sauron with generics on the attribute key

eea46d177a77b81d87a91b16e7c9f68a63e39ebe authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Initial code for parsing html into sauron node/document

ba9e336bdca39e4381da574bb4fb524752dfc8ba authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
cargo fmt

a3f6bafbf21c97292de789988c8b15af40f14269 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Fix tests

b0dc7d945ecc47d88b58db79aa26d1a42ea03bdc authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Refactor Attribute key to use generic type

f41a1e8510903a93e285ef30995e99be2de0dc20 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Simplify the indent function

592a07fe59126dac416f8cde3559cb8fa2aeed6f authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Update docs

84e1102d1704cf14205add5abd852e40418489ac authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Make the subsecond update to the subsecond by ticking at every 20ms

80cc42aec442da7b4125b56d8d1822f189e93bca authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add cargo deny configuration

87743ab4dc5bc449645e75f984956177d6c2ef30 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Publish 0.21.1

26af21e04c5d8c526d978dfb50b17e7dbb269021 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add a help function classes which joins an array of string into a space class

e751d01f839d5a9ac7b5b4dc431554d9ef732914 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
benchmark on the diff

a592b8ec6f68ef436062dbfff8aaf6dbb4cadce4 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Use criterion in benchmarks

35109bab09e0ebd35aa7e3ab770b43397f1f4e4a authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add link to demo of some examples

3eb629652866549385cc8d92a4c6f395afc4c418 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add data-viewer as an example rather than a submodule project

8c4fa894c5209b0af7026c0522a92120b0289b68 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Revert "Add data-viewer to workspace"

This reverts commit 47c20fd7ebde04da3a5d4a4177e94b90dab23ce9.

a201a9a2d8cd5acf83b41fa1db0c01eb9990cae1 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Revert "Add data-viewer as an example"

This reverts commit 3df0e83ce87db41e55d988d72cf076c7b70034fb.

6ea9c3b1e2e91709b94ccee8ccaa6d764f719478 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add data-viewer to workspace

47c20fd7ebde04da3a5d4a4177e94b90dab23ce9 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add data-viewer as an example

3df0e83ce87db41e55d988d72cf076c7b70034fb authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Specify the version for sauron_vdom to 0.21.0

d9d88b9d9c36d775cc2cf979768ebbc9e11e336b authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Bump up sauron_vdom to 0.21.0

07efe16b4094a71fdd760b0a98f96198ffe544ec authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Prepare release 0.21.0

b9cf08f328d7ebe3e960d51b60b5f24ed9d23c2f authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Prepare for 0.21.0 release

983364ef9796d3039d8f06e0b65905478fa12d74 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Prepare for next release

740c1fe159d349d6d385cdd51dec9ffd517f5512 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
demote style tag to be just a tag and no macro

22de5c25473d404f90a4e0a9b3814a6f0723a50e authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Update Changelog

be91cf386564f33792fecb1946ec524586cc462d authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Add Window as a global object to let components easily attached events to the window

51c3b79a4fb2374f2b6cf8da2397eb68c2b7b183 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Include mousemove in the supported event type

286e8ceb123f039c2285dfed256fa3d515c89981 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Take into account for namespace in attributes such as xlink:href in embededd svg image

b884f193b5ff64b1b0f628f152c4dc0685cd1a7c authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Fix error in svg_graph example

4748891380f3bb8804acce12cbb3d997ccc3a6b5 authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Implement creating an attribute that has namespace

4ae8d94a0d42b7ce80d8ce006081d8a963198c4d authored almost 5 years ago by Jovansonlee Cesar <[email protected]>
Preparing release for 0.20.3

0774b49143c65e044c79580fc03f9192c1bca4ee authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Improve events where the user can customize the even_mapper to prevent_default and/or stop_propagation

ebdd6ad37e99ce3937349abcd61efefda1db7d52 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Preparing release for 0.20.2

160525ada83f4f8e42c4f561ca0cb3cc1cf97437 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Fix test errors

a4c0c0779440c62c7ee02c16b8406d232706669d authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Update changelogs

ba3c3848e6cc07a2ac19aedd6d4d0fb6e9673f17 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Enable doubleclick event

1dd12b57c5f2d3cd60952e5d3c5ab81eadbd4160 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
modularize scripts

cca288e08ecdc5b7aa4d5b569273ad71fc46085f authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Fix errors in the todomvc benchmark

2d5cbba502322f34e11688d3141fe3ef24711448 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Explicitly set the value of element by calling the set_value function since just setting the attribute value is not enough

11c9c7c09a843307f7a3cfb9c11f75a9065af5b1 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Try remove optimization for size

10c586d9c2561484bd0e675fdabe6b32bfcccffc authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Add the compiled code into 2 benchmark repo

b34a1c1848f4ba2aedfac5fd4a839ba5e956bf19 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Enable call to event.prevent_default() to allow both oninput and keypress event play nicely together, as used in the todomvc example

e321c2494b96eae53f9b489f5b1c9504c6d1993f authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Add link to the code

c0193dc32d946b723b574bbb55dbdfc0bdb242c0 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Merge branch 'svg_graph'

8aaf1764de291f1ac20c88ae8edff5da6984f171 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Fix grid and formatting

e1be54b069eb9b1d8e128561cbb7fb8ccdb42c98 authored about 5 years ago by Jovansonlee Cesar <[email protected]>
Port again from html to sauron nodes manually

edaecb7e36203235c4c3a22839584776e14f6253 authored about 5 years ago by ivanceras <[email protected]>
More docs, doc comment formatting

b266cc211b1445c93dbf033ea1148a2b67cd3304 authored about 5 years ago by ivanceras <[email protected]>
Preparing release for 0.20.1

bb0f6dc58790a82ad1e02595a6bd47e79ebc6f4e authored about 5 years ago by ivanceras <[email protected]>
Fix error in building the docs

Add the html_log_url for sauron, to display nicely in docs.rs

fcde0a3c94a994069104af79db8c20ea1ff630ce authored about 5 years ago by ivanceras <[email protected]>
Use relative path

86ca84b07444e10c7accd369977e167b1a07bc11 authored about 5 years ago by ivanceras <[email protected]>
Add a svg_graph example

263c00f6bff108d5e5c7b711e82ff8ff1a62086a authored about 5 years ago by ivanceras <[email protected]>