Mark Skilbeck

Results 76 comments of Mark Skilbeck

Yowza! That CPU usage is impressive (and the consing). Is that MKL?

Easy solution: delete `from-list`. πŸ˜†

I think this is still an issue. For a quick fix you can: 1. Maybe remove your llvmenv cache (`rm -rf ~/.cache/llvmenv`) 2. Specify the generator `-G` along with `-j`:...

~Aside: can we have non-lisp/python implementations maintain a separate repo? Feels clumsy having everything under one roof.~ After out-of-band dicussion, no.

@amccaskey I would be happy to write the lisp code that produces the messages. I will leave the writing of the C++ client code to someone more fluent in C++...

Easy enough to define a new `:complex` type and have it serialize. How to deserialize is unclear to me though, since at that point it looks equivalent to a list...

An update: I have modified `cl-messagepack` to (IMO) better support messagepack's extension format. Something @stylewarning said distracted me from the problem though: a neat feature of the HTTP interface is...

can we use `"""` for docstrings too? πŸ‘ΌπŸ½

Would you be able to share a minimal program that reproduces the issue?

Here's a super duper lil program that reliably triggers the error: ```python from pyquil import get_qc, Program qc = get_qc("4q-qvm") # qc = get_qc("Aspen-11", as_qvm=True) # also fails control =...