Your push notifications handled at scale.
A terminal application for Pocket
A python wrapper around GetPocket API V3.
A web crawler / scraper engine written in Golang
My Emacs Configs
A simple app to extract youtube videos from a channel or playlist and pass it through a list of pipelines for processing
My personal dotfiles
A Substrate FRAME pallet that defines and implements a non-fungible token (NFT) interface.
A keyboard-driven, vim-like browser based on PyQt5.
C applications created for practice
issue commentbrotzeit/rustic
LSP :: Error from the Language Server: content modified (Unknown error)
I need the logs as described in the lsp-mode issue template.
comment created time in 5 hours
issue commentbrotzeit/rustic
LSP :: Error from the Language Server: content modified (Unknown error)
@yyoncho any idea ?
comment created time in 5 hours
push eventparitytech/smoldot
commit sha aa7b588c51ae15ab0ba04da4ba3b90780f3d4ef1
Show warning if state_getMetadata returns error (#977)
commit sha c42f4d60f1dc3ddd6c08b9caebe03394ad92348f
Better error when WebSocket connection closes (#976) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 88ba346e3933e4ef4576da56dde694807cb61909
Fix many clippy warnings (#978) * Fix many clippy warnings * More clippy warning fixes * Rustfmt Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 7d8dc4cab6d8aebda02dcc2871989fd58db9a93e
Update README and fix "specifications" -> "specification" (#979)
commit sha 5613c6c99e26785ed6396a7a79d6d1415777543c
Bump libsecp256k1 from 0.3.5 to 0.5.0 Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1) from 0.3.5 to 0.5.0. - [Release notes](https://github.com/paritytech/libsecp256k1/releases) - [Changelog](https://github.com/paritytech/libsecp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/libsecp256k1/commits) Signed-off-by: dependabot[bot] <[email protected]>
push time in 7 hours
push eventparitytech/smoldot
commit sha aa7b588c51ae15ab0ba04da4ba3b90780f3d4ef1
Show warning if state_getMetadata returns error (#977)
commit sha c42f4d60f1dc3ddd6c08b9caebe03394ad92348f
Better error when WebSocket connection closes (#976) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 88ba346e3933e4ef4576da56dde694807cb61909
Fix many clippy warnings (#978) * Fix many clippy warnings * More clippy warning fixes * Rustfmt Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 7d8dc4cab6d8aebda02dcc2871989fd58db9a93e
Update README and fix "specifications" -> "specification" (#979)
commit sha 2da3152a9cf25be7a13339cbdffe07f9a9337404
Bump multihash from 0.11.4 to 0.14.0 Bumps [multihash](https://github.com/multiformats/rust-multihash) from 0.11.4 to 0.14.0. - [Release notes](https://github.com/multiformats/rust-multihash/releases) - [Commits](https://github.com/multiformats/rust-multihash/compare/v0.11.4...v0.14.0) --- updated-dependencies: - dependency-name: multihash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 7 hours
push eventparitytech/smoldot
commit sha c61e7370a2676ee6b63361882964c6dba71cfb44
Deploy to GitHub pages
push time in 10 hours
push eventparitytech/smoldot
commit sha 7d8dc4cab6d8aebda02dcc2871989fd58db9a93e
Update README and fix "specifications" -> "specification" (#979)
push time in 10 hours
push eventparitytech/smoldot
commit sha 4cd3b368e0a6011ef90eea3a3b67c5356c093285
Deploy to GitHub pages
push time in 12 hours
PR merged paritytech/smoldot
pr closed time in 12 hours
push eventparitytech/smoldot
commit sha 88ba346e3933e4ef4576da56dde694807cb61909
Fix many clippy warnings (#978) * Fix many clippy warnings * More clippy warning fixes * Rustfmt Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
push time in 12 hours
push eventparitytech/smoldot
commit sha 3e62c797a6a281222466220614b3e232ac6b6437
Deploy to GitHub pages
push time in 12 hours
push eventparitytech/smoldot
commit sha c42f4d60f1dc3ddd6c08b9caebe03394ad92348f
Better error when WebSocket connection closes (#976) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
push time in 12 hours
PR opened paritytech/smoldot
pr created time in 14 hours
push eventparitytech/smoldot
commit sha cdeeaefa57837149393b9de217642bbd03593c8f
Deploy to GitHub pages
push time in 14 hours
push eventparitytech/smoldot
commit sha aa7b588c51ae15ab0ba04da4ba3b90780f3d4ef1
Show warning if state_getMetadata returns error (#977)
push time in 14 hours
PR merged paritytech/smoldot
This warning is maybe questionable in the absolute, but it is right now a major pain point when state_getMetadata returns an error.
pr closed time in 14 hours
PR opened paritytech/smoldot
This warning is maybe questionable in the absolute, but it is right now a major pain point when state_getMetadata returns an error.
pr created time in 15 hours
issue commentemacs-dashboard/emacs-dashboard
Something strange with my org mode
How did you solve this @smartepsh ?
I am facing a similar error too, when I use the (dashboard-setup-startup-hook), org mode is not working and I need to activate it myself.
When I use find-file, org mode activates by default.
comment created time in 15 hours
PR opened qutebrowser/qutebrowser
Opening this to make the progress visible and allow discussion while I work on it. I also left some comments in the code in case you want to give me some thoughts.
Closes #6039
pr created time in a day
startedaws/amazon-ecs-agent
started time in a day
push eventparitytech/smoldot
commit sha 73811d7609a60773dd1b2771ceac2491eef8ef0a
Properly implement transactions service (#845) * Properly implement transactions service * Implement SyncService::subscribe_all (#853) * Implement SyncService::subscribe_all * Rustfmt * Add TODO * WIP * WIP * Documentation * Doc * WIP * Fix bad merge * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP, remove using pool from light_pool * WIP * Default to `debug` build profile for wasm node (#942) * Add debugging info to trie proof verifications (#943) * WIP * WIP * WIP * WIP * Typo * WIP * WIP * WIP * WIP * WIP * WIP * Publish v0.2.8 (#958) * Fix debug assertions in fork_tree (#959) * WIP * Ok, transactions are validating now * WIP * WIP * WIP * WIP * WIP * Properly reset `is_prune_target_ancestor` (#964) * WIP * Allow passing --debug or --release to prepare.js (#965) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Remove TODO in validate.rs about initialize_block (#966) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Fix parameters to Core_initialize_block again (#967) * WIP * WIP * WIP * Alright, it's working * Fix docs * WIP * WIP * WIP * WIP * WIP * Add TODOs Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha bfed108138ee89e2ef721f4baa1e677a66177388
Publish v0.2.9 (#968) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 3bdd9d93e3be0ef06803b7f3d68f9ea96ccb40e4
Fix two warnings when interrupt runtime call with call proof (#969)
commit sha ccbf35648df0dadc171d0d7da90cff8ded42b167
Shorten usage of the either crate (#970)
commit sha a992be67dccd02763aea7264e354d34e96d1bcc1
Avoid using parity-scale-codec when decoding headers (#972) * Clean-ups in header decoding code * Finish changes
commit sha b3d71d7d6b6e86bb54e0ed0cc39ca331682b1066
Fix corner case with validation made against obsolete block (#973)
commit sha a3b8907b2bbcd187fe70238a6a8f9ef94989b676
More precise error types in runtime_service.rs (#975) * More precise error types in runtime_service.rs * Add comments
commit sha 788c526f9b3683056ed2358d13e1c9ab36872daa
Bump libsecp256k1 from 0.3.5 to 0.5.0 Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1) from 0.3.5 to 0.5.0. - [Release notes](https://github.com/paritytech/libsecp256k1/releases) - [Changelog](https://github.com/paritytech/libsecp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/libsecp256k1/commits) Signed-off-by: dependabot[bot] <[email protected]>
push time in a day
push eventparitytech/smoldot
commit sha 73811d7609a60773dd1b2771ceac2491eef8ef0a
Properly implement transactions service (#845) * Properly implement transactions service * Implement SyncService::subscribe_all (#853) * Implement SyncService::subscribe_all * Rustfmt * Add TODO * WIP * WIP * Documentation * Doc * WIP * Fix bad merge * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP, remove using pool from light_pool * WIP * Default to `debug` build profile for wasm node (#942) * Add debugging info to trie proof verifications (#943) * WIP * WIP * WIP * WIP * Typo * WIP * WIP * WIP * WIP * WIP * WIP * Publish v0.2.8 (#958) * Fix debug assertions in fork_tree (#959) * WIP * Ok, transactions are validating now * WIP * WIP * WIP * WIP * WIP * Properly reset `is_prune_target_ancestor` (#964) * WIP * Allow passing --debug or --release to prepare.js (#965) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Remove TODO in validate.rs about initialize_block (#966) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Fix parameters to Core_initialize_block again (#967) * WIP * WIP * WIP * Alright, it's working * Fix docs * WIP * WIP * WIP * WIP * WIP * Add TODOs Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha bfed108138ee89e2ef721f4baa1e677a66177388
Publish v0.2.9 (#968) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 3bdd9d93e3be0ef06803b7f3d68f9ea96ccb40e4
Fix two warnings when interrupt runtime call with call proof (#969)
commit sha ccbf35648df0dadc171d0d7da90cff8ded42b167
Shorten usage of the either crate (#970)
commit sha a992be67dccd02763aea7264e354d34e96d1bcc1
Avoid using parity-scale-codec when decoding headers (#972) * Clean-ups in header decoding code * Finish changes
commit sha b3d71d7d6b6e86bb54e0ed0cc39ca331682b1066
Fix corner case with validation made against obsolete block (#973)
commit sha a3b8907b2bbcd187fe70238a6a8f9ef94989b676
More precise error types in runtime_service.rs (#975) * More precise error types in runtime_service.rs * Add comments
commit sha b5d6f6d79c3d91a71b1e17b032393b7808f4f5fb
Bump multihash from 0.11.4 to 0.14.0 Bumps [multihash](https://github.com/multiformats/rust-multihash) from 0.11.4 to 0.14.0. - [Release notes](https://github.com/multiformats/rust-multihash/releases) - [Commits](https://github.com/multiformats/rust-multihash/compare/v0.11.4...v0.14.0) --- updated-dependencies: - dependency-name: multihash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
push time in a day
push eventparitytech/smoldot
commit sha 35c9e291fbfb509d36b3fa057c6c6cc78fbaefe8
Deploy to GitHub pages
push time in a day
push eventparitytech/smoldot
commit sha a3b8907b2bbcd187fe70238a6a8f9ef94989b676
More precise error types in runtime_service.rs (#975) * More precise error types in runtime_service.rs * Add comments
push time in a day
PR merged paritytech/smoldot
pr closed time in a day