Mark Skilbeck

Results 75 comments of Mark Skilbeck

Working on it. Will let you know once it's done.

@abo-abo Finally I have the copyright assignment. I'm going to take a look at this again, and address the comments above.

> @notmgsk: The posframe display delay probably occurs because posframe creation takes a bit of time. You can mitigate the problem by caching and hiding posframes (and lazily creating them...

I don't think it exists in lispy because it exists as a standard emacs command: `forward-sexp`.

IMO `+=` feels natural because a `Program` object is like a list in others ways (e.g. can be subscripted).

Hey, Mark. Would you provide a MWE that triggers the mypy warning?

While we work on a fix for this (ETA undetermined), I would recommend using the docker-ized version of the Forest SDK. Get docker here https://www.docker.com/products/docker-desktop With that installed, run the...

The latest package (2.15.1) should work on Catalina: https://qcs.rigetti.com/sdk-downloads Unfortunately I have not fixed the security issue that macOS will complain about. To circumvent that, you will need to `Right...

I think `get_isa()` should just be a wrapped around `self._isa`, and that we should trust the ISA provided to `Device()` to be the *One Trust ISA*. @karalekas wouldst thou agree?

Yeah, that's unfortunate. Unfortunate because it's not really something we can go back and change now -- anybody using that code will expect the current ordering. After a change, that...