Feng Lee
Feng Lee
Process info returned from `erlang:process_info(Pid)`: ``` Info = [InfoTuple] | undefined InfoTuple = process_info_result_item() process_info_result_item() = {backtrace, Bin :: binary()} | {binary, BinInfo :: [{integer() >= 0, integer() >= 0,...
- [ ] binary: 0b10, 0B10 - [ ] octal: 0o1, 0O1, 0o52, 0O52 - [x] hex: 0x1, 0X1, 0x2a, 0X2A
- Vim: https://github.com/hamler-lang/hamler.vim - Emacs: https://github.com/hamler-lang/hamler-mode - VS Code: https://github.com/hamler-lang/hamler-vscode - IDEA: TODO
In the mqtt_acl collection is client id a reference of mqtt_user _id field ``` { username: "username", clientid: "clientid", publish: ["topic1", "topic2", ...], subscribe: ["subtop1", "subtop2", ...], pubsub: ["topic/#", "topic1",...