Pietro Paolo Vismara

Results 8 issues of Pietro Paolo Vismara

### Describe the bug Trying to run vitest in a package of a yarn monorepo will cause the following error: ``` MISSING DEP Can not find dependency 'vite' ✖ Do...

bug

After closing the app and starting the installation the update takes about 15s, after which the app is relaunched automatically. If I launch the app manually before the installation is...

* **Electron-Builder Version**: 23.3.2 * **Node Version**: 16.14.2 * **Electron Version**: Electron 19.0.8 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows NSIS, MacOS DMG Zip This is the...

`game` -> `this.game` or you'll get `ReferenceError: game is not defined`

When I run this code: ``` const world = createWorld({}, 1e8); const Empty = defineComponent({}); registerComponents(world, [Empty]); const query = defineQuery([Empty]); // bitecs throws here const deser = pipe(query, defineSerializer([Changed(Empty)]));...

Accessing the properties of `size` in a `GPUTextureDescriptor` requires first casting it as a `GPUExtent3DDictStrict`: ``` const texture: GPUTextureDescriptor = { size: { width: 1, height: 2, depthOrArrayLayers: 2 },...

Unfortunately there are several formatting changes included as prettier took over a bunch of unformatted code. The gist of the changes is the following: - `definePrefab` returns a `PrefabToken`, containing...