Jordan Last

Results 194 issues of Jordan Last

Right now the docs say that when the auto property is true, AJAX requests will be automatically performed when either the URL or params change. I often use iron-ajax to...

So how do you do syntax highlighting with the new version of the element?

wasm32-unknown-unknown != wasm-bindgen support. This is one of the main problems we have with RustPython, as the environment we are deploying to is a non-browser strict wasm32-unknown-unknown environment without wasm-bindgen...

Because access to the `Interpreter`'s vm requires a non-async closure, we are forced to find a work-around to enable asynchronous functionality in our project [Kybra](https://github.com/demergent-labs/kybra). Kybra runs in a strict...

Our project [Kybra](https://github.com/demergent-labs/kybra) runs inside of a strict wasm32-unknown-unknown environment that does not have access to the standard system time. We have our own API available through a crate, `ic_cdk::api::time`....

We are operating in a strict wasm32-unknown-unknown environment, but we do have a system API that provides the current nanoseconds. We would like to somehow hook up our time API...

O-wasm

## Summary As I've been building [Kybra](https://github.com/demergent-labs/kybra) I've come across the need to include the entire frozen stdlib, along with freezing all of the developer's Python files and dependencies. When...

RFC

## Summary Right now my understanding is that freezing (such as with `py_freeze`) just takes a file or directory as input and naively freezes all `.py` files found, basically speaking....

RFC

When compiling to the `wasm32` architecture, `_signal` is conditionally not compiled. This will break any module that depends on `signal`, which is included when compiling to `wasm32`. I was able...

We recently updated our project a couple weeks ago to the latest commit on main. The last time we had done this was in December. This code used to work:...