betfix

Results 6 issues of betfix

## 🐛 Bug Report Jest throws an error: ``` Error: EISDIR: illegal operation on a directory, realpath 'Z:\Temp' at Function.realpathSync.native (fs.js:1588:3) at tryRealpath (D:\myproject\node_modules\jest-util\build\tryRealpath.js:26:39) at getCacheDirectory (D:myproject\node_modules\jest-config\build\getCacheDirectory.js:89:33) ``` The error...

:bug: Bug
Help Wanted
Windows

I have the following app: ``` //App.svelte import { Route, Router } from 'svelte-navigator' import Temp from './Temp.svelte' ``` ``` //Temp.svelte import { useLocation } from 'svelte-navigator' const location$ =...

One of my files has this import: import { createPortal } from "react-dom"; During build it's getting an error: Error: 'createPortal' is not exported by node_modules\react-dom\index.js I found a similar...

I created a console app with Statiq.Web, the CleanBlog theme and a few pages. Then I added a class named "CategoriesViewComponent" at project root and added this line to **_layout.cshtml**:...

General Enhancement

How to disable (or substantially delay) the auto rendering and only render on save or when the "refresh" button is clicked? I tried increasing various delay and interval settings, but...

Vsc-organize-imports is not working if I open a project which exists on Windows Subsystem for Linux (WSL2). After opening any such project, the extension is visible as Enabled, in Commands...