daniel sieradski

Results 56 issues of daniel sieradski

i realize you don't specifically support windows, but i thought you might be interested to know that cargo installation fails under windows due to the following error: ```sh ~ >...

bug

this: ```nu use ~/Developer/nu_scripts/custom-completions/auto-generate/parse-fish.nu ``` throws this: ```nu Error: nu::parser::expected_keyword × Expected keyword. ╭─[/Users/daniel/Developer/nu_scripts/custom-completions/auto-generate/parse-fish.nu:86:1] 86 │ 87 │ let quote = '"' # " · ─┬─ · ╰── expected def,...

Request in title.

kind/enhancement

please create a homebrew cask for this

## Bug report ### Describe the bug Though I can clearly see the class constructor in both the `mjs` and `d.ts` files in the `node_modules` folder, I am unable to...

bug

For some reason when using this plugin, I get the following error in my tests: ``` CypressError: `cy.visit()` failed trying to load: http://localhost:3000/search The `content-type` of the response we received...

I'm getting the following error after adding your module to `nuxt.config.js`: ``` FATAL Module should export a function: @nuxtjs/composition-api 18:40:47 at ModuleContainer.addModule (node_modules/@nuxt/core/dist/core.js:217:13) at ModuleContainer.nuxtModule (node_modules/nuxt-use-sound/dist/module.js:24:14) at ModuleContainer.addModule (node_modules/@nuxt/core/dist/core.js:239:34) at...

lmao go with esm modules and use `import` statements and ncc generates esm code with `eval('require')` so node throws `require is not defined in ES module scope`. drop esm modules...

``` > gaiad start --p2p.seeds bf8328b66dceb4987e5cd94430af66045e59899f@public-seed.cosmos.vitwit.com:26656,[email protected]:26656,[email protected]:26656,ba3bacc714817218562f743178228f23678b2873@public-seed-node.cosmoshub.certus.one:26656,[email protected]:26656 --x-crisis-skip-assert-invariants ERROR: unknown flag: --x-crisis-skip-assert-invariants ```

## Erroneous Behavior ``` Import-Module : File C:\Users\dsieradski\OneDrive\Documents\PowerShell\Modules\PSWindowsUpdate\2.2.0.3\PSWindowsUpdate.psm1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 +...

C-bug
P-Windows