-
`vhost` + `express.static` -> server-side fix to serve both `admin` and `app` correctly
See client-side issue https://github.com/Ks89/My-MEAN-website-client/issues/17
-
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.
…
-
### Link to the code that reproduces this issue
https://github.com/EvgeniyKorshun/nextjs-includes-client-code-for-all-pages
### To Reproduce
1. Start the app in prod mode (npm run build && npm run …
-
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…
-
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…
-
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…
-
We need a testing tool to simulate the insertion of interstitial (e.g., ads or alternate segments) into HLS (HTTP Live Streaming) content. This tool will help in testing and development workflows, p…
-
### 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…
-
### 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…
-
Consider this application:
```java
public class MainVerticle extends AbstractVerticle {
public static void main(String[] args) {
Vertx vertx = Vertx.vertx();
DeploymentOptions deplo…