Phillip Weinberg
Phillip Weinberg
https://docs.aiohttp.org/en/stable/
In general the status of the tasks is not simply just `Queued` and `Completed` there are actually around 8 possible states a task can be in so its hard to...
Just to be clear, the builder interface should never throw an error by construction? The errors will happen when generating the Hardware IR.
I am not sure if I completely understand the issue, can you take a screen shot to show me?
Hi Jan, unfortunately those images are not rendering on GitHub. can you email them to me in the NERSC slack channel?
after talking with @kaihsin I think our best bet is to inject properties for the different "service" backends directly into `BackendRoute` which can be done when installing a new package....
This is currently blocked because of the serialization of the builder. I think in order to pull this off we need to have a different design for serialization, something that...
Came up with a solution, use decorators: ```python # in bloqade.builder.parse.json class Serializer: type_list = set() def default(self, obj): if type(obj) in self.type_list: return obj.serialize() else: return obj class Deserializer:...
@kaihsin Do you think this is possible?
No worries! There will be time to do this :)