Saïd Métiche

Results 6 issues of Saïd Métiche

Issue with nested lookups (`depth` >= 1) of type `HZ_GPOS_LOOKUP_TYPE_MARK_TO_BASE_ATTACHMENT` in the case of chained contextual lookups. The `hz_buffer_t *in` argument for the nested should *possibly* also contain the prefix...

I am making an addon for Ponzu-dev to optimize images upon upload to a gallery I am having to commit and push then use go get and then rebuild the...

I was trying to use the d3d12 demo but I had to adapt the code to work for C++ as our project is C++ (unfortunately 💀). I rewrote the file...

Post any issues or successes using Hamza down below with your system information such as: Device OS Arch CPU GPU Compiler Build commands Feel free to post pictures and logs...

I have something like this in my Go website: ``` ``` I am using the wasm/multi-threaded version of jxl.min.js and I am trying to force it to load a miniature...

Fixed "returning from a void function" error in `gs_grapics_storage_buffer_unlock_impl` by removing `return NULL;` line. Changed ``` #ifdef __MINGW32__ ``` to ``` #if _WIN32 ``` which is more correct to determine...