Deleted user
Deleted user
Game also have a performance issue on create profile part.  [recording.ppdmp.zip](https://github.com/hrydgard/ppsspp/files/7411323/recording.ppdmp.zip)
> > _**PSP**_ > >  > > @Gamemulatorer that screenshot is too cropped. Never mind that 😅
There's a graphics glitch on the ground in vulkan backend if hardware tessellation is ON (VULKAN) **hw tessellation on**  [vk_hw_tessellation_on.ppdmp.zip](https://github.com/hrydgard/ppsspp/files/7411298/vk_hw_tessellation_on.ppdmp.zip) **hw tessellation off**  [vk_hw_tessellation_off.ppdmp.zip](https://github.com/hrydgard/ppsspp/files/7411487/vk_hw_tessellation_off.ppdmp.zip)...
There's also a flickering shadow 
>  There are no pedestrians in the game,this leads to some tasks that cannot be completed What's your device?
> > > 游戏中没有行人,这会导致一些任务无法完成 > > > > > > 您的设备是什么? > > I'm on the computer What's the GPU/CPU and graphics backend are you using while playing...
This might be CPU emulation issue?
I've been working with this the last few days, and I believe that safety 3.5 does not have this problem?
I had similar issues with DataTemplate items inside CollectionView, when touch did not work. I had to programitacally delete and create new DataTemplate (simple button) and attach event handler to...
Something like: ```python response = self.client.post( self.repo, data=data, files={'content': (artifact.name, f, 'application/octet-stream')}, auth=(self.user, self.auth), ) import httpx try: response.raise_for_status() except httpx.HTTPStatusError as exc: exc.args = (exc.args[0], f"{response.text}") raise exc ```...