Jordan Last

Results 194 issues of Jordan Last

This code runs fine on my machine but not from within RustPython: ```python from typing import Any def query(func: Any): return func @query def hello_world() -> int: return 1_000 ```...

I've been working in a strict wasm32-unknown-unknown environment, and I've been having a hard time with exceptions from the vm, as when you print them the string is not very...

Is there a way to persist the state/scope when using vm.invoke? For my application, I have a global interpreter that is executed once with the user's code. This sets up...

If I want to fork RustPython and access it locally in a Rust project, it doesn't currently work because `RustPython/compiler/parser/python.rs` is not generated. I haven't been able to figure out...

**Is your feature request related to a problem? Please describe.** If a canister is written with a CDK that is not Azle, then Azle developers will have to manually implement...

enhancement

I've opened this issue with 3 additional CDK projects: - [Motoko](https://github.com/dfinity/motoko/issues/3462) - [Azle](https://github.com/demergent-labs/azle/issues/693) - [Kybra](https://github.com/demergent-labs/kybra/issues/15) As we've been developing CDKs (TypeScript/JavaScript with Azle and Python with Kybra), we've been thinking...

This is pretty awesome! I might like to get involved with this project. I'm especially interested in getting it to run in the browser. Have you considered compiling to WebAssembly?...

I'd like to see an Ethereum address added to the `custom` property of the `FUNDING.yml` file for GitHub Sponsors. This would allow a canonical address to send funds to. For...

So, the wysiwyg editor that I'm using to create code samples does not use `\n` line breaks to create new lines, it uses `` tags. I do not want the...

Is this published on npm? If it isn't, I think it should be. I know Polymer might be hurting that effort for the moment. And when it does get published...