Uncle-Justice
Uncle-Justice
I found this problem in ubuntu16.04 too, help
i got the same problem
I got the similar problem. Only when I use the data from BundleFusion's official site can it generate the correct result. I ran the BundleFusion code. The ply i got...
same problem for me too
I got the similar issue. I wanna figure out how MatterPort3D dataset's mesh data is created by BundleFusion. I've never seen a image dataset like MatterPort3D as it is not...
> it is GPU's memory not enough,please modify the s_hashNumBuckets values or s_hashNumSDFBlocks values in file of zParametersDefault.txt, smaller will be ok. It doesn't work for me.
i wanna do this. here's my plan **test env**: one general Ingress + `basic-auth` WasmPlugin + `gw-error-format` WasmPlugin **test case**: Similar to testcases of `WasmPluginsBasicAuthTest`, my cases will focus on...
我在本地也会遇到同样的tinygo报错的情况
@johnlanni 我使用文档中给出的指令进行测试,偶尔会报这个问题: ```go PLUGIN_NAME=oauth make build ``` 早期我自己直接使用tinygo本地编译main.go的时候使用的是这条指令,印象中没有报过类似的问题: ```go tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags='custommalloc nottinygc_finalizer' ./main.go ```
@johnlanni 好的,我尽快完成global_auth功能的增加以及测试代码