Ecosyste.ms: Issues

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

GitHub / matsadler/magnus issues and pull requests

#138 - Add conversion for BTreeMap

Pull Request - State: open - Opened by ankane 1 day ago

#137 - [README] Add link to optify as an example

Pull Request - State: open - Opened by juharris 2 days ago

#136 - Add integer_from_i128 and integer_from_u128

Pull Request - State: open - Opened by ankane 3 days ago - 1 comment

#134 - Can't run rust_blank example on Mac

Issue - State: closed - Opened by juharris 8 days ago - 2 comments

#134 - Can't run rust_blank example on Mac

Issue - State: closed - Opened by juharris 8 days ago - 2 comments

#133 - build fails with TruffleRuby

Issue - State: open - Opened by puni073 10 days ago

#133 - build fails with TruffleRuby

Issue - State: open - Opened by puni073 10 days ago

#132 - Convert `i128` and `u128` to Ruby Integer

Issue - State: open - Opened by danini-the-panini 18 days ago - 3 comments

#131 - Question about Ruby GC safety

Issue - State: open - Opened by uvlad7 29 days ago - 2 comments

#130 - Possible excessive UTF-8 conversion on RString::to_string

Issue - State: closed - Opened by yaroslav 30 days ago - 5 comments

#129 - How to release the GVL?

Issue - State: open - Opened by KMarshland about 1 month ago - 2 comments

#128 - Fix markdown links

Pull Request - State: closed - Opened by erickguan about 1 month ago - 1 comment

#127 - Issue linking on Macbook M2

Issue - State: open - Opened by dlqs about 2 months ago

#127 - Issue linking on Macbook M2

Issue - State: closed - Opened by dlqs about 2 months ago - 2 comments

#126 - Correct typo in README

Pull Request - State: closed - Opened by sandbergja 2 months ago - 1 comment

#126 - Correct typo in README

Pull Request - State: closed - Opened by sandbergja 2 months ago - 1 comment

#125 - Update wrap and TypedData documentation

Pull Request - State: closed - Opened by erickguan 3 months ago - 3 comments

#124 - Alpine: cannot load such file -- `rb_sys/mkmf`

Issue - State: open - Opened by Stranger6667 3 months ago - 3 comments

#123 - Question: how to use `method!` bind with a mutuable reference and `Ruby`

Issue - State: closed - Opened by erickguan 3 months ago - 4 comments

#122 - Is there a way to cheaply convert a `Vec<u8>` into an `RString`?

Issue - State: closed - Opened by cstyles 3 months ago - 2 comments

#121 - Add TryConvertOwned for TypedData references

Pull Request - State: closed - Opened by ankane 4 months ago - 2 comments

#120 - Add `TryConvert` for `NonZero` types

Pull Request - State: closed - Opened by ankane 4 months ago - 2 comments

#119 - `try_convert` compiles for `Vec<(T,)>`, but not `Vec<T>`

Issue - State: closed - Opened by ankane 4 months ago - 5 comments

#118 - Incorrect fatal exception throwing in panic handler

Issue - State: open - Opened by uvlad7 5 months ago - 2 comments

#117 - Confused about how to pass a Ruby array to a Rust function

Issue - State: closed - Opened by kingsleyh 6 months ago - 1 comment

#116 - Question about a performance issue

Issue - State: closed - Opened by emwalker 6 months ago - 6 comments

#114 - Add support for chrono::DateTime<T>

Pull Request - State: closed - Opened by emwalker 7 months ago - 4 comments

#112 - Integration with Rust futures?

Issue - State: open - Opened by sxlijin 7 months ago

#111 - Expose Time API

Pull Request - State: closed - Opened by karreiro 8 months ago - 1 comment

#110 - Make Error and OpaqueError cloneable

Pull Request - State: closed - Opened by macournoyer 9 months ago - 1 comment

#109 - Deadlock when first creating rust-ext objects on threads

Issue - State: closed - Opened by choubacha 9 months ago - 5 comments

#108 - `AsRef`

Issue - State: open - Opened by Vagab 10 months ago

#107 - update instructions to create a simple gem

Pull Request - State: open - Opened by oozzal 10 months ago

#106 - Implement `IntoValueFromNative` for `Vec`

Pull Request - State: closed - Opened by Vagab 10 months ago - 1 comment

#105 - `Vec<Vec<(String, usize)>>` panics with unsatisfied trait bounds

Issue - State: closed - Opened by Vagab 10 months ago - 3 comments

#104 - Sidekiq not handling signals?

Issue - State: closed - Opened by choubacha 11 months ago - 7 comments

#103 - Make it possible to transform a RubyUnavailableError to an Error

Pull Request - State: closed - Opened by Maaarcocr 11 months ago

#101 - Discussion: Pin Ruby values to the stack

Issue - State: open - Opened by ekroon 12 months ago - 5 comments

#100 - Add Support for Passing an Array to Proc.Call

Issue - State: open - Opened by alecharmon about 1 year ago - 1 comment

#99 - Magnus overhead compared to rb-sys

Issue - State: closed - Opened by fpacanowski about 1 year ago - 1 comment

#98 - Exposing mutable wrapped class methods

Issue - State: closed - Opened by Zapotek about 1 year ago - 1 comment

#97 - Automatic `frozen?` check

Issue - State: closed - Opened by uvlad7 about 1 year ago - 2 comments

#96 - Add support for TypedValue, a more strongly typed value

Pull Request - State: closed - Opened by Maaarcocr about 1 year ago

#95 - RHash.lookup for bool value

Issue - State: closed - Opened by uvlad7 about 1 year ago - 5 comments

#94 - fix typo

Pull Request - State: closed - Opened by gjtorikian over 1 year ago - 1 comment

#93 - MSRV Change

Issue - State: closed - Opened by ryantaylor over 1 year ago - 1 comment

#92 - Instructions for Examples

Issue - State: closed - Opened by stellarpower over 1 year ago - 3 comments

#91 - a possible solution for unlocking the GVL

Issue - State: open - Opened by Maaarcocr over 1 year ago

#90 - Build is broken when trying to use Bytes feature

Issue - State: closed - Opened by jwilm over 1 year ago - 2 comments

#89 - How well does the embed feature work?

Issue - State: closed - Opened by Speak2Erase over 1 year ago - 1 comment

#89 - How well does the embed feature work?

Issue - State: open - Opened by Speak2Erase over 1 year ago - 1 comment

#88 - Backport rb-sys stable-api to 0.5.x

Pull Request - State: closed - Opened by ianks over 1 year ago - 1 comment

#87 - Question: Is it possible to call a Rust executable with no overhead?

Issue - State: closed - Opened by alexevanczuk over 1 year ago - 4 comments

#86 - Fix missing backtick in CHANGELOG

Pull Request - State: closed - Opened by y-yagi over 1 year ago - 1 comment

#85 - Introduce `r_array::TypedFrozenRArray` and `r_array::Iter`

Pull Request - State: open - Opened by adampetro over 1 year ago - 3 comments

#83 - Working with nested structs

Issue - State: closed - Opened by LukeMathWalker over 1 year ago - 3 comments

#82 - serde_magnus discontinued?

Issue - State: closed - Opened by gintama91 over 1 year ago - 3 comments

#81 - Fix typo in `ArgList::contains_kw_args` docs

Pull Request - State: closed - Opened by adampetro over 1 year ago - 1 comment

#80 - Add `funcall_kw` and `new_instance_kw` methods

Pull Request - State: closed - Opened by adampetro over 1 year ago - 3 comments

#79 - Implement rb-sys stable api for RArray and RString

Pull Request - State: closed - Opened by gmalette over 1 year ago - 3 comments

#77 - Building on aarch64-apple-darwin fails with lots of undefined symbols

Issue - State: closed - Opened by turboladen over 1 year ago - 8 comments

#76 - Add `gc::writebarrier`

Pull Request - State: closed - Opened by ianks over 1 year ago - 1 comment

#75 - Add scaffolding for `Fiber`

Pull Request - State: closed - Opened by ianks over 1 year ago

#74 - new release with the rb-sys upgrade please

Issue - State: closed - Opened by masukomi over 1 year ago - 1 comment

#73 - Add `Ruby::postponed_job_register`

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

#72 - Add support for Add, Sub, Mul & Div ops for Integer

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

#71 - Make magnus::Error impl std::error::Error

Pull Request - State: closed - Opened by macournoyer almost 2 years ago - 4 comments

#70 - How to keep Rust object reference for related Ruby object

Issue - State: closed - Opened by aharpervc almost 2 years ago - 4 comments

#69 - Ensure a type is `Send+Sync` when `frozen_shareable` flag is used

Issue - State: closed - Opened by macournoyer almost 2 years ago - 2 comments

#68 - User Story: Building a ruby binding for OpenDAL

Issue - State: closed - Opened by Xuanwo almost 2 years ago - 1 comment

#67 - Unable to create subclasses of wrapped objects in Ruby

Issue - State: closed - Opened by wfchandler almost 2 years ago - 11 comments

#66 - Possibility for `Result<Vec<T>, Error>` ?

Issue - State: closed - Opened by gjtorikian almost 2 years ago - 2 comments

#65 - Embedded Ruby and require_relative

Issue - State: closed - Opened by SlashScreen almost 2 years ago - 5 comments

#64 - Clang bindgen on linux, windows

Issue - State: closed - Opened by SlashScreen almost 2 years ago - 6 comments

#63 - Error compiling magnus v0.5.1 on arm-linux

Issue - State: closed - Opened by yammine almost 2 years ago - 4 comments

#62 - Ruby claims gem extensions aren't built

Issue - State: closed - Opened by jmacdonald almost 2 years ago - 2 comments

#61 - `DataTypeFunctions::compact`: borrow `self` mutably

Pull Request - State: closed - Opened by georgeclaghorn almost 2 years ago - 1 comment

#60 - Fix unused import warning

Pull Request - State: closed - Opened by dylanahsmith almost 2 years ago - 1 comment

#59 - Fix a typo in the deprecated message

Pull Request - State: closed - Opened by y-yagi almost 2 years ago - 1 comment

#58 - Use `buf_append` instead of deprecated `append` in docs

Pull Request - State: closed - Opened by y-yagi almost 2 years ago - 1 comment

#57 - add ruby String to rust Byte Collection conversion

Pull Request - State: closed - Opened by cramt almost 2 years ago - 1 comment

#56 - Default `TypedData` as `wb_protected` when there is no mark function

Pull Request - State: closed - Opened by ianks about 2 years ago - 2 comments

#55 - `FiberError` with `Enumerator` on Ruby < 3.0

Issue - State: open - Opened by georgeclaghorn about 2 years ago - 2 comments

#54 - Panic when use ruby-static feature

Issue - State: open - Opened by elct9620 about 2 years ago - 15 comments

#53 - Outdated error examples in readme

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

#52 - Please consider updating rb-sys dependency to >= v0.9.57

Issue - State: closed - Opened by marvinthepa about 2 years ago - 4 comments

#51 - Add `Value::funcall_public`

Pull Request - State: closed - Opened by georgeclaghorn about 2 years ago - 1 comment

#50 - Add `error::Result<T>`

Pull Request - State: closed - Opened by georgeclaghorn about 2 years ago - 3 comments

#49 - Ruby Inheritance

Issue - State: closed - Opened by ankane about 2 years ago - 4 comments

#48 - Type safe (still unsafe) GVL functions

Pull Request - State: closed - Opened by Speak2Erase about 2 years ago - 3 comments

#47 - Add value (de)serialization

Pull Request - State: closed - Opened by georgeclaghorn about 2 years ago - 3 comments

#46 - Add conversions for slices into `RArray`

Pull Request - State: closed - Opened by ianks about 2 years ago

#45 - Do not implement ArgList for &[Value]

Pull Request - State: closed - Opened by Maaarcocr about 2 years ago - 1 comment

#44 - Bump `rb-sys` to v0.9.56 in dev + test against 3.2 in CI

Pull Request - State: closed - Opened by ianks about 2 years ago - 1 comment