MiNG

Results 11 issues of MiNG

When I saving (inserting) data by beedb with go-oci8, always a error `sql: statement expects 0 inputs; got 7`. This error throws in _database/sql/sql.go, line:671_ , I debugged found that...

Support auto create table by model should be a exciting feature.

https://blog.jetbrains.com/idea/2022/05/intellij-idea-2022-2-eap-1/

使用 spring-boot loader + fatjar 模式打包有如下优势: - 依赖无需shade,只需要打包到 BOOT-INF - 无需配置 bootstrap classpath - 依赖及不导出的类可以在独立的loader中加载,避免应用会意外访问 - 主代码中可以依赖 kotlin,简化代码并且可以对 Transformlet 提供更好的 dsl ``` ttl-fatjar.jar `-- BOOT-INF/ | `-- lib/ | `--...

✨ feature
📐 design discussion
t:v3 ✨

代码: https://github.com/alibaba/Sentinel/blob/4498de480f368d6bf63afbfda42797172c89573b/sentinel-adapter/sentinel-dubbo-adapter/src/main/java/com/alibaba/csp/sentinel/adapter/dubbo/SentinelDubboProviderFilter.java#L73 在 dubbo 2.7.5 后,所有`Filter`均支持异步操作,返回的 `Result` 对象通常是 `AsyncRpcResult`,对 `AsyncRpcResult` 调用`hasException()` 时如果异步任务未完成,则使用默认的返回值,永远不包含异常。 https://github.com/apache/dubbo/blob/9c49efeacfd87d2d4409fb000cebd58e1114ec8a/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/AsyncRpcResult.java#L143-L155

good first issue
area/integrations

Implements #286 . The `CompletableFuture` returned by `ListenableFuture.completable()` is not injected yet, because there is too much methods to be processed. And the injection to `CompletableFuture` should be feature of...

```java TracedThreadPoolTaskExecutor tracedExecutor = new TracedThreadPoolTaskExecutor(myExecutor, GlobalTracer.get()); try (Scope scope = GlobalTracer.activateSpan(span)) { ListenableFuture future = tracedExecutor.submitListenable(() -> { Thread.sleep(1000); // Let callback run in other thread System.out.println(GlobalTracer.get().activeSpan()); // It's...

apworks.org好像挂了?是需要翻墙吗?

`WriteHelp` function will auto wrap and align the description that longer than terminal's width. When multi-byte character in the description, like emoji or Chinese, the wrapping will be wrong. ```go...

I manually init a git repository with svn remote named "qnear" git svn init -Rqnear --prefix=qnear/ -s Now, the svn remote is named "qnear". I can't find any way to...