-
Then `python -m http.server` is suitable for experimenting with WASM/Emscripten projects. Currently people need to roll their own scripts like https://github.com/python/cpython/blob/main/Tools/wasm/wa…
-
**Describe the bug**
I started out with Spring Cloud Gateway today and I had trouble to even try the simplest example. It seems that the default http client type (which is `jdk`) is not working. I ha…
-
In the code snippet below, I was expecting a defer_tick to be required at `EXPECTED A DEFER TICK HERE?`, but the code compiles without it. Unclear what the expected behavior is or if this is a bug.
…
-
Hi ianlucas,
Thank you for the amazing project.
I'm wondering if there's any way to run the project with asserts being local on server. If I'm understanding correctly, the project is using externa…
-
### Software versions
Python version : 3.11.0 (main, Mar 1 2023, 12:49:28) [Clang 14.0.6 ]
IPython version : 8.25.0
Tornado version : 6.4.1
Bokeh version : 3.5.1
…
-
### Current Behavior
We have an MFE enabled application with several remotes. All was working fine with 19.4.1. WHen we updated to 19.5.2 it all stopped working. I later tried updating to 19.6.5 an…
-
It would be nice if there was a `grpc-tools` and/or `grpc_node_plugin` option that would generate client and server code that follows the ES6 Promise and ES7 async/await model.
For example, instead…
-
### Bug Report
I created a new Static Web site in Azure, and linked it to my Azure DevOps repo to automatically build and publish. The pipeline, which is included below, was created and run, and it…
-
Migrating Nuxt would allow us to share the Nuxt ecosystem, like installing integrations with Nuxt Modules or so. With the upcoming WebSocket support, it will make it easier to deploy a server-aware sl…
-
Consider this application:
```java
public class MainVerticle extends AbstractVerticle {
public static void main(String[] args) {
Vertx vertx = Vertx.vertx();
DeploymentOptions deplo…