Qiu Hua
Qiu Hua
### Discussed in https://github.com/bitwalker/libcluster/discussions/167 Originally posted by **qhwa** September 23, 2021 Hi, first of all, thanks for the awesome library! It's a fundamental part of our Elixir application in Kubernetes....
## The issue We found that there may be occasional `:noproc` errors raised during the function call in `Commanded.Commands.Dispatcher.execute/3` The error looks like this: ```elixir Erlang error: {:noproc, { GenServer,...
There is [an issue](https://github.com/ndreynolds/ex_termbox/issues/4) for Ratatouille to display **wide** characters correctly, especially East Asian characters and Emojis. [This script](https://gist.github.com/qhwa/3ff6e17f117b30961a41a084d693c886) can help reproduce the problem. So I created a library, [ucwidtt](https://github.com/qhwa/elixir-ucwidth)...
Hi, I'm trying to make a command-line app with Ratatouille and ExTermbox and having a lot of fun of it. So far everything works fine in `iex`, and `mix run`,...
It seems that some of the Chinese characters are not displayed. Let's take the hello world for example. Here's a script: https://gist.github.com/qhwa/7ef65acb13ec656cc13d7418d066cfcc when `mix run` it, the expected output will...
Hi @awebneck , I've made paths, sub paths and directions able to be transformed now. For example ``` ruby # for path path = Parser.parse %Q{C211.003,239.997,253.003,197.997,304.003,197.997} path.scale( 0.5, -0.5 )...
主要改变: 1. 解决TOP数据中 visitor_nick 编码为 GBK 引起的乱码问题 2. 移除项目中的 `String#to_utf` / `String#to_gbk` monkey patch,现在使用 `string_utf8` gem 处理 已知还存在的问题: visitor_nick 有可能返回一个数组,需要进行处理。暂时未处理。
Hi, Christian! Thanks for the library. I just found out there's a type error after incorporating this library and made a quick fix. Hope this can be helpful. Appreciate your...
It would be nice to show what movies or TVs where the words/phrases appear. possible resources: - [payphrase](https://www.playphrase.me/)