Evadne Wu
Evadne Wu
Some minor suggestions: 1. Group modules into categories using [module groups](https://hexdocs.pm/ex_doc/Mix.Tasks.Docs.html#module-groups) e.g. official OpenCV [documentation](https://docs.opencv.org/3.4/d0/de1/group__core.html) has groups under Core Functionalities such as Operations on Arrays etc. 2. Group functions in...
As subject. Bunch of things broken in calliope 0.4.2 indeed and the error messages did not make too much sense :( https://github.com/nurugger07/calliope/issues/79
As attached. I suspect this is simply caused by 10.9 not having `-[NSWindow contentLayoutRect]`. This can be reproduced by running XcodePostFacto on Xcode 6.3.2 and then attempting to show the...
This change allows the Akismet key and host to be provided in Procs as each tenant in the multi-tenant application may be provisioning their own Akismet account.
In `lookup` call handler for `cache_tab`: ``` {ok, Prio, Val} when (State#state.lru == true) or (Prio =< CleanPrio) -> ``` This means that stale entries can still be returned by...
Given the following abridged template, given the `IsDatabaseImportExportEnabled` condition is true, the resource is created/updated with only 1 associated role for `s3Import` Key Facts - RDS: Aurora PostgreSQL 12.12 Reason...
Documented approach: %{"action" => "subscribe", "params" => ""} When the user sends: %{"action" => "subscribe", "topic" => ""} Subscription fails silently. In general bad input not checked.
Upgraded Packmatic - Upgraded targeted Elixir and OTP versions - Revised URL Source - Changed iBrowse/HTTPotion to Req/Finch/Mint - Added dedicated Buffer capability - Added support for Extended Attributes -...