dennis zhuang
dennis zhuang
### What type of enhancement is this? User experience ### What does the enhancement do? For example: ```sql mysql> explain select * from test where i = 'hello2'; +---------------+--------------------------------------------------+ |...
### What type of enhancement is this? API improvement ### What does the enhancement do? As said in this article https://greptime.com/blogs/2024-03-07-greptimedb-v0.7#metric-engine It would be great if we could support **Automatic...
Upgrade to clojure 1.4 and use data.json,and update the version to 0.1.4 But i don't push it to clojars.
Using `slime-macroexpand-all` to fully macroexpand the expression at point by: ``` C c M m ``` But occurred an exception: ``` Can't dynamically bind non-dynamic var: clojure.contrib.macro-utils/macro-symbols [Thrown class java.lang.IllegalStateException]...
Added "with-hooks-disabled-1" macro that doesn't throw an exception when there is no hooks with function. Fixed issue 12. https://github.com/technomancy/robert-hooke/issues/12
When a function doesn't have hooks,the `with-hooks-disabled` macro will throw an exception. I think it should not throw this exception,i don't care if the function has hooks, maybe i want...
- 处理pid文件没有删除的问题 - 提供clean命令,用于删除特定topic的所有数据,包括offset
为了避免跟淘宝的metaq版本冲突,决定更改此分支项目的maven group。目前是 ``` com.taobao.metamorphosis ``` 欢迎提供新group名,必然仍然以com.taobao开始。