Ruben De Smet

Results 81 issues of Ruben De Smet

I see that [i8] maps to a JavaByteArray, but [u8] slices don't seem implemented. Is there a way to implement this?

enhancement
Java/JNI

(I am using Java, but I think this might apply to C++ as well) Assume we have a struct with impl: ```rust struct A; impl A { fn foo(b: B)...

enhancement

Thank you for this awesome work/proof of concept! There's [a discussion](https://github.com/kkawakam/rustyline/issues/126) at [`rustyline`](https://github.com/kkawakam/rustyline), which is basically a more-or-less complete readline library *without* async support. It would be terrific to port...

Based on your minimal.vimrc: ```vim " install: curl https://raw.githubusercontent.com/prabirshrestha/vim-lsp/master/minimal.vimrc -o /tmp/minimal.vimrc " uninstall: rm /tmp/plug.vim && rm -rf /tmp/plugged " run vim/neovim with minimal.vimrc " vim -u minimal.vimrc " :PlugInstall...

Cfr. vim-syntastic/syntastic/issues/1918. When using syntastic with language-check on source files, program code is obviously parsed as language, and obviously has a lot of grammatical mistakes. I know this is a...

I know there are api's for the Belgian railways, I'll have a look at it by this evening or tomorrow evening. EDIT: Wrote this when I was awake for 2...

Feature
Backend

In the Cargo.toml file, the license is `license = " GPL-2.0"`, which is the only reference to a license I can find. Is this literally GPL-2.0, or would you consider...

Dividing two `BigDecimal`'s should yield a BigRational, per `feature`. Additionally, division by another integer numeral could be implemented to yield a BigRational.

This might need discussion, but this will be very useful where now we have to construct a `BigDecimal` from a `BigInt` (which moves the `BigInt` into the BigDecimal) before Sub/Mul/......