Daniel Finke
Daniel Finke
Where `encode_att_name` is used (couchbeam.erl L846), the expected type is a binary, not a list, so convert the return value to a binary.
We are using linphone_account_creator_create_proxy_config as follows: ```linphone_account_creator_set_username(account_creator, username); linphone_account_creator_set_password(account_creator, password); linphone_account_creator_set_domain(account_creator, domain); linphone_account_creator_set_display_name(account_creator, display_name); linphone_account_creator_set_transport(account_creator, linphone_transport_parse(transport)); LinphoneProxyConfig* proxyCfg = linphone_account_creator_configure(account_creator); ``` However, since commit b41b920426e2d4ab2dbc6aa6e5ac6423023ca1e7, linphone_proxy_config_check will fail because proxyCfg's...
- Resolves crash after deleting temporary greeting
Should make #51, #39, #26, and #21 less likely to occur (may be enough to solve them entirely) (fix #51, fix #39, fix #26, fix #21)
**Changes proposed:** - Allow targeting "Draenei Youngling" for quest "A Hearty Thanks!" - Port changes from azerothcore/azerothcore-wotlk#4270 **Tests performed:** - Tested both NPCs' behaviour in-game
- use `wa_raft_acceptor:read/3` and `wa_raft_acceptor:commit/3` Thanks to #5 and #6 for sending me in the right direction.
Fixes bet365/soap#47 When using `soap:erlang2wsdl` on the referenced `.hrl`, a crash occurs as described in the above issue. This is because the nesting of the translated `hobbies` field is doubled...
Address post-OTP 19 requirement for explicit `undefined` see: https://www.erlang.org/doc/system/typespec.html#type-information-in-record-declarations - remove unused `fault_types` field from `#op` - set static parsers early, at parse start, in `soap_client_util`