godmar

Results 37 comments of godmar

Without setuptools, on recent versions of Python, you get ``` ModuleNotFoundError: No module named 'distutils' ``` I believe the numpy dependency could be specified in [`requirements.txt`](https://github.com/jopohl/urh/blob/544efd35ac4e0105cb63a31f2dc209c3834bc7bd/data/requirements.txt) perhaps.

A comment on the `STACK_ALLOC` macro. It will always allocate stack space of `thresh`, even if the needed amount is larger and the actual storage comes from the heap via...

I'm curious about this, too. I run ollama 0.6.6 on Ubuntu 24.04.1 with Linux 6.11.0. It's an 780M integrated APU (`rocminfo` reports `AMD Ryzen 7 7840HS w/ Radeon 780M Graphics`)...

PS: I'm trying to find the build instructions. I click on [EDK II Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions#edk-ii-build-instructions) and there it says: _If you just want to get started quickly and be able...

Thanks. To be really honest, after having not used React actively for 3 years and now considering getting back into it, I was actually reading this page in the documentation...

Thank you again. The page you [linked to](https://react.dev/learn/creating-a-react-app#full-stack-frameworks) seems more clear, and reading between the lines, it seems that in order to earn the React team's "full stack" framework designation,...

Possibly related: https://github.com/Mechanical-Advantage/AdvantageScope/issues/375