Viacheslav Katsuba

Results 28 issues of Viacheslav Katsuba

* Added `rebar3` https://github.com/erlang/rebar3 * Added `sheldon` https://github.com/inaka/sheldon

**Proposed changes include:** * CTL for migration from Mnesia to RDMS **How To:** Migrate `pubsub_nodes`: ```sh $ mongooseimctl migrate mnesia rdbms pubsub_nodes ``` Migrate `pubsub_subscriptions`: ```sh $ mongooseimctl migrate mnesia...

WIP :construction:

Test suite is failed: - [ ] riak_mnesia - [ ] internal_mnesia

WIP :construction:

Currently [erlang_doctor](https://github.com/chrzaszcz/erlang_doctor) is used often for debugging of MongooseIM it makes sense to add it as part of the project.

MongooseIM version: 3.3.0 Installed from: https://github.com/esl/MongooseIM/tree/3.3.0 Erlang/OTP version: 20 Hi All, When I try create XML as described for https://xmpp.org/extensions/xep-0060.html#impl-tempsub and send this XML: ```xml http://jabber.org/protocol/pubsub#subscribe_options 2019-10-31T17:36:49.559220Z ``` I get...

community
in backlog

### Description Add https://github.com/AdRoll/rebar3_format. For run formatting just call: ```sh $ rebar3 format ``` For verify if need to run formatting plugin, just need to run: ```sh $ rebar3 format...

Does `Zotonic` can support `Swagger` integration like [cowboy_swagger](https://github.com/inaka/cowboy_swagger) for creating `Swagger` documentation dynamically?

Purpose of changes: * Migrate from Travis to GitHub Actions. * For OTP 21 used `rebar3` `3.15.2` * For OTP 22/23/24 `rebar3` `3.17` * [GitHub Actions result](https://github.com/vkatsuba/exometer_core/actions/runs/1270752429) * Replaced `hut`...

**Error:** ```erlang 1> lg:trace({app, 'bla-bla'}). ** exception error: no match of right hand side value undefined in function lg:flatten/2 (/some-app/_build/default/lib/looking_glass/src/lg.erl, line 91) in call from lg:do_trace/4 (/some-app/_build/default/lib/looking_glass/src/lg.erl, line 78) 2>...