Neko Hz
Neko Hz
(since zig has fn to generate type, we can enforce the type for the node, insteads of manually `@fieldParentPtr` in userland.) I'm **not** mean to use something like `fn Node(comptime...
as title, it only disabling the X-Typescript-Types in top level
```typescript import { Command } from "https://deno.land/x/[email protected]/command/mod.ts"; await new Command() .name("demo") .version("0.0.0") .description("DEMO") .option("--watch", "watch mode", { global: true, }) .command("build", new Command().description("Build.")) .action(console.dir) .parse(Deno.args); ``` input `deno run -A...
``` ELECTRON_ASAR.js:158 Uncaught Error: The specified module could not be found. \\?\D:\x\desktop\VizMusicPlayer\dist\win\Viz Music Player-win32-x64\resources\app.asar.unpacked\node_modules\sharp\build\Release\sharp.node ``` detail info: https://github.com/electron-userland/electron-packager/issues/424
**Describe the bug** if a windows enable the window-blurbehind (like window-blurbehind="light"), the window will not be able to drag on windows 11 **To Reproduce** Steps to reproduce the behavior: 1....
**Is your feature request related to a problem? Please describe.** I want to support dark mode for my application, and I found there is not possible to style the mctrl...
**Description** Same as title **Steps to reproduce** Work profile is disabled by default (but some company will ask you to use it for business) But you can just install a...
For example: This is my library, that required those import_map entries ``` "mtproto": "https://deno.land/x/[email protected]/mod.ts", "mtproto/": "https://deno.land/x/[email protected]/", "denoflate": "https://deno.land/x/[email protected]/mod.ts", "std/": "https://deno.land/[email protected]/", "aes": "https://esm.sh/[email protected]", ``` it works fine in deno cli, but...
testing code: ```typescript // @deno-types="~/typings/fake.d.ts" import Fake from "fake"; ``` import maps: ```jsonc { "imports": { "~/": "./", "fake": ".js" // skip }, "scopes": {} } ``` typings/fake.d.ts in root...
maybe we should specify the a hard-coded branch name for the temporory repo ``` Info: Writing access token to file:C:\Users\CodeHz\.nimble\github_api_token Success: Verified as codehz Info: Waiting 10s to let Github...