Felix Schütt

Results 66 issues of Felix Schütt

Cross compiling to any OS using the llvm compiler currently fails: https://github.com/wasmerio/wasmer/blob/cdd71d3da3352543f5c0defedbd31696eb56a042/tests/integration/cli/tests/run.rs#L44-L50 _Originally posted by @syrusakbary in https://github.com/wasmerio/wasmer/issues/3374#issuecomment-1337590226_

🏚 stale
priority-low

See https://github.com/brendanzab/gl-rs/pull/530 - I need `gleam` to be `no_std` because I have some crates that use the `Rc` type (but don't actually call any GL functions), so it would be...

It seems that the current `Gl` trait is missing a `copy_buffer_sub_data()` function, which corresponds to the [glCopyBufferSubData](http://docs.gl/gl3/glCopyBufferSubData) function - this is an important function necessary for deep-cloning vertex / index...

When I opened the site, I got confused where the examples are. This change groups the integration in the "Getting Started" section under a new section, so that the "Examples"...

SublimeGDB currently fails to parse a valid `workingdir` entry when using `$` in the string: ``` "workingdir": "${folder:${project_path}}", ``` All I get is an empty popup box: ![pic1](https://user-images.githubusercontent.com/12084016/29465635-44b7523c-843a-11e7-9aaa-4628ec421ad7.png) It doesn't...

### Describe the bug Encountered a multitude of bugs when trying out wasmer login / wasmer deploy, just thought I'd give you guys a heads up: 1. `wasmer deploy X`...

priority-high

``` proj4rs = { version = "0.1.5", default-features = false, features = ["wasm-strict"] } ``` ``` Compiling proj4rs v0.1.5 error[E0432]: unresolved import `crate::parse::FromStr` --> /Users/fschutt/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proj4rs-0.1.5/src/datum_params.rs:8:5 | 8 | use crate::parse::FromStr;...

* Ticket : fixes #30

``` error: The wasm32-unknown-unknown targets are not supported by default; you may need to enable the "wasm_js" configuration flag. Note that enabling the `wasm_js` feature flag alone is insufficient. For...

This now generates proper subsetted fonts for use in browsers (in the test case, Klei.otf before is 204 KB, after subsetting it's only 24 KB). Includes a bugfix to stop...