John Wachowski
John Wachowski
So when set id != 0, the left most bit of the 6 library bits determine if it is referencing the assets in the base set or the assets in...
Does this apply for assets as well? For example with the legendary psycho item. 'is_weapon': 0, 'set': 6 'type': {'asset': 11, 'lib': 256} where asset is 8 bits, and lib...
I take it this is why when I use annotations on the `rpc.method` I get an exception? ``` import aiozmq.rpc from typing import Any @aiozmq.rpc.method async def create(self, meta: Any)...
It looks like it is writing to some unknown registers. `w> 00000004 GPU: Write to unknown register (1844 = 1F508000) w> 00000004 GPU: Write to unknown register (1841 = 00000000)...
Could they be using some type of compression like an LZO type of thing when it tries to write it to the buffer? Or is this more of a failed...
> @wachpwnski > > try: > > ```python > class AuthorSchema(Schema): > ... > books: List[BookSchema] = Field([], alias="books") > ``` This fixed my issue. Thank you!
> Same here, It would be a very useful feature What OS are you running? I'm using Windows 11 and I'm not sure if it's not compatible with that or...