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: use the api for the examples
github.com/ivanceras/polywrap-substrate - dee625dcdf52814dbe16e13985be258e5549e93f authored over 2 years ago
github.com/ivanceras/polywrap-substrate - dee625dcdf52814dbe16e13985be258e5549e93f authored over 2 years ago
refactor: cargo fmt
github.com/ivanceras/polywrap-substrate - eaf7a044c02c22554fd46b1a0da2fcbbdf2aff7c authored over 2 years ago
github.com/ivanceras/polywrap-substrate - eaf7a044c02c22554fd46b1a0da2fcbbdf2aff7c authored over 2 years ago
cleanup: remove warnings
github.com/ivanceras/polywrap-substrate - e0bc5d64d4439925c980f9bacc18a39285f3988a authored over 2 years ago
github.com/ivanceras/polywrap-substrate - e0bc5d64d4439925c980f9bacc18a39285f3988a authored over 2 years ago
feat: make error reporting in the rpc call more extensive
github.com/ivanceras/polywrap-substrate - b6d4cd1c00dc23b63d9c887735762cd049f875c8 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - b6d4cd1c00dc23b63d9c887735762cd049f875c8 authored over 2 years ago
feat: make the submitting of extrinsic work in the example
github.com/ivanceras/polywrap-substrate - 550946ea7bf03728333856aa182b3f2636226cdd authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 550946ea7bf03728333856aa182b3f2636226cdd authored over 2 years ago
feat: move the compose_extrinsic to example code and make it compile
github.com/ivanceras/polywrap-substrate - da6fc40af7072b3072e17ff2bf55730ac76295fb authored over 2 years ago
github.com/ivanceras/polywrap-substrate - da6fc40af7072b3072e17ff2bf55730ac76295fb authored over 2 years ago
feat: add extrinsics and a simplified function for composing extrinsic
github.com/ivanceras/polywrap-substrate - f1d40bc0f435255bb7ca58197f62b3776540c8af authored over 2 years ago
github.com/ivanceras/polywrap-substrate - f1d40bc0f435255bb7ca58197f62b3776540c8af authored over 2 years ago
feat: add an api to fetch the genenish_hash
github.com/ivanceras/polywrap-substrate - b88609ca25e6c60a52f42d45290ce7471ccd83d5 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - b88609ca25e6c60a52f42d45290ce7471ccd83d5 authored over 2 years ago
feat: expose the runtime_version of substrate node in the graphql api
github.com/ivanceras/polywrap-substrate - 252a4d8c915b30f09ed3f8aabbda562dac27e093 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 252a4d8c915b30f09ed3f8aabbda562dac27e093 authored over 2 years ago
fix: make the api for rpc_methods return a Result<Option<Vec<String>>, rather than an empty vec for None
github.com/ivanceras/polywrap-substrate - d6c12e0ffcf2ee5968be577e31f82d4814cf1dde authored over 2 years ago
github.com/ivanceras/polywrap-substrate - d6c12e0ffcf2ee5968be577e31f82d4814cf1dde authored over 2 years ago
refactor: improve the graphql api returning a result, so the client can see the error when something is wrong along the api call stack
github.com/ivanceras/polywrap-substrate - 3eae325ac61cce63827cc390112894be4f208a23 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 3eae325ac61cce63827cc390112894be4f208a23 authored over 2 years ago
refactor: make a nice layering of function calls in the api extracting the result into value if it is not null from the json result object
github.com/ivanceras/polywrap-substrate - 0dd29c5fda22ea7c938f41ba47f013c417587326 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 0dd29c5fda22ea7c938f41ba47f013c417587326 authored over 2 years ago
doc: make the formatting of error more pleasant
github.com/ivanceras/polywrap-substrate - e6517b80c71f042c17c558128eddfc5df5f797b8 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - e6517b80c71f042c17c558128eddfc5df5f797b8 authored over 2 years ago
docs: add a TODO item
github.com/ivanceras/polywrap-substrate - c6e5cc39fc21d283ce407aad0da1a6dbc93a2d44 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - c6e5cc39fc21d283ce407aad0da1a6dbc93a2d44 authored over 2 years ago
refactor: move some structs into types module
github.com/ivanceras/polywrap-substrate - dc3a49298f10e7727918c503f32d4994d9c4a017 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - dc3a49298f10e7727918c503f32d4994d9c4a017 authored over 2 years ago
feat: show the api results in the page
github.com/ivanceras/polywrap-substrate - 06b723b1fa32bac3730d72d639c533c04642ffdd authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 06b723b1fa32bac3730d72d639c533c04642ffdd authored over 2 years ago
docs: update the TODO items
github.com/ivanceras/polywrap-substrate - 123d89f18f53edd3d0e00919a0051cbafedc8493 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 123d89f18f53edd3d0e00919a0051cbafedc8493 authored over 2 years ago
feat: add methods for fetching storage data from a substrate node
github.com/ivanceras/polywrap-substrate - 9c9fa72f4d21e915399a08d4eb9c77e3bf54c65d authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 9c9fa72f4d21e915399a08d4eb9c77e3bf54c65d authored over 2 years ago
fix: tests and examples with the new Api structure
github.com/ivanceras/polywrap-substrate - 9a76b233d380583c510ff3460d99d96913c34c85 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 9a76b233d380583c510ff3460d99d96913c34c85 authored over 2 years ago
refactor: modulaize to api mod
github.com/ivanceras/polywrap-substrate - 63ecbf48fe2347de978fbb6029c3e3b4d5498523 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 63ecbf48fe2347de978fbb6029c3e3b4d5498523 authored over 2 years ago
refactor: move error module to its own module
github.com/ivanceras/polywrap-substrate - c82b70f395ede458098031d2713c1f62563a07af authored over 2 years ago
github.com/ivanceras/polywrap-substrate - c82b70f395ede458098031d2713c1f62563a07af authored over 2 years ago
doc: update TODO
github.com/ivanceras/polywrap-substrate - 74dacfd5b5acfbfbea75d7806cf4353cbef842e6 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 74dacfd5b5acfbfbea75d7806cf4353cbef842e6 authored over 2 years ago
doc: update the README docs
github.com/ivanceras/polywrap-substrate - 33ac5342c2332aa88a8bed59e7ddf4148cb8fcbe authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 33ac5342c2332aa88a8bed59e7ddf4148cb8fcbe authored over 2 years ago
update the graphql schema
github.com/ivanceras/polywrap-substrate - 08545d4a7a5e8de8f75423234b4d52911651a03f authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 08545d4a7a5e8de8f75423234b4d52911651a03f authored over 2 years ago
feat: make a graphql schema copied from the generated code in async-graphql-playground
github.com/ivanceras/polywrap-substrate - a73d8ff18f5b80652946e5a5381cf7b897690046 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - a73d8ff18f5b80652946e5a5381cf7b897690046 authored over 2 years ago
feat: unify the model and lib in one file
github.com/ivanceras/polywrap-substrate - b20924994048557b26c27e378d13a8c8beffee8f authored over 2 years ago
github.com/ivanceras/polywrap-substrate - b20924994048557b26c27e378d13a8c8beffee8f authored over 2 years ago
feat: Make Metadata a SimpleObject in graphql to easily display it on the playground
github.com/ivanceras/polywrap-substrate - f67280cef3b00ccfc321374a8542d0f831650c0d authored over 2 years ago
github.com/ivanceras/polywrap-substrate - f67280cef3b00ccfc321374a8542d0f831650c0d authored over 2 years ago
fix: skip the fields where the key is not using String for now, since it would be error to serialize to json
github.com/ivanceras/polywrap-substrate - 1473480c41fcc551de822069230a81f2d92d736c authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 1473480c41fcc551de822069230a81f2d92d736c authored over 2 years ago
refactor: cleanup code, remove unused print functions
github.com/ivanceras/polywrap-substrate - e5fc6908d4faa76e43b422c171b74ed7c64584f3 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - e5fc6908d4faa76e43b422c171b74ed7c64584f3 authored over 2 years ago
feat: add rpc_methods to the graphql endpoint
github.com/ivanceras/polywrap-substrate - 15c35a218a824b0366dccbf750edae0a60853288 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 15c35a218a824b0366dccbf750edae0a60853288 authored over 2 years ago
feat: remove substrate-api-client from the repo and use the mycelium client
github.com/ivanceras/polywrap-substrate - 7074b2d70faae12ec84a59df08040e2f66fc649a authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 7074b2d70faae12ec84a59df08040e2f66fc649a authored over 2 years ago
refactor: fix tests use assertions
github.com/ivanceras/polywrap-substrate - 723c91de9e627f97cbc5539ef23e09cfefb4e251 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 723c91de9e627f97cbc5539ef23e09cfefb4e251 authored over 2 years ago
feat: use the mycelium methods in the examples as wasm modules
github.com/ivanceras/polywrap-substrate - 544b0fb8105c846d6c2becb876cee876975ff681 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 544b0fb8105c846d6c2becb876cee876975ff681 authored over 2 years ago
feat: use H256 instead of Hash, make the error more layered using thiserror
github.com/ivanceras/polywrap-substrate - 1af2ab6cb770ce90d3c1af9c2b9e7759583717dc authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 1af2ab6cb770ce90d3c1af9c2b9e7759583717dc authored over 2 years ago
feat: add a deployer project for deploying the module to ipfs
github.com/ivanceras/polywrap-substrate - 524dc78e4fbb8dac67fd94d8f34fb936178f8890 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 524dc78e4fbb8dac67fd94d8f34fb936178f8890 authored over 2 years ago
feat: add the code to show the rpc_methods
github.com/ivanceras/polywrap-substrate - 333984304a8c4856281a70bfa4007494241a669d authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 333984304a8c4856281a70bfa4007494241a669d authored over 2 years ago
feat: make mycelium compilable to wasm, and a good replacement for substrate-api-client
github.com/ivanceras/polywrap-substrate - 3d1f5872ea2b874b3f571fb7d1b906eb718ba2ef authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 3d1f5872ea2b874b3f571fb7d1b906eb718ba2ef authored over 2 years ago
feat: add more test and refactor
github.com/ivanceras/polywrap-substrate - b5e9554693ec8ae42002dc68470bc789dc758727 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - b5e9554693ec8ae42002dc68470bc789dc758727 authored over 2 years ago
refactor: rename FromHexString to FromHexStr and clean the tests
github.com/ivanceras/polywrap-substrate - 87c4660a7f0f904ee3e72acd1739dbc787618daa authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 87c4660a7f0f904ee3e72acd1739dbc787618daa authored over 2 years ago
feat: create a new client for substrate
github.com/ivanceras/polywrap-substrate - debe7766f7c4a473735c9cabd5ef04ef2ec9ae1d authored over 2 years ago
github.com/ivanceras/polywrap-substrate - debe7766f7c4a473735c9cabd5ef04ef2ec9ae1d authored over 2 years ago
Merge branch 'develop' of github.com:ChainSafe/polywrap-substrate
github.com/ivanceras/polywrap-substrate - ab614e1580c0df086010f65f0ebf80f85cfe0e1d authored over 2 years ago
github.com/ivanceras/polywrap-substrate - ab614e1580c0df086010f65f0ebf80f85cfe0e1d authored over 2 years ago
feat: add a way to display the metadata in string form
github.com/ivanceras/polywrap-substrate - 7626a4c157c350262a95a2d0c1a6cadd8c66ef14 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 7626a4c157c350262a95a2d0c1a6cadd8c66ef14 authored over 2 years ago
resolve conflicts
github.com/ivanceras/polywrap-substrate - c5aaff19887a41addf4b8c245a9527f4c4b120b4 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - c5aaff19887a41addf4b8c245a9527f4c4b120b4 authored over 2 years ago
Merge branch 'master' into develop
github.com/ivanceras/polywrap-substrate - f4c9e1be03b72adb313250093fac8b4eb7ce0e38 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - f4c9e1be03b72adb313250093fac8b4eb7ce0e38 authored over 2 years ago
refactor: remove unused code
github.com/ivanceras/polywrap-substrate - 499e90b15b79ac43f704313c24abef764ccc2b38 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 499e90b15b79ac43f704313c24abef764ccc2b38 authored over 2 years ago
feat: use a substructure with fields
github.com/ivanceras/polywrap-substrate - c16d038a3374ec4c7f956936f202287497640cb3 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - c16d038a3374ec4c7f956936f202287497640cb3 authored over 2 years ago
Develop (#5)
* modified the starwars mode into substrate-graphql objects
* fix: change the Starwars Model ...
github.com/ivanceras/polywrap-substrate - 56d041892e0ba87c1e4178514342b40fd552312a authored over 2 years ago
resolve conflict
github.com/ivanceras/polywrap-substrate - 72ad5c838b6b84909410aa5e3dbab6a2bc8e249b authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 72ad5c838b6b84909410aa5e3dbab6a2bc8e249b authored over 2 years ago
feat: add more details for the block query
github.com/ivanceras/polywrap-substrate - e3c891a4a61e91c5b00abde5505d9d4a9142bf4a authored over 2 years ago
github.com/ivanceras/polywrap-substrate - e3c891a4a61e91c5b00abde5505d9d4a9142bf4a authored over 2 years ago
modified the starwars mode into substrate-graphql objects (#4)
* modified the starwars mode into substrate-graphql objects
* fix: change the Starwars Model ...
github.com/ivanceras/polywrap-substrate - f53ee5be5afefa299f2bc15d58917c84bce31f67 authored over 2 years ago
fix: change the Starwars Model to ChainApi name
github.com/ivanceras/polywrap-substrate - 3ab7a6ee65aeda4c30e904a9953e179f6737a148 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 3ab7a6ee65aeda4c30e904a9953e179f6737a148 authored over 2 years ago
modified the starwars mode into substrate-graphql objects
github.com/ivanceras/polywrap-substrate - 035993e9d882c709153c00d6da6e7f4516231ea1 authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 035993e9d882c709153c00d6da6e7f4516231ea1 authored over 2 years ago
prepare for 0.19.4 release
github.com/ivanceras/mt-dom - c72e57cf93784086f1ed02c1348a077dde63f100 authored over 2 years ago
github.com/ivanceras/mt-dom - c72e57cf93784086f1ed02c1348a077dde63f100 authored over 2 years ago
feat: add as_leaf_ref method for node
github.com/ivanceras/mt-dom - 1a963758829509e454bdca76a1bb35053a069897 authored over 2 years ago
github.com/ivanceras/mt-dom - 1a963758829509e454bdca76a1bb35053a069897 authored over 2 years ago
update to latest version of sauron which now supports doctype!
github.com/ivanceras/hackernews-sauron - 2569a14bbb9022d19f5327a8382b812b925a0db9 authored over 2 years ago
github.com/ivanceras/hackernews-sauron - 2569a14bbb9022d19f5327a8382b812b925a0db9 authored over 2 years ago
add await in the init
github.com/ivanceras/performance-test-sauron - 1dc6905a4406cc3515260ea8fa2644a098b891d7 authored over 2 years ago
github.com/ivanceras/performance-test-sauron - 1dc6905a4406cc3515260ea8fa2644a098b891d7 authored over 2 years ago
Develop (#3)
* feat: add github workflows
* feat: add a graphql server and a working simplistic graphql mo...
github.com/ivanceras/polywrap-substrate - 2f01c42d6de33ec02e22f32f0ea376df5b09ac54 authored over 2 years ago
Initial commit
github.com/ivanceras/polywrap-substrate - 4eaa8b84526afdaea38e16c2a2266768735cf3ed authored over 2 years ago
github.com/ivanceras/polywrap-substrate - 4eaa8b84526afdaea38e16c2a2266768735cf3ed authored over 2 years ago
prepare for 0.5.0 release
github.com/ivanceras/blob-uuid - a5c09c8ec5ff27dc3dc39d071832806541c8577b authored over 2 years ago
github.com/ivanceras/blob-uuid - a5c09c8ec5ff27dc3dc39d071832806541c8577b authored over 2 years ago
Merge pull request #5 from sexnine/update-deps
Update dependencies for uuid and base64
github.com/ivanceras/blob-uuid - 7ac39a15909ea9029a71530c552d7d5218200893 authored over 2 years ago
Update dependancies
base64: 0.10.0 -> 0.13.0
uuid: 0.13.0 -> 1.0.0
Fix mistakes
github.com/ivanceras/r2d2-sqlite - 267198356901b95fe590f2766ba3be26fb05a90b authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - 267198356901b95fe590f2766ba3be26fb05a90b authored over 2 years ago
Make `SqliteConnectionManager` hold a connection to persist in-memory db
github.com/ivanceras/r2d2-sqlite - bace2bbeafc6a574e57eef51feecaa9efa1407f4 authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - bace2bbeafc6a574e57eef51feecaa9efa1407f4 authored over 2 years ago
Undo unintended change
github.com/ivanceras/r2d2-sqlite - 937cb987484a60a93c72783b91627cff1417816a authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - 937cb987484a60a93c72783b91627cff1417816a authored over 2 years ago
Add test for in-memory db persistence
github.com/ivanceras/r2d2-sqlite - 410cba14282219b94f493ed24ca208b7b11081c4 authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - 410cba14282219b94f493ed24ca208b7b11081c4 authored over 2 years ago
Specify test pool size
github.com/ivanceras/r2d2-sqlite - 982fc1a6ef16302be6538bd92ecc2fc41c01d0a5 authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - 982fc1a6ef16302be6538bd92ecc2fc41c01d0a5 authored over 2 years ago
Make tests pass
github.com/ivanceras/r2d2-sqlite - 068ebf4d1c840eea3f24f42b5f1223bac619f56a authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - 068ebf4d1c840eea3f24f42b5f1223bac619f56a authored over 2 years ago
Add uuid crate dependency
github.com/ivanceras/r2d2-sqlite - a2ac98ad051cec9b9ef3a45469ad4a0afe5627c3 authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - a2ac98ad051cec9b9ef3a45469ad4a0afe5627c3 authored over 2 years ago
Add tests
github.com/ivanceras/r2d2-sqlite - 0c59aa339ffe7e04cb87f5747a2e340daf59e883 authored over 2 years ago
github.com/ivanceras/r2d2-sqlite - 0c59aa339ffe7e04cb87f5747a2e340daf59e883 authored over 2 years ago
increase the timeout limit
github.com/ivanceras/near-counter - cca535a89ee1deb450edbf59031f452b51b8b9f6 authored almost 3 years ago
github.com/ivanceras/near-counter - cca535a89ee1deb450edbf59031f452b51b8b9f6 authored almost 3 years ago
commit the neardev/dev-account
github.com/ivanceras/near-counter - 885b1063b61ece7de94f23eb842340b6d60846b5 authored almost 3 years ago
github.com/ivanceras/near-counter - 885b1063b61ece7de94f23eb842340b6d60846b5 authored almost 3 years ago
simplify the textbuffer, removing pages, line, range, cell
github.com/ivanceras/ultron - 1a27f0e04d57a20ef8292d9cf075bb791298312b authored almost 3 years ago
github.com/ivanceras/ultron - 1a27f0e04d57a20ef8292d9cf075bb791298312b authored almost 3 years ago
feat: add Dockerfile for reproducibility
github.com/ivanceras/hackernews-sauron - 7c34911b6952e261ebc6cbb6144a92a65e241754 authored almost 3 years ago
github.com/ivanceras/hackernews-sauron - 7c34911b6952e261ebc6cbb6144a92a65e241754 authored almost 3 years ago
docs: improve README
github.com/ivanceras/near-counter - 4baf93b2296335a6cc104665282b6d1e7706df0e authored almost 3 years ago
github.com/ivanceras/near-counter - 4baf93b2296335a6cc104665282b6d1e7706df0e authored almost 3 years ago
improve build scripts
github.com/ivanceras/hackernews-sauron - 31bc9f50460505e3545cefa5e3cdf62fb26744bb authored almost 3 years ago
github.com/ivanceras/hackernews-sauron - 31bc9f50460505e3545cefa5e3cdf62fb26744bb authored almost 3 years ago
fix: don't remove the src/pkg folder, as it is handled in the clean script, this also force the parcel src/index.html server to reload with error
github.com/ivanceras/near-counter - 0b072ee19ceda8c2bf5c699a9d107fd8fcbb1b68 authored almost 3 years ago
github.com/ivanceras/near-counter - 0b072ee19ceda8c2bf5c699a9d107fd8fcbb1b68 authored almost 3 years ago
use the original files and then add the client code
github.com/ivanceras/near-counter - 60f495a3aa93f2ef5b13f32c6c2d53b6e38078c9 authored almost 3 years ago
github.com/ivanceras/near-counter - 60f495a3aa93f2ef5b13f32c6c2d53b6e38078c9 authored almost 3 years ago
use the old name rust_counter_tutorial
github.com/ivanceras/near-counter - ddbf2eb23cd7d6b9d73dd8e91bb8fb91f98fbca7 authored almost 3 years ago
github.com/ivanceras/near-counter - ddbf2eb23cd7d6b9d73dd8e91bb8fb91f98fbca7 authored almost 3 years ago
add the test shim
github.com/ivanceras/near-counter - 1b1ea189b1e0a5ce3346efcb3f66c3e877c96212 authored almost 3 years ago
github.com/ivanceras/near-counter - 1b1ea189b1e0a5ce3346efcb3f66c3e877c96212 authored almost 3 years ago
docs: add README
github.com/ivanceras/near-counter - 9a2acf27b7335c0356bfa0c717e77c0f6c51631c authored almost 3 years ago
github.com/ivanceras/near-counter - 9a2acf27b7335c0356bfa0c717e77c0f6c51631c authored almost 3 years ago
feat: used the rust version for the client
github.com/ivanceras/near-counter - 333185a53f794fda5fb846ef3d522bcbea7a4385 authored almost 3 years ago
github.com/ivanceras/near-counter - 333185a53f794fda5fb846ef3d522bcbea7a4385 authored almost 3 years ago
doc: add doc-comments
github.com/ivanceras/near-counter - 61dabc5c7a6e3bd3d3b4e92fc8ff0666f1f43166 authored almost 3 years ago
github.com/ivanceras/near-counter - 61dabc5c7a6e3bd3d3b4e92fc8ff0666f1f43166 authored almost 3 years ago
feat: disable the increment and decrement button when loading the new count
github.com/ivanceras/near-counter - 02f4fc7261d41710ea8e115f868b307a6c78ef99 authored almost 3 years ago
github.com/ivanceras/near-counter - 02f4fc7261d41710ea8e115f868b307a6c78ef99 authored almost 3 years ago
remove unused code
github.com/ivanceras/near-counter - 8afdfd90274d7c8accf85102c966efc1dbad6c74 authored almost 3 years ago
github.com/ivanceras/near-counter - 8afdfd90274d7c8accf85102c966efc1dbad6c74 authored almost 3 years ago
feat: add a dedicated flag for loading status
github.com/ivanceras/near-counter - e8fadc9a5337d14248b578e9e4b3f8701e50c612 authored almost 3 years ago
github.com/ivanceras/near-counter - e8fadc9a5337d14248b578e9e4b3f8701e50c612 authored almost 3 years ago
remove misplaced code
github.com/ivanceras/near-counter - 22d02d802ecdda7b2f6231a5d0026fcf49c3e2a3 authored almost 3 years ago
github.com/ivanceras/near-counter - 22d02d802ecdda7b2f6231a5d0026fcf49c3e2a3 authored almost 3 years ago
feat: put the functionality for sign-in, sign-out, toggle left eye, toggle right eye, toggle light indicator
github.com/ivanceras/near-counter - 543dfc92b47f8644c2f94a1cc15ec526513e71e0 authored almost 3 years ago
github.com/ivanceras/near-counter - 543dfc92b47f8644c2f94a1cc15ec526513e71e0 authored almost 3 years ago
use snake_case for the contract functions
github.com/ivanceras/near-counter - 68b79f3fb72a75e5c9cdfaf25a5a18ca656d1de2 authored almost 3 years ago
github.com/ivanceras/near-counter - 68b79f3fb72a75e5c9cdfaf25a5a18ca656d1de2 authored almost 3 years ago
include the build in the yarn start
github.com/ivanceras/near-counter - bdb9254b2386e6fa627ec9351c97157be6043944 authored almost 3 years ago
github.com/ivanceras/near-counter - bdb9254b2386e6fa627ec9351c97157be6043944 authored almost 3 years ago
feat: add functionality to the reset button
github.com/ivanceras/near-counter - 33c91afa352d57c180806b77bc45678b4d678d11 authored almost 3 years ago
github.com/ivanceras/near-counter - 33c91afa352d57c180806b77bc45678b4d678d11 authored almost 3 years ago
initial commit
github.com/ivanceras/near-counter - 8c47072015bca3249124e742484cda92c83edd9a authored almost 3 years ago
github.com/ivanceras/near-counter - 8c47072015bca3249124e742484cda92c83edd9a authored almost 3 years ago
retrigger gh-pages deployment
github.com/ivanceras/ivanceras.github.io - 0b93bbdda0526809c5edba40fd13c6a3d2479532 authored almost 3 years ago
github.com/ivanceras/ivanceras.github.io - 0b93bbdda0526809c5edba40fd13c6a3d2479532 authored almost 3 years ago
update content
github.com/ivanceras/ivanceras.github.io - 8cf2c781d696b4830ff9b82c30f84fb50e0cba39 authored almost 3 years ago
github.com/ivanceras/ivanceras.github.io - 8cf2c781d696b4830ff9b82c30f84fb50e0cba39 authored almost 3 years ago
feat: display a button in the demo
github.com/ivanceras/sfui - c3f6caf6dfcf190a508e213d2ac629d9a55720e8 authored almost 3 years ago
github.com/ivanceras/sfui - c3f6caf6dfcf190a508e213d2ac629d9a55720e8 authored almost 3 years ago
initial commit
github.com/ivanceras/sfui - c7095625ca8a76d0273e60d47d4641d330f214d5 authored almost 3 years ago
github.com/ivanceras/sfui - c7095625ca8a76d0273e60d47d4641d330f214d5 authored almost 3 years ago
feat: add method to cast value to i32
github.com/ivanceras/jss - ea7b9f5db3d8bf392f503ed1115dbcf02bd42498 authored almost 3 years ago
github.com/ivanceras/jss - ea7b9f5db3d8bf392f503ed1115dbcf02bd42498 authored almost 3 years ago
prepare for 0.19.3 release
github.com/ivanceras/mt-dom - 052e10dad209e74dec1c514ee7ccde9548a0f441 authored almost 3 years ago
github.com/ivanceras/mt-dom - 052e10dad209e74dec1c514ee7ccde9548a0f441 authored almost 3 years ago
docs: corrected the documentation for the matching keys and added explanation
github.com/ivanceras/mt-dom - 702d7394b75d767e8a3cd450cceaa396e6abc72f authored almost 3 years ago
github.com/ivanceras/mt-dom - 702d7394b75d767e8a3cd450cceaa396e6abc72f authored almost 3 years ago
add pluck method in TreePath
github.com/ivanceras/mt-dom - 827f19733c6f63ae3826c6d6416a39e96438ed7d authored almost 3 years ago
github.com/ivanceras/mt-dom - 827f19733c6f63ae3826c6d6416a39e96438ed7d authored almost 3 years ago
cd to the script directory first
github.com/ivanceras/hackernews-sauron - 7cfc34b87fec3162b0e488115eec7c684bb438ac authored almost 3 years ago
github.com/ivanceras/hackernews-sauron - 7cfc34b87fec3162b0e488115eec7c684bb438ac authored almost 3 years ago