白いねこ
白いねこ
> That's pretty cool workaround! Cordialmente, Manoel Vilela. Em sáb., 12 de ago. de 2023 00:16, つき 滝猫 ***@***.***> escreveu: > […](#) > The cool thing is, just print the...
Jupyter C Kernel is **NOT** supported on Windows because of these reasons: * `gcc` is not fully supported on Windows. The closest version of `gcc` for Windows by MinGW is...
> In jupyter_c_kernel, codes would be compiled in C11, why not add support for other c version. > > Currently, I've tried add an compile flag `//%cflags:-std=gnu89`, but it didn't...
I think there's a better way to do this: 1. Implement the `.c` per each notebook, instead of each cell in the previous C kernel 2. Whenever you enter the...
> Could you find the patch for Unity 2022.3 ?? There's no patch for Unity 2022, so that's why I leave the question here.
So far, I've checked out [this](https://github.com/tylearymf/UniHacker/issues/194#issuecomment-1582144642). I'll look for this, but no guarantee that this patch for UniHacker will be applied successfully.
> > So far, I've checked out [this](https://github.com/tylearymf/UniHacker/issues/194#issuecomment-1582144642). > > I'll look for this, but no guarantee that this patch for UniHacker will be applied successfully. > > Great find!...
So far, Unity 2022 and later don't use legacy licenses, so UniHacker is kinda useless for these versions. You may need to generate `.lic` license request, and then import it...
> > So far, Unity 2022 and later don't use legacy licenses, so UniHacker is kinda useless for these versions. > > You may need to generate `.lic` license request,...
By default, so far, only Unity 2022.1 versions are being supported. I'm not really sure how the patch actually works, and which security points that Unity 2022.2 and later versions...