Benjamin Milde
Benjamin Milde
There has quite a bit happened here, so I'll give a bit of context: - I extracted all functionality, which involves knowledge about a certain precision into `CalendarInterval. Precision`. -...
I'm wondering if boundary could generate [ex_doc module groups](https://hexdocs.pm/ex_doc/Mix.Tasks.Docs.html#module-groups) per boundary and maybe [documentation metadata](https://hexdocs.pm/elixir/writing-documentation.html#documentation-metadata) for if a module is exported or not. The latter could be used by ex_doc...
OTP 21 and later elixir 1.10 added guards to access data within maps. It would be great if those could be supported.
I'm currently working on a similar "embed into some phoenix/plug app" tool than this one. In my research I found in bamboos preview router that they use `conn.script_name` to construct...
This let's the default callbacks of the channel handle the presence updates and `onMessage` is just needed to push the event to the correct channel. This is especially useful, as...
I'm trying to build a server to provide docset feeds, but even though things seem to work in Dash, I cannot get it to work in Zeal. I can see...
__Environment__ Onsen UI Version: - 2.10.10 Framework: - 2.6.10 Framework binding: - 2.6.2 Additional libraries: - Platform: - Mac OS X Chrome __Encountered problem__ I'm using the example presented here:...
**Is your feature request related to a problem? Please describe.** PromEx does start all metrics collection together, but manual or polled metrics might need processes started later in the supervision...
I'm testing that my application adds jobs to quantum correctly based on some business restrictions and I'm using `on_exit` to remove jobs again after tests. This however is causing issues...