Ecosyste.ms: OpenCollective

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

github.com/mozilla/uniffi-rs

a multi-language bindings generator for rust
https://github.com/mozilla/uniffi-rs

Python bindings missing threading import

itrumper opened this issue 12 months ago
Use iterator in generated Kotlin to maintain Android API level 22 compatibility

richardhuaaa opened this pull request 12 months ago
Bump weedle2 to 5.0.0

bendk opened this pull request 12 months ago
Allow interfaces to be errors.

mhammond opened this pull request 12 months ago
Changes for v0.26.1

bendk opened this pull request 12 months ago
Adding changelog entry for PR #1959

bendk opened this pull request 12 months ago
Destroy argument buffer after invoking a foreign callback

bendk opened this pull request 12 months ago
Destroy argument buffer after invoking a foreign callback

Lipt0nas opened this pull request 12 months ago
weedle 4.0.0 breaks uniffi_udl v0.25.3

simonsso opened this issue 12 months ago
Merge 0.26 back to main

bendk opened this pull request 12 months ago
One more change for the 0.26.0 release

bendk opened this pull request 12 months ago
Release v26.0.x

bendk opened this pull request 12 months ago
How can I enable Rust features in Swift?

FoodChain1028 opened this issue 12 months ago
Adding the `TypeId` FFI trait

bendk opened this pull request 12 months ago
Update min supported JNA version in docs

jmartinesp opened this pull request 12 months ago
Allow callback interfaces to return other callback interfaces (#1947)

bendk opened this pull request 12 months ago
Proc Macros: the trait bound `str: LiftRef<UniFfiTag>` is not satisfied

LBeernaertProton opened this issue 12 months ago
Reject [uniffi::export()] arguments used in invalid contexts.

mhammond opened this pull request 12 months ago
Callback interface method cannot return callback interface

bancek opened this issue 12 months ago
Support passing platform-specific native object

paxbun opened this issue 12 months ago
Update the changelog for the forthcoming 0.26.0 release

mhammond opened this pull request 12 months ago
Generate underyling enum variant literals for swift and kotlin

skhamis opened this pull request 12 months ago
Update goblin to 0.8

glandium opened this pull request 12 months ago
Remove the Kotlin FFIObject base class.

mhammond opened this pull request 12 months ago
Allow enum discriminant type to be specified

mhammond opened this pull request 12 months ago
Removing the extern-rustbuffer feature

bendk opened this pull request 12 months ago
Callback not set for foreign Trait from external crate

MarcelStruckWO opened this issue 12 months ago
ExtendedAttributeNoArgs not supported: "Async"

julian-baumann opened this issue 12 months ago
Possibility to generate UDL from procmacros?

larsw opened this issue 12 months ago
Remove uniffi_meta::ErrorMetadata.

mhammond opened this pull request 12 months ago
Constructors for records

Sajjon opened this issue 12 months ago
fix doc for exposing methods from standard Rust traits

skytoup opened this pull request 12 months ago
Adding ADR on UniffiTag handling

bendk opened this pull request about 1 year ago
Escape """ in python docstrings

Hinton opened this pull request about 1 year ago
More macro defaults

bendk opened this pull request about 1 year ago
Allow defaults for proc-macro function arguments

bendk opened this pull request about 1 year ago
Add types table link to "The UDL file" chapter

jmg-duarte opened this pull request about 1 year ago
Python Docstring can produce invalid code

Hinton opened this issue about 1 year ago
Update the scaffolding template comments to point to the macro code

bendk opened this pull request about 1 year ago
Defaults for optional fields

bendk opened this issue about 1 year ago
Add support for non-exhaustive enums (#1593)

bendk opened this pull request about 1 year ago
Xcode build failed: `ld: Undefined symbols`

vivianjeng opened this issue about 1 year ago
Python test of examples/traits failed

DogLi opened this issue about 1 year ago
UniFFI Extensions

bendk opened this issue about 1 year ago
Extend async support to constructors and traits

yukibtc opened this issue about 1 year ago
[Swift] Generate open classes, methods and mocks

nimau opened this pull request about 1 year ago
Fixing mdbook doc link

bendk opened this pull request about 1 year ago
Update oneshot-uniffi to 0.1.6

bendk opened this pull request about 1 year ago
async functions defined in UDL can't throw errors

mhammond opened this issue about 1 year ago
Improve documentation of macros - relating to `Enum` and `export`

Sajjon opened this pull request about 1 year ago
Public Community Slack?

Sajjon opened this issue about 1 year ago
Fix docs and typos

Sajjon opened this pull request about 1 year ago
0.26.0 Release

bendk opened this issue about 1 year ago
Ways to skip methods when exporting `Object` impl?

saks opened this issue about 1 year ago
Be more consistent with Ruby variable prefixes

bendk opened this pull request about 1 year ago
Be more consistent with Python variable prefixes

bendk opened this pull request about 1 year ago
Be more consistent with Kotlin variable prefixes

bendk opened this pull request about 1 year ago
Link in description is not resolving

i5hi opened this issue about 1 year ago
Be consistent with variable name prefixes

bendk opened this pull request about 1 year ago
Implement LiftRef for str and [T]

bendk opened this pull request about 1 year ago
Make foreign trait implementations opt-in (#1827)

bendk opened this pull request about 1 year ago
Don't invoke the RustFutureContinuationCallback while holding the mutex

bendk opened this pull request about 1 year ago
Properly dedent doc strings after parsing in the proc-macro

badboy opened this pull request about 1 year ago
Fixing the Kotlin async function signatures

bendk opened this pull request about 1 year ago
Error fix proposal for missing type path to returned Result in Object macro

mstrug-rdx opened this pull request about 1 year ago
Create single module for shared functionality

bendk opened this issue about 1 year ago
Extend `extern-rustbuffer` feature to other FFI functions

bendk opened this issue about 1 year ago
Always use `uniffi_macros` to generate callback interface scaffolding

bendk opened this pull request about 1 year ago
Rename RustFuture.callback_data to scheduler

bendk opened this pull request about 1 year ago
UDL docstrings missing from generated Kotlin

sebastient opened this issue about 1 year ago
Removing the foreign executor code

bendk opened this pull request about 1 year ago
Remove assertEquals calls

bendk opened this pull request about 1 year ago
Updating the docs tooling around the release process

bendk opened this pull request about 1 year ago
Merge 0.25.3 back to main

bendk opened this pull request about 1 year ago
V0.25.3 changes

bendk opened this pull request about 1 year ago
Depend on the patched oneshot version (#1736)

bendk opened this pull request about 1 year ago
Add enum variant discriminator metadata and fill it in for procmacros.

mhammond opened this pull request about 1 year ago
Properly strip/dedent parsed comments

badboy opened this issue about 1 year ago
Support constructors returning `Option<>`?

AdinAck opened this issue about 1 year ago
Remove `uniffi-fixture-foreign-executor`

bendk opened this pull request about 1 year ago
Clone objects when lowering them (#1797)

bendk opened this pull request about 1 year ago
Updated lower validation for Python/Ruby

bendk opened this pull request about 1 year ago
fix(proc-macros): trim docstring lines

ptitjes opened this pull request about 1 year ago
Custom types with procmacro

martinmose opened this issue about 1 year ago
Switch to portable bash shebang

skeet70 opened this pull request about 1 year ago
Support docstrings longer than 255 characters

dani-garcia opened this pull request about 1 year ago
Docstrings for proc macros compile error when > 255 characters

dani-garcia opened this issue about 1 year ago
Using errors as function/callback method parameters

arg0d opened this issue about 1 year ago
External types don't work if they're not used in an interface

bendk opened this issue about 1 year ago
[Async] functions in Ruby

vahidlazio opened this issue about 1 year ago
Improve use of fields' docstrings

ptitjes opened this issue about 1 year ago
Implement the Cleaner for kotlin Objects

jhugman opened this pull request about 1 year ago
Support for opaque type aliases in generated bindings

arg0d opened this issue about 1 year ago