Jordan Last

Results 222 comments of Jordan Last

No thanks, I am happy waiting

Why can't the traceback work without calling vm.print_exception?

The messages are definitely better now, had to do this to just get a string: ```rust let err_string: String = err.to_pyobject(vm).repr(vm).unwrap().to_string(); ```

How can I turn off SIMD? I'm trying to use wasmedge-quickjs outside of wasmedge and this is blocking our Wasm validation. I don't have easy control over the Wasmtime environment.

I believe this has been resolved with https://github.com/RustPython/RustPython/pull/4176

This is happening to me as well. Why does it not occur in [any of the demos](https://elements.polymer-project.org/elements/paper-menu-button?view=demo:demo/index.html&active=paper-menu-button)?

Oh, @notwaldorf so it looks like adding the `allowOutsideScroll` attribute to `paper-menu-button` fixes the problem. Maybe this issue should be closed.

Wait, the demos have different behavior than I am experiencing still. The demos seem to keep the scrollbar but lock it in place. How can I achieve the same behavior?...

> Do you have an easy and minimal way to reproduce your issue? > > @kripken , any idea? I could get you a reproduction maybe after our next release,...

> Are you sure `/dist/${filename}` is what you need? Did you check if the files were loaded correctly in your custom environment. I don't think this matters in our case...