Results 225 comments of dullbananas

This could be done with a ~~`&mut:M`~~ `&:M` syntax where `M` is a constant boolean Example: ``` struct Thing(u8); impl Thing { fn get_inner(&:M self) -> &:M u8 { &:M...

why is this still not merged

This also happens with the Python interpreter On Wed, Nov 13, 2019 at 2:14 PM Nathan Korth wrote: > LibTerm version 5.1.4 (2) > > - run lua with no...

I had this problem and it caused a slider to freeze. I had to do this to make it work: https://codeberg.org/dullbananas/font-generator/commit/5fcc105e077fa758e03e1a978693d5292a20d501

Could the new Clang feature of LibTerm help for this? Or we could manually implement the command line interface for dulwich or libgit2

Is anyone working on implementing Git? If not, I'll work on a Python implementation of a Git command line interface

I have already started working on it