andypeng2015

Results 9 issues of andypeng2015

Hi, may I check if the current release support all MVP features? It's nice if we can list the features supported for post-MVP https://webassembly.org/roadmap/ Thanks.

hi, I found my webpack.karma.context.js is included in coverage report,how can I exclude it? thanks ![context](https://cloud.githubusercontent.com/assets/24508594/22727462/eb49d4e8-ee13-11e6-8600-355c96ca3119.JPG) **webpack.karma.context.js** `let context = require.context('./app', true, /\.js/); context.keys().forEach(context);` **karma.conf.js** `var webpack = require('webpack'); var...

hi Tomas @tomastrajan I found my webpack.karma.context.js is included in coverage report,how can I exclude it? thanks ![context](https://cloud.githubusercontent.com/assets/24508594/22727462/eb49d4e8-ee13-11e6-8600-355c96ca3119.JPG) **webpack.karma.context.js** `let context = require.context('./app', true, /\.js/); context.keys().forEach(context);` **karma.conf.js** `var webpack =...

go version go1.17.11 darwin/amd64 OS macOS Big Sur 11.4 when I run ```sh | => cd bindings/x86/ | => ~/go/bin/c-for-go gen.yml | => mv -v ./x86/* . | => go...

hi Melvin @zyml I found my webpack.karma.context.js is included in coverage report,how can I exclude it? thanks ![context](https://cloud.githubusercontent.com/assets/24508594/22727462/eb49d4e8-ee13-11e6-8600-355c96ca3119.JPG) **webpack.karma.context.js** `let context = require.context('./app', true, /\.js/); context.keys().forEach(context);` **karma.conf.js** `var webpack =...

Hi, I am using version v0.4.5, i got redirected on /saml/acs where my request returns with a forbidden code, and this error happens intermittent, below is the **IDP metadata** and...

Hi, Thanks for the great work on kilo. I added a new backend to work with VM instead of pod. And I try to setup **2 nodes with same subnet...

Hi Nazar, I am following your webpack demo to create angular 1.x app, the only issue is when i compile with source-map, it works but without source-map the router doesnt...

``` 每个 node 在 P1Reply 中返回自己之前保存的 commit_index, writer 拿到 reply 后跟自己的commit_index 对比, 如果 w.commit_index >= P1Reply.commit_index, 表示 phase-1.1 成功. ``` 感谢分享,受益 请教 这里有一个疑问 如果是 `如果 w.commit_index >= P1Reply.commit_index` 两个writer commit_index...