Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / sunshine-protocol/allo-isolate issues and pull requests
#50 - Is there any way to run a Rust function on Dart VM shutdown?
Issue -
State: closed - Opened by temeddix over 1 year ago
- 2 comments
#49 - Is memory copy involved when sending `Uint8List` from Dart to Rust?
Issue -
State: closed - Opened by temeddix over 1 year ago
- 2 comments
#48 - Make `zero-copy` and `ZeroCopyBuffer` work with `Vec<T>` of length 0
Pull Request -
State: closed - Opened by temeddix over 1 year ago
- 6 comments
#47 - Implement `IntoDartExceptPrimitive` for `bool`
Pull Request -
State: closed - Opened by NightFeather0615 over 1 year ago
- 9 comments
#46 - Update atomic requirement from 0.5 to 0.6
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#45 - Update fastrand requirement from ^1.3 to ^2.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#44 - Implement IntoDart for tuples
Pull Request -
State: closed - Opened by Desdaemon over 1 year ago
- 4 comments
#42 - Update criterion requirement from 0.4 to 0.5
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#41 - Fixed a bug with `zero-copy` cargo feature
Pull Request -
State: closed - Opened by temeddix over 1 year ago
- 7 comments
#40 - when zero-copy is enabled, shall we mark `ZeroCopyBuffer` as deprecated, and provide a NonZeroCopyBuffer
Issue -
State: closed - Opened by fzyzcjy over 1 year ago
- 6 comments
#39 - Provide `zero-copy` cargo feature
Pull Request -
State: closed - Opened by temeddix over 1 year ago
- 6 comments
#38 - Implicit zero copy on `Vec<u8>`
Issue -
State: closed - Opened by temeddix over 1 year ago
- 9 comments
#37 - Support Vec<Box<XXX>>
Issue -
State: closed - Opened by iota9star almost 2 years ago
#36 - feat: impl IntoDart for char
Pull Request -
State: closed - Opened by Desdaemon about 2 years ago
- 3 comments
#35 - feat: implement IntoDart for char
Pull Request -
State: closed - Opened by Desdaemon about 2 years ago
#34 - Sanitizer errors
Issue -
State: open - Opened by jwinarske over 2 years ago
- 6 comments
#33 - Add extra support for array and zero copy of uuid type
Pull Request -
State: closed - Opened by Roms1383 over 2 years ago
- 2 comments
#32 - Add basic support for vec of chrono types
Pull Request -
State: closed - Opened by Roms1383 over 2 years ago
- 3 comments
#31 - Update criterion requirement from 0.3 to 0.4
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#30 - Feat/UUID
Pull Request -
State: closed - Opened by Roms1383 over 2 years ago
- 9 comments
#29 - Fix/doc chrono
Pull Request -
State: closed - Opened by Roms1383 over 2 years ago
- 5 comments
#28 - Feat/chrono
Pull Request -
State: closed - Opened by Roms1383 over 2 years ago
- 10 comments
#27 - Makes nested Vecs `IntoDart`
Pull Request -
State: closed - Opened by wooden-worm over 2 years ago
#26 - Add tests about anyhow and backtrace
Pull Request -
State: closed - Opened by fzyzcjy over 2 years ago
- 2 comments
#25 - backtrace
Pull Request -
State: closed - Opened by lattice0 over 2 years ago
- 4 comments
#24 - Add Dependabot
Pull Request -
State: closed - Opened by shekohex over 2 years ago
#23 - adds anyhow support
Pull Request -
State: closed - Opened by lattice0 over 2 years ago
- 9 comments
#22 - Implement generic Iterator<T> for DartArray
Pull Request -
State: closed - Opened by trobanga over 2 years ago
- 1 comment
#21 - Add usize and [T; N]
Pull Request -
State: closed - Opened by trobanga over 2 years ago
- 6 comments
#20 - Impl IntoDart for {i/u}{8/16}
Pull Request -
State: closed - Opened by sagudev almost 3 years ago
- 3 comments
#19 - Run Dart finalizer callback for external types when they fail to post
Pull Request -
State: closed - Opened by trueb2 almost 3 years ago
- 4 comments
#18 - Add NativePointer as a type to DartCObject
Pull Request -
State: closed - Opened by raphaelrobert about 3 years ago
- 10 comments
#17 - Fix bug that `u32`'s IntoDart will make the value completely wrong
Pull Request -
State: closed - Opened by fzyzcjy about 3 years ago
- 9 comments
#16 - Streaming data
Issue -
State: closed - Opened by nurmukhametdaniyar about 3 years ago
- 3 comments
#15 - implement `Vec<more_primitive_types>` and `ZeroCopyBuffer<Vec<more_primitive_types>>` - originally only support few types like `Vec<u8>`/`ZeroCopyBuffer<Vec<u8>>`
Pull Request -
State: closed - Opened by fzyzcjy over 3 years ago
- 8 comments
#14 - Support `Float32List`? (Can make a PR)
Issue -
State: closed - Opened by fzyzcjy over 3 years ago
- 5 comments
#13 - Publish a new version?
Issue -
State: closed - Opened by fzyzcjy over 3 years ago
- 4 comments
#12 - use atomic library to remove a pair of "unsafe" operations
Pull Request -
State: closed - Opened by fzyzcjy over 3 years ago
- 3 comments
#11 - use atomic library to remove a pair of "unsafe" operations
Pull Request -
State: closed - Opened by fzyzcjy over 3 years ago
- 1 comment
#10 - Directly find out Dart_PostCObject function pointer, instead of manually letting Dart to call Rust's store_dart_post_cobject?
Issue -
State: open - Opened by fzyzcjy over 3 years ago
- 2 comments
#9 - How is the library tested? (I cannot run it via Valgrind + real Dart)
Issue -
State: closed - Opened by fzyzcjy over 3 years ago
- 5 comments
#8 - Refactor allo-isolate to make it cleaner
Pull Request -
State: closed - Opened by fzyzcjy over 3 years ago
- 3 comments
#7 - bug: critical DOUBLE-FREE problem for all calls to post()
Issue -
State: closed - Opened by fzyzcjy over 3 years ago
- 4 comments
#6 - bug: Memory leak using Dart_PostCObject because need to consider the return value is true or false
Issue -
State: open - Opened by fzyzcjy over 3 years ago
- 4 comments
#5 - bug: DartCObject does not handle cases except Int8/Uint8, making memory leak
Issue -
State: closed - Opened by fzyzcjy over 3 years ago
- 2 comments
#4 - The official website, Sunshine.foundation, says that domain is being sold...
Issue -
State: closed - Opened by fzyzcjy over 3 years ago
- 3 comments
#3 - Add support for DartNativeExternalTypedData to enable zero-copy buffers
Pull Request -
State: closed - Opened by jerel over 3 years ago
- 10 comments
#2 - Passing structs through an isolate.post()
Issue -
State: closed - Opened by jerel over 3 years ago
- 2 comments
#1 - Custom types from library result in: `Cell<bool>` cannot be shared between threads safely
Issue -
State: closed - Opened by JonasHiltl over 3 years ago
- 2 comments