Ecosyste.ms: OpenCollective

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

Arsenal

A high-performance Blender game engine written in Rust.
Collective - Host: opensource - https://opencollective.com/arsenal - Website: https://katharostech.com - Code: https://github.com/katharostech

Add More Documentation For Existing Comands

github.com/katharostech/lucky - d673e4f21a001196f021b2cb405c016e2aa5fd13 authored almost 184 years ago
Add Extra Keybindings For Pager

You can now press Backspace to go a page up and Spacebar to go a page
down.

github.com/katharostech/lucky - 2d01a48eca3b52c135dbbb85557654f17f1ae274 authored almost 184 years ago
Add a .gitignore File to the Charm Template

github.com/katharostech/lucky - 6fcfde95ea9aa80c323e153f8ad8d79645bbf5d2 authored almost 184 years ago
Add Relation and Storage Hooks in `charm build`

github.com/katharostech/lucky - 3c48d37955f917fadf80d1a0f4f3aeb935470288 authored almost 184 years ago
Rename man-> bighelp

github.com/katharostech/lucky - c1cbef73e755f4815c07325af45d53c25384db38 authored almost 184 years ago
Fix not handling `debug_assertions` due to Cargo bug. (#5)

github.com/katharostech/cfg_aliases - d6f88fe31a8a59b3f6368b060742450d6ff24e2b authored about 1 year ago
Fix triggering `str_to_string` lint (#4)

* play nice with str_to_string lint
* add test against clippy lint

github.com/katharostech/cfg_aliases - a1d8b5fb8b4e8999ea4f77e073e6748aee984310 authored about 1 year ago
chore: bump crate version.

github.com/katharostech/cfg_aliases - 70f85a1c488eb9f12d57e759a32ed5507c2f3f45 authored about 1 year ago
docs: add no-longer-developed note to README.

github.com/katharostech/bevy_retrograde - 7dc1df612ea10a46012630adb6f99fe21eb83cb0 authored over 1 year ago
migrate to edition 2021

github.com/katharostech/bevy_retrograde - b189ff4bbf9379fedc98f35fddbf2f17211a4307 authored over 1 year ago
docs(README): add config example.

github.com/katharostech/make-notices - 9c53e391e570a6b7bcf2daae18613b2720d18fcc authored over 1 year ago
feat: update README.

github.com/katharostech/make-notices - a8396a10ab962a90711f41c9a48d35b2a214de88 authored over 1 year ago
feat: sort deps and configure export.

github.com/katharostech/make-notices - cd6c47e955e4640af9ced9e276d10938326c96f8 authored over 1 year ago
style: saturate links more.

github.com/katharostech/make-notices - a0529e9bc86a0ac15950324c1742e72b77016625 authored over 1 year ago
feat: implement cargo collector.

github.com/katharostech/make-notices - 779d26dff5fb4f5ba23f8bfba0811edfefea235f authored over 1 year ago
docs: update wording in README regarding "Open Source".

github.com/katharostech/katharos-license - 1ac263de0d7d3e4d06055d9a274765f95fb616e3 authored over 1 year ago
bump gifski version

github.com/katharostech/cast2gif - 73731612440e10f63cf634c5c506160e9509ab30 authored over 1 year ago
- weedfs version 3.43

- push to private registry
- fixed reference to LizardFS replication_goal setting
- updated ipo.m...

github.com/katharostech/docker-plugin_seaweedfs - cd31e6d08591e168ae259daf9b0e6f1f5b4f6c17 authored almost 2 years ago
default host set to 'filer'

github.com/katharostech/docker-plugin_seaweedfs - fb624481819998223bb2043171caaea1e29a4a7f authored almost 2 years ago
Initial Commit

github.com/katharostech/ona-rs - 927e195b397c2039e38895c39dc7db658be90baf authored almost 2 years ago
fix(readme): update code sample to latest version.

github.com/katharostech/icra-2023-robot-wrestling-rust-template - 17dd03c2bd8425aed943086e9a9cb939a26452b2 authored almost 2 years ago
Merge pull request #6 from katharostech/added-info-about-dockerfile

Added documentation about the modification of the Dockerfile

github.com/katharostech/icra-2023-robot-wrestling-rust-template - 6111a78a89e662200641af3a32c7a5e1332a2b39 authored almost 2 years ago
fix: lock webots-rust git revision.

This fixes the issue where the Docker container builds without the
workspace's Cargo.lock.

github.com/katharostech/icra-2023-robot-wrestling-rust-template - 7ea689e8b82b0e872b4cbe6641aa2ee540d7f1c4 authored almost 2 years ago
feat: update webots-rust library and make logic time-step agnostic.

github.com/katharostech/icra-2023-robot-wrestling-rust-template - 8b01022bbea4048225247965c7739a3ea44d7333 authored almost 2 years ago
fix: fix example compiler errors.

github.com/katharostech/webots-rust - 6becd69d86b3468d4f2311b5b6474b4dc5f57b2d authored almost 2 years ago
refactor!: move time arguments into a `StepTime` struct.

github.com/katharostech/webots-rust - 6bce1951dfcbe85a5819355aab2e9cde6fb69549 authored almost 2 years ago
refactor!: rename `run` to `run_robot` to differentiate from supervisors in the future.

github.com/katharostech/webots-rust - e7166acdc492e2ef9feb4b2346ea627bac7148aa authored almost 2 years ago
feat!: add time and delta time parameters to the `step` function.

github.com/katharostech/webots-rust - eaecd7f9f1c181250d97c7954138d2396a05cac5 authored almost 2 years ago
feat: add way to get the bot's URDF XML string.

github.com/katharostech/webots-rust - a5d96c30e6dfb246036b6e5ed565b059ec81d38a authored almost 2 years ago
refactor: use default time step and account for it with loop counter.

github.com/katharostech/icra-2023-robot-wrestling-rust-template - a1dd4d95debc93113af47c9798e4a05cb52d9c2b authored almost 2 years ago
feat!: set the default `Robot` timestep to `wb_robot_get_basic_time_step()`.

github.com/katharostech/webots-rust - 3d86e547215fea0cf4b684edbfa3ac7ffae1567c authored almost 2 years ago
fix: call `wb_robot_step` before running robot code.

This may not be an actual bug, but it appears in the webot examples
that the function should be...

github.com/katharostech/webots-rust - b414c641ca187e4627ea2e1d1aac8b21f8c79589 authored almost 2 years ago
feat: update referee with latest version from main repository.

github.com/katharostech/icra-2023-robot-wrestling-rust-template - 6f204b931a608407aff02048073a09182607e71d authored almost 2 years ago
docs(readme): add NAO example.

github.com/katharostech/webots-rust - 87867d4dcd29352a58961d6160799e40bbba47e3 authored almost 2 years ago
refactor!: re-organize project and update README and license.

github.com/katharostech/webots-rust - a362527f173d9d513987c65f713e8de715182dc3 authored almost 2 years ago
feat!: move robot initialization to `Robot` trait.

Now there is no need to remember to call the `webots::init()` function,
the step is now automati...

github.com/katharostech/webots-rust - 056cca52584e7ebc56cb6304397d959e5eabfa16 authored almost 2 years ago
feat: add default `Robot::timesstep` implementation.

github.com/katharostech/webots-rust - 78c761008af63ed4631fab776c686e57dca056bc authored almost 2 years ago
feat!: create initial ergonomic Rust bindings.

github.com/katharostech/webots-rust - f769d1501b51e2ffdae0484cabb65820af71ad60 authored almost 2 years ago
refactor!: only generate bindings for `wb` functions.

Filter out a lot of unnecessary bindings by only including
functions starting with `wb`.

github.com/katharostech/webots-rust - 38349f6c5b614dcea7692c33aa231e31cf8b4796 authored almost 2 years ago
style: allow approximate constant clippy values.

github.com/katharostech/webots-rust - 6a1146a94258e614e1d0582898c83eb532649c70 authored almost 2 years ago
feat: update my_first_simulation to latest Webots version.

github.com/katharostech/webots-rust - cb8df5c90a7afa7c61689b80500f9eae572bbb7d authored almost 2 years ago
style: allow extra clippy warnings for generated bindings.

github.com/katharostech/webots-rust - 670ad92dfc2c909b16ef4d12ccecc2570e4839f5 authored almost 2 years ago
fix: make sure controller folder exists before copying file.

github.com/katharostech/webots-rust - e05d955534c564c26a24002b4d968690c4606fbe authored almost 2 years ago
deps: update bindgen.

github.com/katharostech/webots-rust - 841b5f9828504a91752a789b6c4b958f0e868384 authored almost 2 years ago
fix: if set, read the WEBOTS_PATH env var before checking OS paths.

github.com/katharostech/webots-rust - 3e074420a8280578477eebded3d206d95ba75e9f authored almost 2 years ago
refactor!: exclude math types from generated bindings.

These types had generated u128s in extern functions,
and that doesn't have a stable FFI represen...

github.com/katharostech/webots-rust - 26512acfe731245789269e3c312d9c5f30dbb563 authored almost 2 years ago
docs: add readme.

github.com/katharostech/temporaria - 1160f1ef01a64bb28007d3997664b60b619b21ae authored almost 2 years ago
Merge pull request #3 from katharostech/dependabot/npm_and_yarn/minimatch-3.1.2

Bump minimatch from 3.0.4 to 3.1.2

github.com/katharostech/docker-plugin_local-dir - 3e7c0c176762e9d6fb528afa6bf1d976867940b1 authored about 2 years ago
Bump minimatch from 3.0.4 to 3.1.2

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](ht...

github.com/katharostech/docker-plugin_local-dir - 860896cfc5babbdb3e81fdb7c1ed1fa9a8d40fcf authored about 2 years ago
Use An Actual Repo Name For Docker Image

github.com/katharostech/simple-tls-proxy - 205200b9a11b3c1149d133227b2d6ffc8616f6c5 authored over 2 years ago
Checkout Code Before Running Docker Build

github.com/katharostech/simple-tls-proxy - cfdc685af2f596a3fe14d898519a6d07a115ae2b authored over 2 years ago
Add Initial Dockerfile

github.com/katharostech/simple-tls-proxy - 720d1c53e30a26ea8be01c9cd257cad30758c94c authored over 2 years ago
Use Alternative Docker Build Action

github.com/katharostech/simple-tls-proxy - 42b80749216d0b6a3c64d7c511e2e5c7d5e964ca authored over 2 years ago
Add Docker Build to GitHub Actions

github.com/katharostech/simple-tls-proxy - d07bf8e2c64e1215f797a52d5cdc12decdda4471 authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 6db4983faf2803807971421c5083808d0df636a8 authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 089682827888eb650406bbaded8f18676e8b63f7 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - aaf8a2607c9229af53c30568d704094345d0a235 authored over 2 years ago
🟩 KatharosTech.com is up (200 in 272 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 460944859f9b410685eaf51bc615696c3f01dcc7 authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 8dbfeafd7a33be0ddbc5ad35582eba8a51187c8c authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - a7ee7e645d0a48878c2fc5e888aed2830c1c1fe1 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - 891a0d8205965a2089c82c8fc1d0d4942760938f authored over 2 years ago
🟩 KatharosTech.com is up (200 in 216 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - d9a2d5a85723fa9d9e622b54b10088c65ade749b authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 3934bbeef6a95b6b1ded58bc1cb5871650dec6c9 authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 92fadcafdc8a21f4ef0a6e04b4615ae4c658d433 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - ccba7bf7e774a3397cc2bbb19336d939e9d8bd73 authored over 2 years ago
🟩 KatharosTech.com is up (200 in 164 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 277c52bb9b9e2c637abb0b41ad803e3674b7ac26 authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 05c76d08fe0d1a97fa4013ca05f6a92d7d54f8cb authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - be42f97ff9dad1c20b2e63b6cad6404ed0ae5c68 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - 9ffa7340b3dfbd7d1b7681ef077e970b683d78df authored over 2 years ago
🟩 KatharosTech.com is up (200 in 135 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 90255ed3efe57033ceb928aeb5ce9157d0a04fd4 authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - f051ca28cdb2be7a2f11693fc93578a2e1f337eb authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 5e4ac12d322d8ce951e0be2aaa4984e720681163 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - 4ee48ba9a61d792a9b8ff7824ced4c5dac36f1be authored over 2 years ago
🟩 KatharosTech.com is up (200 in 244 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 6086806dfc70166fbb5c9c7698fd58b6d1126fe7 authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 239a341104cecf378457d456430fcc4a5cb8bed5 authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - b4f301f399651c132cfd9b0ad157e9b1e86ec8b7 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - 08c6f05cb17114fa993e1170c288267a13a09b61 authored over 2 years ago
🟩 KatharosTech.com is up (200 in 264 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - d3aed002149fa64ee03e7804657f3c4d291dc2f9 authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 741e66fcab60d400ab5d146329a0b87a7ca69484 authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 0fd442f89f8b4835c523042d877b95aabf1ee450 authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - fc51b28bee8a40a09645cade4e37bec565fa6cac authored over 2 years ago
🟩 KatharosTech.com is up (200 in 64 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - f5198f07ed32231053d000256bb55e9b85da02b6 authored over 2 years ago
:card_file_box: Update status summary [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 555296975a0b3aa07adc1bb71d6a04e4307a80f0 authored over 2 years ago
:pencil: Update summary in README [skip ci] [upptime]

github.com/katharostech/uptime-monitor - 5e11cc51187fdf8f45be7ae71360bcd2365a417d authored over 2 years ago
:bento: Update graphs [skip ci]

github.com/katharostech/uptime-monitor - a2f8cf967e96f7aa56e32a53a69bc282eb98f616 authored over 2 years ago
🟩 KatharosTech.com is up (200 in 216 ms) [skip ci] [upptime]

github.com/katharostech/uptime-monitor - b5fa71466b11271d10e18dd21713cbc1a366131b authored over 2 years ago