Felix Schütt

Results 66 issues of Felix Schütt

When uploading it can occur that the version already exists or the user doesn't have the right to publish. Currently this check is done on the backend after uploading is...

``` kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml ``` The URL is a 404.

https://github.com/rveciana/geoexamples/blob/6c49271465e1dd93add01f4227a1d22b05122746/python/shaded_relief/hillshade.py#L13-L14 Are these imports needed? They are not used in the file.

Hi, I use leptonica with tesseract and I'd like to link everything statically. I use the tesseract library from the API, so I can pass in all files as .pnm...

I've hard-forked this repository at https://github.com/fschutt/clipboard2 and changed it to return a `ClipboardError` enum. The problem with `Box` is basically that it erases all type information - the library user...

The size of the native executables is currently very large (~30MB) because we link the entire libwasmer.a file, not just the headless wasmer library. We need to fix that in...

🎉 enhancement
🏚 stale
priority-medium

Currently if we call `wasm_func_call` on the `_start` function, we need to have a way to check whether the exit code exited with 0, as it's currently the case for...

🎉 enhancement
📦 lib-c-api
🏚 stale
priority-medium

``` wasmer run https://wapm.io/ciuser/[email protected] --command-name customlambda error: Cannot run ciuser/[email protected]: module not found in wasmer.toml ``` Note the `0.1.0`: should be 0.1.12

bug
🕵️ needs investigation
🏚 stale
priority-medium

This is a followup for https://github.com/wasmerio/wasmer/pull/3430 - currently the `test_cross_compile_python_windows` and `test_wasmer_create_exe_pirita_works` don't work on windows when compiling from Windows to Windows: ``` x86_64-windows-gnu target cranelift Error: linking failed with:...

🏚 stale
priority-low

It would be better to move the `lib/wasi-types` crate into `lih/wasi` in order to reduce the dependency of `wasi-types` onto the main `wasmer` crate (already fixed in master, but it's...

🎉 enhancement
🏚 stale
priority-low