-
From [phetsims/chipper#1487 (comment)](https://github.com/phetsims/chipper/issues/1487#issuecomment-2412371475), there are 10 errors when I run `grunt check` in phet-lib. I'm unsure what is expected, …
-
search: https://github.com/Wildhoney/ReactShadow/issues?q=TypeError%3A+e.createContext+is+not+a+function
Code:
```tsx
import root from 'react-shadow';
const ShadowDomRootDiv = root.div;
expor…
-
It seems that typecs conflicts with nodeclipse because of chrome sdk version. My guess is there is no api changes between chrome 0.3.8 and 0.3.9 sdk, so typecs should probably be less restrictive rega…
-
Hi I tried to create a CMake version of the MonaBase part of this project and I am getting the same error as follow:
Windows 10
Visual Studio 2017
```
2>Application.cpp
2>C:\prog\c++\Mona\Mon…
-
tsconfig
```
"noUnusedLocals": false
```
eslintrc
```json
"rules": {
"@typescript-eslint/no-unused-vars": "off"
}
```
`.prettierrc.yml -> .prettierrc`
`void.ts`
```
@typ…
-
It seems like using Jest for testing Svelte components requires a lot of moving parts. I will document what I have done here:
# `svelte.config.cjs`
I put this in a separate file since it seems cle…
-
Hi, do you have a example running browser tests with the oidc enabled? For me it gives the following when OIDC auth is enabled in tests
```
tui:test: FAIL tests/index-page.spec.ts > basic index …
-
Raspberry Pi Zero 2 W
Raspberry Pi OS legacy, 64-bit
Cloned this git repo at around UTC 2024-03-15 17:30
Followed the installation instructions on the Github page of this project and install.sh h…
-
Not sure what's going on here but I've never been able to get angular-cli mobile to work. In this case it looks like two different versions of angular-universal are required and two different versions…
-
### Current behavior:
I am completely unable to get cypress typings to register for commands created using `Cypress.Commands.add`. I've got a repo that has several e2e projects within it that share…