Ecosyste.ms: OpenCollective

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

Actix

Rust Web Framework Libraries
Collective - Host: opensource - https://opencollective.com/actix - Website: https://actix.rs - Code: https://github.com/actix

actix-tls: allow getting uri from Connect

github.com/actix/actix-net - polachok opened this pull request about 3 years ago
fix io-uring feature for actix-server

github.com/actix/actix-net - fakeshadow opened this pull request about 3 years ago
remove usage of mio::net::TcpSocket

github.com/actix/actix-net - fakeshadow opened this pull request about 3 years ago
fix accept timeout and worker graceful shutdown

github.com/actix/actix-net - fakeshadow opened this pull request about 3 years ago
system: run and return exit code on stop

github.com/actix/actix-net - lucab opened this pull request over 3 years ago
fix server non-unix signal impl send

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
Addr::send does not respect Mailbox size

github.com/actix/actix - thalesfragoso opened this issue over 3 years ago
`Framed::poll_ready` flushes when buffer is full

github.com/actix/actix-net - brockelmore opened this pull request over 3 years ago
actix-rt-less

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
rename Server => ServerHandler

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
Codec: Framed::poll_ready does not register waker

github.com/actix/actix-net - thalesfragoso opened this issue over 3 years ago
consider a hybrid shutdown approach on SIGINT

github.com/actix/actix-net - robjtede opened this issue over 3 years ago
server bind accepts types impling regular service traits

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
prepare actix-tls 3.0.0-beta.7 release

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
check ulimit

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
fix test macro in presence of other imports named test

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
split -server and -tls msrv and raise to 1.52

github.com/actix/actix-net - robjtede opened this pull request over 3 years ago
fix auto-traits for service types

github.com/actix/actix-net - aliemjay opened this pull request over 3 years ago
Use tokio-rustls 0.23

github.com/actix/actix-net - edward-shen opened this pull request over 3 years ago
minimal support of System type with io-uring

github.com/actix/actix-net - fakeshadow opened this pull request over 3 years ago
Reduce log level to debug for many messages

github.com/actix/actix-net - Thomasdezeeuw opened this pull request over 3 years ago
add timeout for accepting tls connections

github.com/actix/actix-net - fakeshadow opened this pull request over 3 years ago
fix: clippy::doc_markdown

github.com/actix/actix - hoodie opened this pull request over 3 years ago
/del

github.com/actix/examples - iamtakingithard opened this pull request over 3 years ago
Implement debug addr weakaddr

github.com/actix/actix - nickx720 opened this pull request over 3 years ago
HttpAuthentication: fix error handling

github.com/actix/actix-extras - aliemjay opened this pull request over 3 years ago
Fix 'basic' broker example

github.com/actix/actix - CjS77 opened this pull request over 3 years ago
Implement a From for ActorResponse to avoid double boxing

github.com/actix/actix - thalesfragoso opened this pull request over 3 years ago
Re-export rustls

github.com/actix/actix-net - omid opened this pull request over 3 years ago
Display field in deserialization error

github.com/actix/actix-web - Roms1383 opened this pull request over 3 years ago
actix_redis protocol error

github.com/actix/examples - warunyoud opened this issue over 3 years ago
Update sec-2-actor.md

github.com/actix/book - ryu-s opened this pull request over 3 years ago
Fix Diesel Database example

github.com/actix/actix-website - maxstanley opened this pull request over 3 years ago
actor complete example typo

github.com/actix/book - sahina opened this pull request over 3 years ago
Remove Resolver Actor

github.com/actix/actix - Chaostheorie opened this pull request over 3 years ago
cors expose headers misdocumented

github.com/actix/actix-extras - robjtede opened this issue over 3 years ago
Update actix version

github.com/actix/book - msdrigg opened this pull request over 3 years ago
add lazy data extractor

github.com/actix/actix-web - ibraheemdev opened this pull request over 3 years ago
Add Contor in community showcase

github.com/actix/examples - ianpurton opened this issue over 3 years ago
[Windows] Web Client is unreasonably slow

github.com/actix/actix-web - kateabr opened this issue over 3 years ago
prepare actix 0.12.0 release

github.com/actix/actix - robjtede opened this pull request over 3 years ago
implemented MessageResponse for Vec<T>

github.com/actix/actix - BartWillems opened this pull request over 3 years ago
Fix tcp-chat-client(rust) to work

github.com/actix/examples - SeanKim opened this pull request over 3 years ago
Change return value to `Result` for `SinkWriter::write`

github.com/actix/actix - danielalvsaaker opened this pull request over 3 years ago
add example for remote actor

github.com/actix/actix - fakeshadow opened this pull request over 3 years ago
Thread panicked while panicking on Cron

github.com/actix/actix - linsyhen99 opened this issue over 3 years ago
Unmatched HTML tags

github.com/actix/actix-website - b9a1 opened this issue almost 4 years ago
fix tests

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
`#[actix::test]` passes even if actor panics

github.com/actix/actix - damszew opened this issue almost 4 years ago
Add ActorFutureExt::boxed_local method

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
Update doc example of actix middleware

github.com/actix/actix-website - tumbl3w33d opened this issue almost 4 years ago
actix-redis with redis cluster support

github.com/actix/actix-extras - attila-lin opened this issue almost 4 years ago
add lines codec

github.com/actix/actix-net - robjtede opened this pull request almost 4 years ago
Add example for forcing http/1.1

github.com/actix/actix-website - aaneto opened this pull request almost 4 years ago
Update the actix version to 0.11

github.com/actix/book - JohnTitor opened this issue almost 4 years ago
Make `Context::new()` public (close #490)

github.com/actix/actix - idanarye opened this pull request almost 4 years ago
Please make `Context::new()` public

github.com/actix/actix - idanarye opened this issue almost 4 years ago
Awc retry middleware

github.com/actix/actix-web - joshbenaron opened this pull request almost 4 years ago
Migrate to docusaurus

github.com/actix/actix-website - ibraheemdev opened this pull request almost 4 years ago
0.11 no longer compiles

github.com/actix/actix - NikosEfthias opened this issue almost 4 years ago
actix-cors is not compatible with actix-4

github.com/actix/actix-extras - NikosEfthias opened this issue almost 4 years ago
Minor error message edit.

github.com/actix/actix - steveswing opened this pull request almost 4 years ago
"Expect a attribute" -> "Expect an attribute"

github.com/actix/actix - steveswing opened this issue almost 4 years ago
add ActorFutureExt::and_then

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
Fix Future cancellation bug

github.com/actix/actix - evdokimovs opened this pull request almost 4 years ago
README.md chat example link not found

github.com/actix/actix - jbuckmccready opened this issue almost 4 years ago
release 0.11

github.com/actix/actix - robjtede opened this pull request almost 4 years ago
optimize io module

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
Re-export rustls when feature is enabled

github.com/actix/actix-web - ufoscout opened this issue almost 4 years ago
early merge on every poll of message.

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
use pinned sleep instead of boxed interval

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
releax timeout in test_message_timeout

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
fix test_weak_address/test_stream_timeout

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
remove ResponseChannel trait

github.com/actix/actix - fakeshadow opened this pull request almost 4 years ago
A macro to generate message handler boilerplate

github.com/actix/actix - piegamesde opened this issue almost 4 years ago