Renee Veisveer

Results 6 comments of Renee Veisveer

Input: sudo LLVM_CONFIG=/home/linuxbrew/.linuxbrew/Cellar/[email protected]_3/bin/llvm-config /usr/bin/python3.9 ./spikejsonrpc.py --debug upload hub/program_template.py 1 Output: DEBUG:root:sending: {"m": "start_write_program", "p": {"slotid": 1, "size": 306, "meta": {"created": 1609330728685, "modified": 1609330728685, "name": "hub/program_template.py"}}, "i": "zaDu"} DEBUG:root:Cannot parse JSON:...

I have tried different Python versions(3.7.5, 3.8.6, 3.9.0, 3.9.1). Here's 3.9.0 pip list: Input: sudo LLVM_CONFIG=/home/linuxbrew/.linuxbrew/Cellar/[email protected]_3/bin/llvm-config /usr/bin/python3.9 -m pip list Output: Package Version ---------------------- --------------- appdirs 1.4.4 audioread 2.1.9 binwalk...

I have also tried different Hub's if you're wondering. I'm competing in FLL Replay season. If there's nothing I can do, I'll prb dual-boot Windows(I have a cpu bottleneck when...

Almost 2 years later, being waay more knowledgeable, I realize my stupidity:D It's so dumb, i don't even want to talk about it.. Yes, it had to do with my...

Let me be clear, I'm a newcomer to memory management. I found another logical error: In the comment, you explain, that mmap chunk consists of only start header and data....