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

Removed Unneeded Comment

github.com/katharostech/lucky - 729536e84f880ca6344223f5b777ca826712e539 authored about 5 years ago
Make Misc. CLI and Daemon Updates

- Adress a clippy lint
- Move the try_daemon_connect function up a module
- Capture stderr from ...

github.com/katharostech/lucky - 4b9eab8d38b8a14a75eba10a4f66977f29b16563 authored about 5 years ago
Run Daemon in Background By Default

github.com/katharostech/lucky - fd40d3a2c48c89fa268d43788dd8c08474805481 authored about 5 years ago
Increase Build Speed By Removing Debug Symbols

github.com/katharostech/lucky - d99ea610b5c4fcb29865f4d18b02b910ab003aba authored about 5 years ago
Readd missing condvar notification, bring test sleeps back down

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 71c5f9cf851971d89516dd87ffc5ed823abd969e authored about 5 years ago
Stop pushing without building...

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - abddd59fcd37efe016e7eb6cc95d1b5ef82ef618 authored about 5 years ago
Run cargo fmt

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 536176cd8ab31181bce3511bd4a83c9ecdd58042 authored about 5 years ago
Only overwrite result if it's an Ok.

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 9d0f452347797ef2a322d8ded98c95c742658ee9 authored about 5 years ago
Implement panic-catching when polling ActorFuture

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 13c06da7ee7c07b9b2605502ff6021e53be8bef0 authored about 5 years ago
Move thread tracking to custom ThreadPool

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - cf3191eb954f2329cf8410c2319e206d720a1ecc authored about 5 years ago
Add `ignore_error` Flag to `daemon stop`

- Run cargo fmt

github.com/katharostech/lucky - 7d8c279652d6c7a1e246a853ff8d0f1bfe8b67c1 authored about 5 years ago
Add Daemon Stop Command

- Rename the `rpc` module to `daemon`

github.com/katharostech/lucky - a7d5b907510d103089923c41bd17c06794125ca2 authored about 5 years ago
Implement Graceful Shutdown of Daemon Server

github.com/katharostech/lucky - 214dba09d95d26ba7655d164d4eeed3a3b56fb00 authored about 5 years ago
Add a --start-if-not-running Flat to trigger-hook

The `daemon trigger-hook` subcommand can now start the daemon
automatically if it is not already...

github.com/katharostech/lucky - 834145eada2e1fe8b0ccb4ba9301b8125f3aad86 authored about 5 years ago
Upgrade Varlink

The Varlink upgrade includes a fix that makes its error type compatible
with Anyhow.

github.com/katharostech/lucky - 8e64c34950a82ac56561c059cd22fb4ed0e75f74 authored about 5 years ago
Add Client Connection Args

github.com/katharostech/lucky - 6912bf8357530e842393dd59e4ff2af703c1471f authored about 5 years ago
Move Daemon Socket Args to Daemon Subcommand

github.com/katharostech/lucky - c948a1873e1db57cb40bd5d4b4eb76e2a14ab717 authored about 5 years ago
Update Hook Templates With New Command Name

Change `run-hook` to `trigger-hook`.

github.com/katharostech/lucky - d02a91f1553e0dadfaccc35810b3fa20f7dffd34 authored about 5 years ago
Parameterize The Daemon Socket Path

github.com/katharostech/lucky - 1297e474ae2634dd863b5e3a6bc5e922ca7ab9ff authored about 5 years ago
Rename `daemon run-hook` to `daemon trigger-hook`

github.com/katharostech/lucky - 51b15ec11b8dad3c65b55dfce639e33884120f1f authored about 5 years ago
Start Work on the Daemon/Client RPC

github.com/katharostech/lucky - c9573fef09676243a58f8b5c46feb41da4b6221b authored about 5 years ago
Fix ensure_runing to not hang on panic while shutting down

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 8a2c0e5e8ad350987b2dfead23311eda67ea019b authored about 5 years ago
Decrement thread count when recovering from panic

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - c13e614b80c4588ab5f8918656d3e5a6739f16f7 authored about 5 years ago
Cargo fmt run

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - ca32b580c9a597ec8c5bec9d6dd6b268c946c43b authored about 5 years ago
Actually use ThreadLease

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 866e6bbb0612e4fb505ab44c880a43992e990d1a authored about 5 years ago
Fix Reactor documentation

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 3c1a0e0bd4a8f687f16623f035712106c3a8f22f authored about 5 years ago
Small fixes and documentation touch up

Move FIXMEs and TODOs out of docs

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 8e0aee734da133d22038bce75db07b1504b1847e authored about 5 years ago
Break up AxiomError

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - ab4b83ce20f188a7465eadbd24d39318ec92955e authored about 5 years ago
Report stopped and panicked errors to ActorSystem

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - a01bd625a864b52e8170681eb1e29413ec030eca authored about 5 years ago
Use Aids instead of Uuids in Executor

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 358cb6792fc0ffbbc9d3d70147e3943a02622b19 authored about 5 years ago
Refactor AxiomResult into ActorResult

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 32dd71c8c66fbb4634cd69063940d6547c11cb0d authored about 5 years ago
Update to proper futures crate

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - ddff45377be8f5ecdab87a36cd48a9b52c9ba690 authored about 5 years ago
Merge `await_shutdown` functions

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 920178e5d34165aa1d3de1cee51f5447a0ad1601 authored about 5 years ago
Readd needed Mutex, implement panic-tolerance

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 65199bfd7e3ba7a40dfe3a72278e194c9892bb62 authored about 5 years ago
Remove a couple locks, add scopes to ensure guard drops.

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - bd747abe836d7dc1ef6b712dd0506e821672c5cd authored about 5 years ago
Fix `await_shutdown` too

github.com/katharostech/maxim - 6dc9fa241cdaa9e4ddd5879e7f86cd7fd971ae45 authored about 5 years ago
Fix timeout logic in `await_shutdown_with_timeout`

github.com/katharostech/maxim - d67b8e4eae7f870be5053e6a7cab6232d1f8daa6 authored about 5 years ago
Reword `client` Subcommand About Text

github.com/katharostech/lucky - 3cba937dc8e3c12d6169b31ff15ba8de3a338bcd authored about 5 years ago
Add LUCKY_CONTEXT Environment Variable

- Respect a new LUCKY_CONTEXT environment variable that sets the default
top-level subcommand to...

github.com/katharostech/lucky - 6ae6de5d38a1737a8d62788abfb4e98ac3447bce authored about 5 years ago
Add Boilerplate For `daemon` Subcommand

github.com/katharostech/lucky - 8cf60aa9b959d960c989e8f828639ad052201a11 authored about 5 years ago
Very Minor Formatting Change

github.com/katharostech/lucky - 3fdca0d8963deff6e03f874386c9107c11439706 authored about 5 years ago
Make Charm Build Dir Relative to Charm Dir

Now, by default, the charm build dir will be relative to the the charm
dir. If you specify the b...

github.com/katharostech/lucky - 1621a5a19dc9862b7f0869fc04af8c2363f936fa authored about 5 years ago
Verify Lucky.yaml File Before Building Charm

github.com/katharostech/lucky - 75a2409e4e20845870d2ae934618d75384f283e2 authored about 5 years ago
Implement Normal Juju Hooks in `charm build`

github.com/katharostech/lucky - 072d081493af1358471067c5f220fddba7333ed6 authored about 5 years ago
Create Install Hook and Lucky Bin in `charm build`

github.com/katharostech/lucky - 33c894831c0e162dd8e9a610baeb8008c6d20261 authored about 5 years ago
Cargo Format and Remove A Couple Unwraps

github.com/katharostech/lucky - 50916aca36e7f2194cc3b2f0f69a92e5cb4c29e7 authored about 5 years ago
Implement More for `charm build`

github.com/katharostech/lucky - 070b0eb099dc5b814ee3139621d55bd1e5067347 authored about 5 years ago
Add Extra Comments

github.com/katharostech/lucky - 002fcbb6c832d9ce7025950ee5a8b34f4bd388de authored about 5 years ago
Handle Panics By Giving an Extra Message

When the program panics during execution it will now include a message
telling the user that it ...

github.com/katharostech/lucky - 1291cdb310d8072e082a1ce31c7d17effe1d3e44 authored about 5 years ago
Start on `charm build` Implementation

Lots of extra related changes are included.

github.com/katharostech/lucky - 4865fc2df5272325c334c0742589dbc20ee47970 authored about 5 years ago
Add Skeleton For `charm build` Subcommand

github.com/katharostech/lucky - 7ec01884e6edbe182e6099ce59714cd6c6f79943 authored about 5 years ago
Fix Bug Where Doc Saved Locations Were Incorrect

github.com/katharostech/lucky - 54ed9a2b97396c2952202a641bc027deed78f628 authored about 5 years ago
Add Context For Most Possible Errors

github.com/katharostech/lucky - a0a8fa0993c4f72b40a210ecb77259d9ea131cb1 authored about 5 years ago
Fix a Clippy Lint Warning

github.com/katharostech/lucky - 9999193a84c0862a28c0c8cf655bd8a35bc0474d authored about 5 years ago
Update --doc Flag Help Text

github.com/katharostech/lucky - 1c04e7f8b94b9b016023b16502e5421ced044c52 authored about 5 years ago
Fix a Code Comment

github.com/katharostech/lucky - 934ce4ec4a0ca388b31bea3db5ce3c6a05ead377 authored about 5 years ago
Remove Old Commented Code and Tweak Comments

github.com/katharostech/lucky - 40bbb8b121870b31a039677ad11682fab4dc14e2 authored about 5 years ago
Use JSON Instead of YAML for Doc Config Storage

This removes a couple of dependencies because we already needed the JSON
parser.

github.com/katharostech/lucky - a6b9171bb60b620cf8bb85714e38414acc9ee826 authored about 5 years ago
Run Rustfmt and Make Several Minor Comment Tweaks

github.com/katharostech/lucky - e997c64120406efbe130946f8277e3bcbca8e51a authored about 5 years ago
Update Help Docs

- Add color to the USAGE header
- Add help doc for `charm create`

github.com/katharostech/lucky - f19a0be385f6ee62b0ba9cc3e8c0339d19d18662 authored about 5 years ago
Rework Extra Help as a --doc Arg

- Put CLI usage in doc pages

github.com/katharostech/lucky - 882bb7adfd64d9bfd764f53cd195ecd1a8d76e6f authored about 5 years ago
Record Scroll Positions for `doc` Subcommand

- Add extra key binding description to `lucky doc --help`

github.com/katharostech/lucky - bed77d37a9a8de04ff9542fd9dd63eb7b866164d authored about 5 years ago
Make Lots of Improvements To CLI

- Make sure `charm create` target directory doesn't exist already
- Improve `charm create` error...

github.com/katharostech/lucky - 4c34a2e9b6e3fea0a0b31d811c93fe02d297230f authored about 5 years ago
Change SubcommandRequiredElseHelp -> ArgRequiredElseHelp

This was causing problems with subcommands that didn't have subocmmands.

github.com/katharostech/lucky - 323a23563c99014ada6808e43a453a712f4fc4eb authored about 5 years ago
Do Some Tidying Up

- Add some comments
- Fix `charm create` subcommand not using default app

github.com/katharostech/lucky - 031aec82ae94b08eca5b5bf4aa6315cfb1d95a3e authored about 5 years ago
Refactor CLI and Help Pages

- Update to Clap 3.0.0 beta 1
- Show the help pages with a doc subcommand instead of a -H flag

github.com/katharostech/lucky - 9c5c236966ccf0bf6ef6fa270b91ba9b2d824b69 authored about 5 years ago
Remove Accidentally Commited File: test.txt

github.com/katharostech/lucky - 8e4f001bed0a1d8591f9b595f6f11a7e8d05b87a authored about 5 years ago
Catch Potential Errors While Writing Bighelp Page

github.com/katharostech/lucky - 99e5b1ae5686da7629ef7d3c6d541718979fef1f authored about 5 years ago
Use Anyhow For Error Handling

- Get rid of all of the `unwrap()`s

github.com/katharostech/lucky - 69522db928e58d70c4e6eb03e5ac72a7aa9e8bee authored about 5 years ago
Allow Exiting Help With Enter Key

github.com/katharostech/lucky - d1e31ddb733e06e7c6c96cb44d4e85fc1820c3fd authored about 5 years ago
Add an Incomplete Getting Started Section

github.com/katharostech/lucky - 5d7d58f1c1db08607cbeb79a80352e02a53d6edf authored about 5 years ago
Implement Bighelp Pager

github.com/katharostech/lucky - 934552454bdc8d026c4518f7a622aaeccf02a345 authored about 5 years ago
Fix condvar logic in DrainAwait

github.com/katharostech/maxim - cb2f667fdf45302d2f997421d89602278269ad30 authored about 5 years ago
Start Implementing a Man Pages System

github.com/katharostech/lucky - 116d5c05539c4ddc232b7e75b112e1979dac57fa authored about 5 years ago
Implement Full `charm create` Workflow

- Added prompts and commandline arguments for the parameters to the
charm template.

github.com/katharostech/lucky - e81fe2aac84ddefb2c675aa8bfc4d615562393d1 authored over 5 years ago
Implement Template Rendering For `charm create`

github.com/katharostech/lucky - 6592bda3b236f34e1c3fa3edfa5ae66862b8fe02 authored over 5 years ago
Add Extra Help Message to CLI

github.com/katharostech/lucky - 81329d49384beca571c64db63d8cc3da8b2c13ed authored over 5 years ago
Create Skeleton For the Lucky Charm Create Command

github.com/katharostech/lucky - 407d0b99ad17430cc9dab677ecbb42ba2123b895 authored over 5 years ago
Update Charm Template

github.com/katharostech/lucky - e10e34b8c571a631ebcd53d5d5bf7939f641536f authored over 5 years ago
Fix Typo in Overview Doc

github.com/katharostech/lucky - ef83c63afe2efd04a4e9389cc24357412d1a333b authored over 5 years ago
Update Development Section of the Overview

github.com/katharostech/lucky - e0163458203c7bedf8c139129ece7fa7ceda0d0f authored over 5 years ago
Get Charm Template to Extract From Binary

github.com/katharostech/lucky - 21c678137e9782b6a17c37353c2f3f63eac1acf6 authored over 5 years ago
Bundle Charm Template Into the Binary

github.com/katharostech/lucky - 22f1162e2bafd2bb0a6e4f47086b43f2eccc6f34 authored over 5 years ago
Initialize Rust Crate and Start On Charm Template

github.com/katharostech/lucky - 5a03ab6e68f39e00a3a4209b0c37eec54228d65f authored over 5 years ago
Add a .gitignore

github.com/katharostech/lucky - 6e3cf065f328a939bed6e62e432d81847bf55138 authored over 5 years ago
Extra Tweaks to the Design Document

github.com/katharostech/lucky - 9373107559a078841dc386ef367fe09fa564e4c8 authored over 5 years ago
Tweak README and Fix Spelling Errors in Docs

github.com/katharostech/lucky - ddea5d40f977630894f975f7318f86e0fc0e83fa authored over 5 years ago
Document DrainAwait object

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - 42418b1c6a39210be403fbc2b4dd1a8c9e3d465a authored over 5 years ago
Split Actor and ActorStream, remove lock on Actor

Signed-off-by: Khionu Sybiern <[email protected]>

github.com/katharostech/maxim - f607bc385518326cd4430d3bc5777a86e08e8a7d authored over 5 years ago
Make Some Tweaks to the Design Doc

github.com/katharostech/lucky - bb09f8e8bff244fab1d1c328a1612e34a039b3f9 authored over 5 years ago
Finish First Pass of Design Doc

github.com/katharostech/lucky - e2d5e39cce7d6607aa3e1504dd0783065c187846 authored over 5 years ago
Minor Design Doc Update

github.com/katharostech/lucky - 89dd910388ad9319f24a0582f7bd197e9fb897c7 authored over 5 years ago
Update Diagram With Framework Name

github.com/katharostech/lucky - c8e3a69590a330148ba80e39215bbb4a03d66dbb authored over 5 years ago
Add Build Badge to README

github.com/katharostech/lucky - 4eb00c01a8509d505d556d1aa7666346081a0758 authored over 5 years ago
Name the Framework "Lucky"

github.com/katharostech/lucky - d05df72e109825812d4e8f9fe2b33772373d1823 authored over 5 years ago
Fixing test broken by merge to master

github.com/katharostech/maxim - 18f701a2004baf986fc25c4f12827f6e85feaa43 authored over 5 years ago
Merge branch 'master' into features/async

github.com/katharostech/maxim - 346c8eee721bc0b9bf1d156ceeab48a40a17937b authored over 5 years ago
I99 Allow passign of unserializable messages locally. (#111)

github.com/katharostech/maxim - 8880aebcdccb42495dd1a5b6f75f2ef77bbb810c authored over 5 years ago