Matthias Prechtl

Results 17 issues of Matthias Prechtl

I'm trying to compile libgit2, which fails on my machine in cmake/VS. The problem is that my username contains a spacebar ("Forename Lastname", autogenerated by windows). For inspection, press strg+f...

The generated wasm loader will only load wasm files relative to the html page. This is a problem if the wasm file is in a static directory (`mysite.app/static_path/awesome.wasm`), served by...

It has been more or less often been stated that font-rs is capable of doing benchmarks, but still not production ready. Many people are interested in font-rs and you called...

Loading source from github into the editor should be possible and convenient. When possible, we should provide simple pagination in form of breadcrumbs or something similar to navigate between modules.

The planned features would probably be easier to work on with clear and modularized components. But might be overkill for a simple app. Not _everything_ needs to be a react...

We currently use an textarea with some rather hacky javascript. Providing an editor with proper source highlighting would be an upgrade.

Remove unwraps and unimplemented! calls and propagate them properly. This [type ](https://github.com/MSleepyPanda/explain-rs/blob/dc15605bd6f481e66806af61b5fdfe054fd0fd23/src/explain.rs#L12-L15)is a stub in prep for this. Though unimplemented is the logically correct choice, we can still produce intermediate...

I once wrote a small example, in which i made the caller choose the type of a Collection with type inference of the return type, all with generics and without...