Maxim Laikine
Maxim Laikine
Did fresh install but still have the issue persisted
Update to ts 4.4.4 and clean install still did not resolve this. What other changes do we need?
@PodaruDragos can you please look into this issue?
> Maxim Laikine Maxim Laikine FTE i did look into this, the only thing i can say is that we have no problem in inversify itself. one thing that can...
Here is capture file and service trace output attached. There are several `URB status: Broken pipe (-EPIPE) (-32)` in a capture. [usbipd-trace.txt](https://github.com/dorssel/usbipd-win/files/9126467/usbipd-trace.txt) [coral.zip](https://github.com/dorssel/usbipd-win/files/9126468/coral.zip)
No new firmware update. This is [Coral USB device](https://coral.ai/products/accelerator/) I am just running the example from [this doc](https://coral.ai/docs/accelerator/get-started/) and getting the error at the end of the image detection. This...
The service had combined axe core rules into one places. Therefore any update to axe core/rules will require single place to change either axe core version or rules definition file....
> Investigated this a bit further and confirmed that this does seem to be a result of trying to run in Windows Server Core without having installed the prerequisite `Server-Media-Foundation`...
Implemented as per https://github.com/microsoft/accessibility-insights-service/pull/2524
For one who using ttsc updating ttypescript to 1.5.15 version may solve the issue. ``` "@types/node": "^16.18.11", "ts-transformer-keys": "^0.4.4", "ttypescript": "^1.5.15", "typescript": "^4.9.4" ```