Battal Doğukan Hazar

Results 4 issues of Battal Doğukan Hazar

## Bug Description When a POST request is made using a dispatch interceptor and undici.DecoratorHandler, an error is thrown if the request includes a body. However, if the request does...

bug
Docs

currently, first argument of addEffect() function is typed as PostEffect which is wrong because it refers to PostEffect class that is declared on the same file, it should have been...

### Describe the Bug i get this error in loop when trying to run docker container, it restarts forever. [ /etc/cont-init.d/80-configure_flatpak.sh: executing... ] **** Configure Flatpak **** mount: /proc: none...

type:bug
status:awaiting-triage

For example; ```js // vehicle-wheel.js class VehicleWheel extends pc.ScriptType { /** @type {boolean} */ isFront; } pc.registerScript(VehicleWheel, "VehicleWheel"); ``` ```js // vehicle.js class Vehicle extends pc.ScriptType { /** @type {pc.Entity[]}...