GhostCore07

Results 9 issues of GhostCore07

-g option will enable content-type: application/gzip; charset=utf-8 but this is not enough, it has to have "Content-Encoding: gzip" also in response header here is an example of error message when...

I am trying to search a folder with 70,257 files 8,857 folders and 13.9GB Doing scan type Filename Search filter at 100 Turned off all the stuff in the settings....

**Channel** Is this a "C++Weekly" or "The [Fill in the Blank] Programmer" episode request? weekly **Topics** What topics are important to cover for this episode? https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0593r6.html https://cplusplus.github.io/CWG/issues/2489.html https://wg21.cmeerw.net/cwg/issue2489 https://eel.is/c++draft/obj.lifetime https://github.com/cplusplus/draft/pull/5319...

episode idea

The documentation states: >With SPNG_FMT_PNG the pixel format will [be] identical to the PNG’s format in host-endian And then in spng.h for `spng_format` it says: > /* Channels are always...

question

In the following struct, ``` struct spng_ihdr { uint32_t width; uint32_t height; uint8_t bit_depth; uint8_t color_type; uint8_t compression_method; uint8_t filter_method; uint8_t interlace_method; }; ``` Shouldn't `color_type` be of type `enum...

question

Would be convenient to have a color type that matches the one natively supported by windows `CreateDIBSection` . For instance ARGB format, and RGB with row stride length being rounded...

prevents an issue where when a .gz file is requested it attempts to append an additional .gz suffix prior to checking if the file exists, i.e. the extension becomes .gz.gz...

stale

Is this a typo in the spec? Shouldn't "joints" be [0, 1] and "skeleton" is 0? Otherwise why is node_0 translation applied to the skinned mesh if it is not...

specification

https://github.com/ProjectPhysX/OpenCL-Wrapper/blob/deb0a35de21ba8dbfc23a4af7ad9eed1dc6a9542/src/utilities.hpp#L565 ![image](https://github.com/ProjectPhysX/OpenCL-Wrapper/assets/95188751/7046e2b9-e7c1-4754-bd74-a1a4a5462a76) this line is ambiguous it's not clear if end()+1 is undefined behavior, you can find discussions about it going either way, it may or may not be, but...