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

refactor: improve the code for button and frame as custom element

github.com/ivanceras/sfui - 89025aa9323e5be1391260c72d1e667037d8c1ad authored over 2 years ago
feat: make Frame lean, no sound

github.com/ivanceras/sfui - af02790b8441d9d84870059bb8b0d8c437d25287 authored over 2 years ago
refactor: improve grouping of functions, centralize shared variables

github.com/ivanceras/sfui - f46b2f11cf9334ddd0103519dc951897a1804784 authored over 2 years ago
feat: use frame directly as component (not custom_element)

github.com/ivanceras/sfui - 14dee9bee8f307ccc1ee415ef2325d3b44cbca87 authored over 2 years ago
refactor: simplify the structure of the button

github.com/ivanceras/sfui - fb8ebe819a27ffd4c19ec70011f8aed0ea36aed7 authored over 2 years ago
refactor: remove unused codes, renames variables to better names

github.com/ivanceras/sfui - c931d2e81bfd54e3bd80cd8f256199e36186e21d authored over 2 years ago
feat: make the theme to be cloneable

github.com/ivanceras/sfui - 2851bb884171c77c7fa9b57162ddad3d2a9356fa authored over 2 years ago
feat: improve the structures

github.com/ivanceras/sfui - 291ff77488a9ed5f79267872d2bffc75778cc128 authored over 2 years ago
feat: make use of computed width and height

github.com/ivanceras/sfui - 518d4a24eb78ba22bad85927ed1d6dabbb9f0ca2 authored over 2 years ago
refactor: rename look to feature, simplify the theme status pallet

github.com/ivanceras/sfui - 55940522d7059d4d478655ac32529f5a93a1cff4 authored over 2 years ago
refactor: rename has_hover to has_underline and the hover effect to underline

github.com/ivanceras/sfui - 9a69086397a2127a9d8ab7d191bd08682ead8312 authored over 2 years ago
feat: enable the box_shadow for the corners

github.com/ivanceras/sfui - 42e03001fd7ceea9be2add6e68ce6a55847eeadf authored over 2 years ago
refactor: rename Options to Feature

github.com/ivanceras/sfui - a6ef5385c621dacaf771aee245bcb8e1e5860da2 authored over 2 years ago
refactor: use node_list for putting grouped components spread as children in the parent node

github.com/ivanceras/sfui - 0e66fd723bfcc67fe6fc8c933d026689efe65fb9 authored over 2 years ago
feat: unroll the node_list into children

github.com/ivanceras/mt-dom - fb842b0eccc9114ff0d6e6e91424049c9fa8d297 authored over 2 years ago
refactor: make the organize the Options

github.com/ivanceras/sfui - 9772b197aacf1dddd2eeab2e716b89fa5c3fc740 authored over 2 years ago
feat: use the custom_element feature from sauron to use the fancy buttons as custom elements

github.com/ivanceras/sfui - c120462c6eec442979fc63e94e4f8646025c04dd authored over 2 years ago
refactor: break into modular functions for view and styles

github.com/ivanceras/sfui - 1dff5138f8ec7bf1c8f5c1b8f0f0fde940963873 authored over 2 years ago
feat: add node_list

github.com/ivanceras/mt-dom - 3ad9225c3f8afae2239340100ee2370410aade0e authored over 2 years ago
feat: add the gap on the button when hover, add the click sound on the button

github.com/ivanceras/sfui - f304b6a9c2d351e11b634d1fa200248ca6f494dd authored over 2 years ago
fix generated index.html

github.com/ivanceras/ivanceras.github.io - 297e59f8ff48acb44281f27425c389aa85dd951a authored over 2 years ago
feat: add use-extension example to trigger the polkadot js extension to show up to sign a message

github.com/ivanceras/polywrap-substrate - 98518b6f1a25caf03d52b043674a5c8bc4fa00d8 authored over 2 years ago
Initial commit for bob-editor

github.com/ivanceras/ivanceras.github.io - 26ccd0557968e4c6f30108a0a0cc0c8c63e5dea4 authored over 2 years ago
fix: use a more appropriate method to whitespace char

github.com/ivanceras/ultron - 9ecb589c24ecacfbd7a786125e13f6e5a3c23810 authored over 2 years ago
fix: also rehighlight and emit change listener when use presses non-single letter key such as Backspace, Enter, Tabs

github.com/ivanceras/ultron - 18a747c53d4bf98b8805c8108befa3cfa125bb57 authored over 2 years ago
refactor: remove unnecessary else statement

github.com/ivanceras/svgbob - 436eba1db3175a736034722da09887b3c67ad973 authored over 2 years ago
feat: add smart_replace_insert feature to the editor

github.com/ivanceras/ultron - 59195e328fcf5d5ed4102007239ca2b212c35ac4 authored over 2 years ago
feat: add get_char method and test for it, remove method add_cell, since it is not used anymore

github.com/ivanceras/ultron - 374914caa4702486d8fdf5437feb04ee0c7bc526 authored over 2 years ago
feat: simplify the virtual_cursor using only a 2 divs

github.com/ivanceras/ultron - 89dd4070b11e1ade987609c7f2381c0968d4b6e2 authored over 2 years ago
fix: get the cursor location after deleting a character, instead of before, this also fix the undo/redo of typing/deleting text

github.com/ivanceras/ultron - c58b97e05f5a31a1985583787b0eba22355c7902 authored over 2 years ago
feat: rename intersects_bounds to is_bounded and checking must be all cells are inside the bounds specified

github.com/ivanceras/svgbob - c60bb84c56a598216b5a5bf993c557a2274db609 authored over 2 years ago
feat: allow fields to be accessible from outside of the crate

github.com/ivanceras/ultron - 9562223c4cc040fd9235ce7fa913f86af581dec7 authored over 2 years ago
feature: add intersect_bounds method for Span

github.com/ivanceras/svgbob - acae783341c7e40ae4dac212dac041bff73c67af authored over 2 years ago
feat: make the line not hidden when overflow

github.com/ivanceras/ultron - 38f2eb85382eb8dc63e446bdb4c98b215959a61b authored over 2 years ago
feature: add relative_client function to calculate client pixel relative to the editor bounding rect

github.com/ivanceras/ultron - e23234c3c28e82e2bf359accaf7aafecaeee0d0d authored over 2 years ago
feature: partial reimplementation of cut_text

github.com/ivanceras/ultron - 751ff91527c39f61e05f656104ff66f9efe99b04 authored over 2 years ago
feature: reimplement get_text

github.com/ivanceras/ultron - 023b75d845b8ef47f59ab5d32688850c4411a937 authored over 2 years ago
fix: cursor colors and border

github.com/ivanceras/ultron - 7e031abd47483595b96a21e52efb911abdd2ff89 authored over 2 years ago
feature: add animation to the virtual cursor

github.com/ivanceras/ultron - 585b5fd8a02e45759e551470fcc9c196dab70677 authored over 2 years ago
fix: undo and redo with rehighlighting correctly

github.com/ivanceras/ultron - d7c90151c7805fc257bdc300441401463764b46d authored over 2 years ago
feature: wireup undo

github.com/ivanceras/ultron - 38b3c71a4dddd6a0710aab17c344fc3d3810e989 authored over 2 years ago
make the text non-selectable

github.com/ivanceras/ultron - 1d5e64e6c4e2d36ba222648f9aa472e7f16277f7 authored over 2 years ago
feat: make 2 version of the view for the text_buffer, the highlighted view and the plain_view

github.com/ivanceras/ultron - 40c73466a5e88d111d7e4aab1f8fd8595bc82ff8 authored over 2 years ago
feat: refactor the highlighting call to detech the calls from the view and instead, rehighlight only when there are changes in the text_buffer

github.com/ivanceras/ultron - 49e2222d2f5589e0aef6d982cac1596ed77d6622 authored over 2 years ago
streamline highlighting

github.com/ivanceras/ultron - dc9bbc57812b7b32b3f583bd17537221995f5ab5 authored over 2 years ago
update to syntect 5, regenerate the dumps and strea_line highlight_line function

github.com/ivanceras/ultron - 785fb5ba6687f3365d1f413f9341a57ff7e122c5 authored over 2 years ago
fix: always add height:100% for html doctype mode

github.com/ivanceras/ultron - f1ea93200ccaf8be25f0471d6abebcb8965a11af authored over 2 years ago
fix: make use of Iosevka Fixed font for now

github.com/ivanceras/ultron - 1d44b501ebbc16bbe2fe0bb8e266b3aa4c29a545 authored over 2 years ago
fix: don't make use of the hidden textare for now

github.com/ivanceras/ultron - 20efd8443c2ecfbb33a42f80dbf3e392841e9472 authored over 2 years ago
fix: clamped movement

github.com/ivanceras/ultron - 1d831fa16d40a17c34612409135163d61124b447 authored over 2 years ago
prepare for 0.6.7 release

github.com/ivanceras/svgbob - 10d3da63d4a87e3f89659af9761f952e39f48839 authored over 2 years ago
prepare for 0.6.7

github.com/ivanceras/svgbob - 7d8b564a330fbe73f6df2d326f6a06e17ec1dcb1 authored over 2 years ago
update to the latest version of sauron and deps

github.com/ivanceras/svgbob - 773812357c829c3abca5430b1b4f37fac21cd7d4 authored over 2 years ago
improve code readability

github.com/ivanceras/performance-test-sauron - ae05a6daffd0a5d0969b597b3a6c44f1825a3799 authored over 2 years ago
fix test for html indention

github.com/ivanceras/svgbob - 318beac1811774f09b67f37f456805bdd7b01dd7 authored over 2 years ago
fix: moving cursor right

github.com/ivanceras/ultron - 49c878cff0304ae4d1b9246ac50849704e18f5c6 authored over 2 years ago
fix: make the editor work with break_line

github.com/ivanceras/ultron - 4eb61430f8994ddd95950a81e5814329e938a844 authored over 2 years ago
feat: add example for using the polkadot-js extension/dapp

github.com/ivanceras/polywrap-substrate - 13e243c7e1923032bc7b96c17338988dde0b7ade authored over 2 years ago
move the mycelium substrate client to here

github.com/ivanceras/polywrap-substrate - a67ef668e41b67f8b2e6b3bdf2245c29bac2707f authored over 2 years ago
docs: add a TODO item for jss

github.com/ivanceras/jss - b072df969798e8873c58377d8d765d218d01eac4 authored over 2 years ago
docs: add a TODO item

github.com/ivanceras/mt-dom - 5054dcfcc5a928f3a03aa97f455aba0664937cd8 authored over 2 years ago
update rusqlite to 0.28

github.com/ivanceras/r2d2-sqlite - 0b3bb2d20c7d542ac2ee2ba1eecaa36ab4484602 authored over 2 years ago
Prepare for 0.20.0 release

github.com/ivanceras/mt-dom - ae110949d1c99e643f6325697cf825978c4383d3 authored over 2 years ago
feat: remove insert_node in favor of unambiguous insert_before_node

github.com/ivanceras/mt-dom - a157c1ae80e1be43e5e2700f80570b804ecaf2fe authored over 2 years ago
feat(examples): add polkadot-js example (#124)

github.com/ivanceras/polywrap-substrate - cce2a2697955126d881e7e4aef4675fb5eeb4eb9 authored over 2 years ago
feat: organize feature with std

github.com/ivanceras/polywrap-substrate - 3f09fa005e730a9d35824504dc6a59392d5ee45c authored over 2 years ago
feat: add an example to read storage_map

github.com/ivanceras/polywrap-substrate - e40f5e4cb89c57208f8f9c785c0f403b7318e375 authored over 2 years ago
feat: add the balance_api module for interacting balances on a substrate node

github.com/ivanceras/polywrap-substrate - 13d4a64b3128e4a7006c3a706f5aa57b7050f07a authored over 2 years ago
docs: update the graphql schema and README docs

github.com/ivanceras/polywrap-substrate - da5d76e913e2fb3efec2e22baa70a55efb0937d9 authored over 2 years ago
docs: add documentation to the examples

github.com/ivanceras/polywrap-substrate - e3d7d6a4be079504745d2d391ca3d11af51aa464 authored over 2 years ago
feat: add an example for balance transfer from Alice account to Charlie

github.com/ivanceras/polywrap-substrate - 0525e5c3c2feea7bd2bf9cb9ce8b60bda174e993 authored over 2 years ago
refactor: simplify graphql types, just wrap the block with Json

github.com/ivanceras/polywrap-substrate - f470c89647968ba4ee9ebd99340ea3154d7ac92d authored over 2 years ago
feat: make a thin wrapper version of graphql types such as Metadata which is wrapping inner fields with Json objects

github.com/ivanceras/polywrap-substrate - bfc016faf1eb28dcf2013ba7800cd84fea75cc26 authored over 2 years ago
feat: expose getting storage value specific to a type

github.com/ivanceras/polywrap-substrate - 4e60485f391c67c159fb253d8bdb80ae2d639aa9 authored over 2 years ago
feat: add fetch_storage_map and fetch_storage_double_map

github.com/ivanceras/polywrap-substrate - e2ab1440360ca41a2a33aa9a48301361ba4fabae authored over 2 years ago
feat: add block_hash to graphql schema api

github.com/ivanceras/polywrap-substrate - f5e714454bf5f5f2d8a97bcd8fb088f8ab9e7532 authored over 2 years ago
feat: simplify the graphql api by removing the unncessary context

github.com/ivanceras/polywrap-substrate - 20e58329c51a88ee3288262a35acd85fe8bf0c78 authored over 2 years ago
feat: add more fix

github.com/ivanceras/ultron - e4196a89fdf3747d064dcd66875879194fd6da0f authored over 2 years ago
feat: implement insert_char and replace_char

github.com/ivanceras/ultron - 1987d454dff41b782a6acf90487a9594937873e4 authored over 2 years ago
feat: start reimplementing the text_buffer functions

github.com/ivanceras/ultron - 78aba21b1487e8356aa6bda8917f685f19c9e97b authored over 2 years ago
feat: build the mycelium for wasm32 target in the Dockerfile

github.com/ivanceras/polywrap-substrate - 1366208dc9be0cfc9f144b4f4c401eb088a9f2dc authored over 2 years ago
use fetch_* in the base_api and rename them to their appropriate api method in the Api module

github.com/ivanceras/polywrap-substrate - 39d6251b504567dfbcc84d57cd0cb0932a6ee6dd authored over 2 years ago
fix: remove println debugging

github.com/ivanceras/polywrap-substrate - 157e4574a67f62076938e7ef7c47cd282f10f66e authored over 2 years ago
feat: make use of base_api wrap in Api

github.com/ivanceras/polywrap-substrate - 29d274f74950f3007530f4e5b23dc23638512c06 authored over 2 years ago
feat: make metadata can be get from the api

github.com/ivanceras/polywrap-substrate - 42edeefd6596b78a43e90d09343d7e8e566bdba5 authored over 2 years ago
feat: make compose_extrinsic more versatile for supplying the head_hash

github.com/ivanceras/polywrap-substrate - adff869ab4b0fe7ac01bac4775acdcd2f5afc5fe authored over 2 years ago
refactor: modualize the compose_extrinsic method for the api

github.com/ivanceras/polywrap-substrate - 9d793b89dd93254e3d9e4bf8cca5aed362fe15b5 authored over 2 years ago
docs: add README for mycelium

github.com/ivanceras/polywrap-substrate - 329c10df7a2f97a6ff5ba88a5609af5945b65ffc authored over 2 years ago
refactor: make clippy happy

github.com/ivanceras/polywrap-substrate - ab90446981cfc4eb55dd8f128142350736b13b44 authored over 2 years ago
docs: update todo items

github.com/ivanceras/polywrap-substrate - 21decdd8caeafcd39f614fc9fa137060b7baeb00 authored over 2 years ago
feat: add an example for showing storage values

github.com/ivanceras/polywrap-substrate - 5817c7bde7a1ad8608558a7b341cfed1e028c3a2 authored over 2 years ago
refactor: remove unncessary casting

github.com/ivanceras/polywrap-substrate - 33c586d2b155d8cd6e73b7247af1501fc74607c4 authored over 2 years ago
feat: set balance of bob to 42Munit

github.com/ivanceras/polywrap-substrate - c876ab8cb1288ead38226c1d94dff4703875fcfa authored over 2 years ago
feat: add an example to call a sudo to set_balance

github.com/ivanceras/polywrap-substrate - 7b00b730a053e11a55e1ceff0b3e5364369c9b33 authored over 2 years ago