Tim Janik
Tim Janik
Thanks for the response @pmed. That leaves me with two questions: 1) What solution do you have in mind for types that with deleted copy ctor? 2) If this is...
> The strategy here would be to separate out the color picking logic into a separate modules so they could be used in non sass environments (postcss, css in js,...
I also ran into issues with dart sass being used. Here is a snippet it doesn't parse well and errors out (much reduced from the original case): ```html $xsize: 10;...
> Atomics for me is higher priority than immintrin.h. That is because it is a part of C11 standard. and because CRuby (I am trying to implement JIT for it)...
Thanks for this PR, I also need to set Pandoc flags in addition to "markdown". Locally, I've rebased the changes onto 0.15.1.0 and tried to build it. I have Ubuntu...
> Thanks @tim-janik, on the face of it I don't _think_ shrinkpack can do anything(?) this is a behaviour of the sharp package right? Honestly, I am not sure. In...
> Oh, wow, what an enormous file name! That's an xml file generated by doxygen, not by poxy specifically, so I'm actually not sure how to avoid that, short of...
> Ok so I did some digging into your `serialize.hh` and found the culprit: > > https://github.com/tim-janik/anklang/blob/3e64716fc0bc6dbb444f8bef12983b05f31af4d4/ase/serialize.hh#L454-L459 > > Since these are template specializations there's no way to make their...
> > PS: I just fail to get any file listed in the /files.html index, even adding https://github.com/file?type=source doesn't help. > > That's an m.css feature, [see here](https://mcss.mosra.cz/documentation/doxygen/#showing-undocumented-symbols-and-files). In short,...
I wonder whether the following use case is supposed to be covered by some kind of CLAP "background thread" extension or not: The [liquidsfz](https://github.com/swesterfeld/liquidsfz) CLAP plugin implementation (planned) may be...