Bryan

Results 36 issues of Bryan

Do you plan to develop a GoLand plugin for go+?

enhancement
proposal

The PR adds support for [Service Bindings](https://developers.cloudflare.com/workers/platform/bindings/about-service-bindings/)

I think it may be useful if support [Web Crypto](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/) like [web_sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Crypto.html#)

From documents page https://developers.cloudflare.com/workers/runtime-apis/durable-objects/#methods `get`, `put` and `delete` methods are all having an `options` param, but the current rust binding doesn't implement these

目前好像只能获取到语音文件名,获取 data 目录下文件的 api 也没有找到反向 websocket 怎么使用…

需进一步研究

是否可以如 vm2 一样限制内部和外部的模块调用? 如果没有这个设置,那请问默认的行为是什么呢?有什么办法可以加以限制吗?

With the following version of webpack and webpack-cli ``` { "webpack": "^4.33.0", "webpack-cli": "^3.3.2" } ``` The `webpack-cli/bin/config-yargs` has been moved to `webpack-cli/bin/config/config-yargs`

If we upload two assets with the same name, the later upload will **silently overwrite the files uploaded previously**. This PR does not fix this issue but uses a way...

### Please search before asking - [X] I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar. ### Please read README - [X] I have read the troubleshooting section in the...

bug