-
For new users, the use of templated functions in example code may be confusing. Document our usage, explaining
- where to read more about C++ templates
- that examples are written as generally as fe…
tkphd updated
7 years ago
-
I was trying to adapt one of the http clients (urequests/uaiohttp) to be able to use https
base on the basic example of `ussl.warp_socket` (and few other examples of people trying it out)
and I wa…
fruch updated
2 years ago
-
Hi,
I am trying to install CADD-scripts on my local env and the legacy dependency of mmsplice 1.0.1 with concise is giving me problems installing. Since mmsplice 2.x the concise dependency has be …
-
There is currently a discussion here https://github.com/xiph/flac/pull/281 about something libsndfile does in the next bit of code:
https://github.com/libsndfile/libsndfile/blob/e09e5dd043fcb32f380…
-
Just wondering how hard it would be to modify your code to with with 32bit floats. We have made a couple of attempts but end up with garbage out. Any pointer would be much appreciated.
-
References:
https://github.com/googlefonts/roboto/issues/24
https://github.com/googlefonts/roboto/issues/101
https://github.com/notofonts/latin-greek-cyrillic/issues/182
This was resolved for No…
-
`readWhitespace` assumes all text is ASCII. The function should decode runes correctly and then check to see if they are spaces.
Can not test runes this way:
https://github.com/go-spatial/geom/b…
-
According to http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html (which I guess isn't the official spec but seems like one of the better writeups), the `data` chunk should have a paddi…
ssfrr updated
6 years ago
-
Relic ran a series of AIFF-Compressed variants during it's earliest days.
It consisted of a custom lossy compression algorithm for AIFF coded by Relic, maintained through most of the 2000s across var…
-
Yannick pointed this out:
```
Definition refine_res1 : relation (global_env * dvalue)
:= TT × eq.
```
> Shouldn’t the refinement relation on dvalues be more subtle than eq? We don’t consider p…