Michael
Michael
Will prometheus_phoenix continue on now that telemetry is "baked in" to phoenix 1.5? ``` Failed to use "phoenix" (version 1.5.0-rc.0) because apps/faithful_word_api/mix.exs requires ~> 1.5-pre prometheus_phoenix (version 1.3.0) requires ~>...
Hi, how do I set this up and run it to confirm that it is streaming content?
**Describe the Bug** using any or all of these modifiers will interfere with the first responder: ``` .popupBarStyle(.prominent) .popupBarProgressViewStyle(.top) .popupBarMarqueeScrollEnabled(true) ``` **NOTE** `.popup()` alone does NOT interfere with first responder....
Meilisearch.Index => Meilisearch.Indexes Meilisearch.Document => Meilisearch.Documents There may be more ..
Hi, I'm really glad you did this. I was also working on porting Advanced NSOperation to Objective-C and you'd already done it and found it very helpful. Mine isn't as...
**Is your feature request related to a problem? Please describe.** For 2.0.0.rc.2, there is no way to set the mutable_content and content_available header fields. This was present in the LegacyFCM...
The project is locked onto membrane master branch but unfortunately membrane has undergone a major overhaul to their repository structure. This means that simply doing `mix deps.get` `mix ecto.reset` will...
In order to get to the error `can't open file 'hss.py'`, I needed to solve a catch-22 situation where I needed a static ip address before the docker build so...
if the video title contains whitespace, ffmpeg cannot find the video file to add metadata to resulting in a runtime error (albeit recoverable). replacing the whitespace with `-` does not...