AlexV
AlexV
Just a note that in my usecase I would have needed some of these as well : http://download.qt.io/official_releases/qt/5.12/5.12.9/submodules/
For reference : https://docs.python.org/3/library/functions.html#open I would expect naively the API fo https://github.com/algrebe/python-tee/blob/master/tee/tee.py#L11 to be the same...
An example of "how to use this" in the README would be useful for newcomers...
Hi, I have been using rebar, erlang and elixir via asdf for a little while now... I seem to have issues when switching erlang versions: ``` =ERROR REPORT==== 13-Dec-2022::13:05:07.778850 ===...
Hi, I regularly use committee to help me with formatting, so I decided to have a go at updating the CI (I saw it is still using old elixir versions,...
This is an error similar to what I encountered while trying to implement a linearspace typeclass on top of `Witchcraft.Monoid`. Here is a minimal example to reproduce the issue: ```elixir...
Hi everyone, here is some feedback... After using `type_class` for a while, I reached the conclusion that running property tests during compilation doesn't match the "usual elixir developer" expectations. Well,...
I recently had an issue where floats where embedded into a struct, and checking with `equal?` on the whole struct didn't round the float (as it does on one float)....
Hi, I am not familiar just yet with mpmath, yet I am surprised by the behavior of `almosteq` on intervals. Am I holding this the wrong way ? Any obvious...
I stumbled upon this recently, lost in confusion coming from debugging colors when alpha was not being what was expected... https://docs.rs/macroquad/latest/src/macroquad/color.rs.html#95-99 I am guessing alpha should not be ignored here,...