ranfdev

Results 47 issues of ranfdev

String get's converted to a `GString` internally right? Then we should also be able to convert `[Value; N]` to a `glib::ValueArray`

enhancement

fixes #87. One question though: this currently works well for a struct implementing a single interface. If a single struct implements multiple interfaces, there will be multiple `this_client` implementations, one...

Capnproto interfaces are translated to traits with methods taking `&mut self`. So, from my understanding, there's an event loop taking the ownership of `self`, which receives RPC calls and then...

Implementing the rest of the module downloader requires a re-architecture of the bundling system to handle cyclic dependencies, as discussed in the matrix chat.

https://developer.mozilla.org/en-US/docs/Web/API/AbortController

From the gjspack readme: > Support other programming languages? Ping me if there is any interest. I'd like being able to import `.cljs` (ClojureScript) files and have them executed as...

The spiel project is defining a standard dbus interface to convert text to speech. libspiel is getting integrated with the Orca Screen Reader, so that blind users will be able...

enhancement

`roaring.consecutive(bit: 0, range: 13..)` could return the number of consecutive zeroes from bit 13.

proposal

There are some APIs compatible with OpenAI's endpoints, as https://www.perplexity.ai/pplx-api, but they take a custom `model` parameter, as `mistral-7b-instruct`, instead of `gpt-3.5-turbo`. It would be nice if you could support...

**version** v0.7.110 **problem** following the usual clojurescript behavior, this macro should be executed during compilation: ```clojure ;; file test.cljs (ns test (:require-macros [test])) (defmacro two [] 2) ;; file test_runner.cljs...