Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rsimmonsjr/axiom issues and pull requests

#147 - Shrink unsafe block

Pull Request - State: open - Opened by peamaeq over 2 years ago

#146 - Looks like is not alive.

Issue - State: open - Opened by angelcervera almost 4 years ago - 1 comment

#145 - How to listen to a websocket in an actor?

Issue - State: open - Opened by sedrik about 4 years ago

#144 - Race-Condition in Aid::send() method

Issue - State: open - Opened by mineichen about 4 years ago

#143 - Remove redundant catch_unwind

Pull Request - State: closed - Opened by mineichen about 4 years ago

#142 - Switch function bodies to prevent the need for expect() in Cmp

Pull Request - State: closed - Opened by mineichen about 4 years ago

#141 - Why Not Unbounded Channels?

Issue - State: open - Opened by zicklag almost 5 years ago - 3 comments

#140 - Can I Be Added as a Collaborator For Axiom?

Issue - State: open - Opened by zicklag almost 5 years ago - 2 comments

#139 - Implement AidPool's: A Simple Mechanism for Actor Pools

Pull Request - State: open - Opened by zicklag almost 5 years ago - 3 comments

#138 - Address A Number of Clippy Lints

Pull Request - State: closed - Opened by zicklag almost 5 years ago - 2 comments

#137 - Unknown messages

Issue - State: open - Opened by giacomocariello almost 5 years ago - 3 comments

#136 - Example

Issue - State: open - Opened by hanusek almost 5 years ago

#135 - Planned/desired extension crates

Issue - State: closed - Opened by khionu about 5 years ago

#134 - Rework Executor/Reactor

Issue - State: closed - Opened by khionu about 5 years ago

#133 - Consider fixed Reactor count for defaults rather than num_cpus

Issue - State: closed - Opened by khionu about 5 years ago - 2 comments

#132 - Bump version, add to notes

Pull Request - State: closed - Opened by khionu about 5 years ago

#131 - Update DashMap

Issue - State: open - Opened by khionu about 5 years ago - 1 comment

#130 - Update DashMap to 2.1.0

Pull Request - State: closed - Opened by khionu about 5 years ago - 1 comment

#129 - Fix panic catching and pending handlers

Pull Request - State: closed - Opened by khionu about 5 years ago

#128 - Create Timer API

Issue - State: closed - Opened by khionu about 5 years ago - 1 comment

#127 - Create MioReactor

Issue - State: closed - Opened by khionu about 5 years ago - 1 comment
Labels: enhancement, blocked

#126 - Optimize CI

Issue - State: open - Opened by khionu about 5 years ago

#125 - Add the ability to spawn an ActorSystem without starting it.

Pull Request - State: closed - Opened by FenrirWolf about 5 years ago

#124 - Fixes #122

Pull Request - State: closed - Opened by khionu about 5 years ago

#123 - 0.2.0 and cleanup

Pull Request - State: closed - Opened by khionu about 5 years ago

#122 - Improper timeout behaviour in await_shutdown

Issue - State: closed - Opened by khionu about 5 years ago
Labels: bug

#121 - Consolidate Handler/PendingHandler

Issue - State: closed - Opened by khionu about 5 years ago - 1 comment
Labels: bug

#120 - Make ActorBuilder reusable

Issue - State: closed - Opened by khionu about 5 years ago
Labels: enhancement, breaking change

#119 - Clean up documentation

Issue - State: open - Opened by khionu about 5 years ago
Labels: good starting issue

#118 - Readd warning on long-running Actors

Pull Request - State: closed - Opened by khionu about 5 years ago

#117 - Missed some return refactors

Pull Request - State: closed - Opened by khionu about 5 years ago

#116 - Add ergonomic return functions for Status

Pull Request - State: closed - Opened by khionu about 5 years ago

#115 - Will this project introduce async-std as the dependency?

Issue - State: closed - Opened by apehub about 5 years ago - 2 comments
Labels: question

#114 - Epic: Polish Cluster support

Issue - State: open - Opened by khionu about 5 years ago - 1 comment
Labels: help wanted, breaking change, api change

#113 - Create a dedicated `SystemActor` type

Pull Request - State: closed - Opened by FenrirWolf about 5 years ago

#112 - Async+ Overhaul

Pull Request - State: closed - Opened by khionu about 5 years ago - 1 comment
Labels: breaking change, api change

#111 - I99 Allow passign of unserializable messages locally.

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#110 - [Ergonomics] Add ease-of-use return utility

Issue - State: closed - Opened by khionu over 5 years ago - 3 comments
Labels: enhancement

#109 - Add discord server badge to the README

Pull Request - State: closed - Opened by FenrirWolf over 5 years ago

#108 - Review logging and error handling

Issue - State: closed - Opened by khionu over 5 years ago - 4 comments

#107 - Replace Dispatch Threads with Reactor logic

Issue - State: closed - Opened by khionu over 5 years ago - 2 comments
Labels: enhancement

#106 - Refactor project layout

Issue - State: closed - Opened by khionu over 5 years ago - 1 comment
Labels: breaking change, api change

#105 - Update docs for the Monte-Carlo example

Pull Request - State: closed - Opened by FenrirWolf over 5 years ago

#104 - Forgot to bump version

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#103 - How is the project different to Actix?

Issue - State: closed - Opened by atroche over 5 years ago - 3 comments

#102 - 0.1.0 Release Prep

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#101 - Create `prelude`

Issue - State: closed - Opened by khionu over 5 years ago

#100 - Issue #98: TCP Cluster Manager integration

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#99 - Drop requirement that all ActorMessage implementors must be serializable.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 2 comments
Labels: api change

#98 - Re-Integrate TCP Cluster management as a reference implementation.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: enhancement

#97 - Integrate TCP capabilities for actors.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: enhancement

#96 - Issue #70: Improvements to AID serialization

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#94 - Implement Builder Methods for ActorSystemConfig

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#93 - Issue #64: Implement send methods specially designed for Arcs.

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#92 - Issue #93: Renaming ActorId to Aid

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#91 - Rename ActorId to Aid.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: breaking change, api change

#90 - Issue #78: Rename Status values to be consistent and simple.

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#89 - Refactor System Actor to be a struct based actor in its own file.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago
Labels: good starting issue

#88 - Implement builder mechanism for spawning actors

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#87 - Implement the builder pattern for spawning actors.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: breaking change, api change

#85 - Added a lot of error handling and quality of life changes.

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#84 - Add a monte carlo simulation under examples

Pull Request - State: closed - Opened by FenrirWolf over 5 years ago

#83 - Updating to SECC 0.0.10

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#82 - Use HashSet to keep unique lists of monitoring ActorIds

Pull Request - State: closed - Opened by FenrirWolf over 5 years ago

#81 - Debug occasional philosphers.rs lockups.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#80 - Issues/46 dining philosophers

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#79 - Assign a name to each of the Dispatcher threads.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#78 - Rename Statuses.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 3 comments
Labels: breaking change

#77 - Converting FIXME lines into issues

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#76 - Add graceful shutdown for threads handling remotes.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 3 comments

#75 - Make error handling in ActorSystem::connect more robust.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: breaking change

#74 - Make error handling in ActorSystem::process_wire_message more robust.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#73 - Add ability for Actors to return a reason that they stopped via a trait.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago
Labels: breaking change

#72 - the ActorSystem::send_to_system_actors should have a "try" implementation.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#71 - Add message type name to message when std::any::type_name is stabilized.

Issue - State: open - Opened by rsimmonsjr over 5 years ago - 5 comments

#70 - Return error when deserializing an ActorId if a remote is not connected instead of panic.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: breaking change

#69 - Optimize dispatcher handling for actors that get lots of small messages.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#68 - Investigate possible race condition when scheduling actor in ActorId::send.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#66 - Investigate possiblility of removing inner Arc in MessageContent.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#65 - Change `MessageContent`'s visibility to private

Pull Request - State: closed - Opened by FenrirWolf over 5 years ago

#64 - Create ActorId::send_arc and ActorId::try_sendArc() to make passing Arcs efficient.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: api change

#63 - Create a processor type that doesn't use state.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment
Labels: api change

#62 - Implementation of Remote Actors

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#61 - Refactor ActorId Semantics to Allow SystemActor.

Pull Request - State: closed - Opened by rsimmonsjr over 5 years ago

#60 - Use `ccl::DashMap` instead of `RwLock<HashMap>`

Pull Request - State: closed - Opened by FenrirWolf over 5 years ago - 2 comments

#59 - Refactor ActorId Semantics to Allow SystemActor

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#58 - Actors currently have no easy way to reply to senders.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#57 - Semantics and limits of TypeId

Issue - State: closed - Opened by icefoxen over 5 years ago - 9 comments

#53 - Design question: pattern match on message type?

Issue - State: closed - Opened by icefoxen over 5 years ago - 2 comments

#47 - Implement a Monte-Carlo simulation in Examples

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#46 - Implement the Dining Philosophers Problem in the Examples

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#40 - Change ActorId send ergonomics.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#32 - Implement tracking and warning for actor message processing.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment

#19 - Integrate Prometheus APM

Issue - State: open - Opened by rsimmonsjr over 5 years ago
Labels: enhancement

#9 - Implement sending to remote actors.

Issue - State: closed - Opened by rsimmonsjr over 5 years ago - 1 comment