Alex Barker

Results 58 comments of Alex Barker

Having the same issue here. Having a clear target as previously mentioned would be the most rational and elegant solution IMO. Here is the `vite.config.ts` we currently us for a...

Anyone seen this? https://esbuild.github.io/getting-started/#bundling-for-node Could this option be used for targeting the `node` platform? Or is rollup responsible for this!? Keep wondering what responsibilities `esbuild` and `rollup` have exactly in...

I could imagine that if `target: "node12"` is set that `esbuild` takes over the build instead of `rollup` in this case.

yes please support `editon = "2023";` @community are there any alternative documentation plugins that support it?

``` Failure: plugin "buf.build/community/pseudomuto-doc:v1.5.1" does not support feature "supports editions" which is required by "myproto/v1/myproto.proto" ```

Workaround in `main.ts` ```ts if (process.env.VITE_DEV_SERVER_URL) { mainWindow.loadURL("http://localhost:3000"); // dev } else { mainWindow.loadFile("dist/index.html"); // production } ```

> This bug makes cookies and localstorage be lost at every electron restart. Since the port randomly changes the server origin changes, thus Electron (aka chromium) won't load the persisted...

In my project it works in strict mode using: ```ts import { Hookable, HookCallback, createHooks } from 'hookable'; export enum Hook { READY = 'ready', } export interface HookTypes extends...

Any movement here? Is MQTT 5 supported in this version?

I'm facing the same issue as support for GitLab Enterprise Edition is not available. When I run the following command as mentioned in the [docs](https://eu-central-1.console.aws.amazon.com/amplify/apps/appId/branches/staging/backend-help) I get: ``` npx ampx...