incubator4
incubator4
> 感谢pr,我其实有想在V6支持mirai-android的(虽然它好久没更了),新引入的依赖支持android端吗 原则上来讲是支持的,引用了AWS S3的SDK和Aliyun OSS的SDK,阿里云的是作为Android 依赖的版本存在的,至于aws的s3,由于它是一套通用的对象存储协议,所以基于对云厂商的信任,认为它应该是支持Android的,不过没有做进一步的测试,不能得出一定的结论
> Time is a flat circle. 0.8.1 is out since last week :-D Can you try upgrading to it? My apologize for ignore this, it still not work. But it...
> FWIW; `tcp: lookup on 172.20.0.10:53: no such host` looks like a DNS issue. Whatever `` is (like `boundary-controller01.mycompany.net`) -- dns lookup is failing to find it. > > That...
> 收到!不过本身就是一个内网服务有必要高并发么,哈哈 最近有空看了一下,发现carrierwave的fog可以支持s3等存储,感觉改一些配置就好了。 我ruby不是很懂,本地调的好像有一些问题
> 上传什么的都很容易支持,主要是还有配套的一系列文件解析的工作 是指目前的文件解析只限于本地的文件吗,逻辑上来说s3的对象也是可以读流的,我去看一下源码看看实现起来困不困难
> @incubator4 Can you also paste your ApisixRoute configuration? Actually, I thought it should not be ApisixRoute configuration error,in my use case even I have not create any route. The...
> @incubator4 The error is that route not found because you haven't created a route for that host maybe. You must have a route configuration configured for prod.* already yeah...
> @incubator4 If you only use prod and not staging in `hosts`, do you get the same error? no, standalone wildcard domain would not get error
Hey @gaissmai, I noticed this problem and working on it. In my github project on branch [implement/gohcl-eval_context](https://github.com/incubator4/hcl/tree/implement/gohcl-eval_context), I made a implementation of this function and added simple test case. Could...
> Hey @incubator4, thanks for implementing this. > > maybe I just don't understand it, but I don't see that the described function is implemented: > > "_gohcl.EvalContext constructs an...