Arlen Beiler

Results 234 comments of Arlen Beiler

@Jermolene @saqimtiaz where are we with this and can we merge it?

@Jermolene well if I'm going to refactor it that much I would just get rid of them and dump what's left straight into the function that calls them because it's...

@Jermolene I simplified the code to just use functions instead of entire classes. I think that's about the simplest I'm going to be able to get it for now.

Here's some code I came up with. It uses the metafile info. ```ts export async function runBuildOnce(rootdir: string, publicdir: string) { console.time(`Building client ${rootdir}`); const esbuild = await import('esbuild'); const...

An infinite recursion should simply be marked as `infinite` (same color as `never`) indicating that some level of recursion is involved, I suppose, and the user could then end the...

```ts Array.shift(): { "server_id": number; "server_uri": string; "itemType": string; "key": string; "title": string; "summary": string; "thumbnail": string; "videocover": string; "url": { "H264": string[]; "location": string; }; } | { "itemType":...

```ts ceTouchableFeedback void; object_id: number; name: "header" | "italic" | "bold" | "underline" | "repeat" | "link" | "search" | "image" | "key" | "code" | "map" | "table" |...

Can we somehow make this a VS Code setting? I guess this is in Typescript now, so whatever the equivalent would be here.