Paul Campbell kemitix · he/him
  • Joined on 2023-01-21
kemitix deleted branch renovate/file-format-0.x from kemitix/forgejo-todo-checker 2024-11-09 22:36:08 +00:00
kemitix pushed to main at kemitix/forgejo-todo-checker 2024-11-09 22:36:08 +00:00
b4af6b576d fix(deps): update rust crate file-format to 0.26
kemitix merged pull request kemitix/forgejo-todo-checker#17 2024-11-09 22:36:07 +00:00
fix(deps): update rust crate file-format to 0.26
kemitix pushed to main at kemitix/kxio 2024-11-09 19:40:15 +00:00
a0262a4d05 feat(fs): kxio::fs::new(...) now accepts impl Into<PathBuf>
kemitix pushed to next at kemitix/kxio 2024-11-09 19:36:20 +00:00
a0262a4d05 feat(fs): kxio::fs::new(...) now accepts impl Into<PathBuf>
kemitix pushed to dev at kemitix/kxio 2024-11-09 19:36:11 +00:00
a0262a4d05 feat(fs): kxio::fs::new(...) now accepts impl Into<PathBuf>
kemitix pushed to main at kemitix/kxio 2024-11-09 19:26:16 +00:00
4f990f907c docs(examples): add annotations to the get example
kemitix pushed to next at kemitix/kxio 2024-11-09 19:21:51 +00:00
4f990f907c docs(examples): add annotations to the get example
kemitix pushed to dev at kemitix/kxio 2024-11-09 19:21:06 +00:00
4f990f907c docs(examples): add annotations to the get example
kemitix pushed to next at kemitix/kxio 2024-11-09 18:38:45 +00:00
50b7b0e69e docs(examples): add annotations to the get example
kemitix pushed to main at kemitix/kxio 2024-11-09 18:38:42 +00:00
9c0cf07bcc docs(readme): write a proper readme
kemitix pushed to next at kemitix/kxio 2024-11-09 18:35:57 +00:00
9c0cf07bcc docs(readme): write a proper readme
kemitix pushed to main at kemitix/kxio 2024-11-09 18:35:57 +00:00
d5340bec78 build: add cargo mutants to local dev test build step
kemitix pushed to next at kemitix/kxio 2024-11-09 18:33:32 +00:00
d5340bec78 build: add cargo mutants to local dev test build step
kemitix pushed to main at kemitix/kxio 2024-11-09 18:33:31 +00:00
4594a792e0 fix: use Default to create reqwest client
kemitix pushed to next at kemitix/kxio 2024-11-09 18:28:55 +00:00
4594a792e0 fix: use Default to create reqwest client
kemitix pushed to dev at kemitix/kxio 2024-11-09 18:28:46 +00:00
50b7b0e69e docs(examples): add annotations to the get example
9c0cf07bcc docs(readme): write a proper readme
d5340bec78 build: add cargo mutants to local dev test build step
4594a792e0 fix: use Default to create reqwest client
Compare 4 commits »
kemitix pushed to main at kemitix/kxio 2024-11-09 15:53:41 +00:00
02adc7dcd2 docs(example): get and save
kemitix pushed to next at kemitix/kxio 2024-11-09 15:49:35 +00:00
02adc7dcd2 docs(example): get and save
kemitix pushed to main at kemitix/kxio 2024-11-09 15:49:33 +00:00
ac3527ce90 feat: Net and MockNet wrappers for InnerNet<Mocker> and InnerNet<Unmocked>