Zeph

Results 10 issues of Zeph

I'd love to use this, but I'm not sure how it's meant to work. If I generate the cache and then reuse it for all future builds, what happens when...

Hey :) we're using CPM 0.35 and we were seeing cache misses in ccache. I believe this is being caused by the path that CPM is downloading dependencies to changing...

help desk

As the submodule commits are rewritten for the prefix path (causing the hash to change), it would be great to be able to rebase them instead of merge, so the...

I assume there was some issue that caused this check to be added? I'm curious. I would have thought it would work just fine 🤔

typically with callbacks a `void*` is passed when setting the callback, and then when something calls the callback, they will pass it that `void*`. this allows users to cast the...

The third party dependency `nlohmann/json` is included in the header, which means clients of this SDK will also be pulling it in. this can conflict with a different but existing...

Without a namespace, the contents of the header polute the global namespace. in particular, the `using json` is quite unfortunate clients of this SDK need to wrap the `#include `...

I noticed the firefox version hasn't been updated in a while, is it no longer supported?

help wanted

Using Github CI ``` Operating System Ubuntu 22.04.5 LTS Runner Image Image: ubuntu-22.04 Version: 20250825.1.0 Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20250825.1/images/ubuntu/Ubuntu2204-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250825.1 ``` the export + error: ``` 🖥️ Exporting preset...

I'm seeing the following log being spammed 100+ times a second, generating 40mb+ `debug.log` files `[Render thread/DEBUG] [moze_intel.projecte.PECore/]: ** RECEIVED TRANSMUTATION EMC DATA CLIENTSIDE **` I'm using minecraft `1.21.1`, neoforge...