-
Need to be able to automatically test new changes to ensure functionality isn't degrading as we move forward.
Set up tests and automatic test runs as part of CI
-
Hi all,
I have tried to check one dataset but it dropped an error with the following message:
```
File Path: Internal error. SOME VALIDATION STEPS MAY NOT HAVE OCCURRED
Type: Error
Reason:…
-
I don't know what exactly happend, but when I open the actor Studio for a new Character I only see white content.
In the console I get this error:
`Uncaught (in promise) TypeError: undefined. Fail…
-
- OpenPGP.js version: 5.11.2
- Affected platform (Browser or Node.js version): Node.js 20.17.0 (but seems to be platform/version independent)
**Problem:** When verifying a signed message …
-
**What version of Ajv are you using? Does the issue happen if you use the latest version?**
Using version `8.12.0` up to `8.16.0` works, latest version fails.
Uncaught (in promise) TypeError: …
-
```
PS C:\Users\Meow\Downloads\fake-stattrak-master> npm install
added 87 packages, and audited 89 packages in 7s
2 packages are looking for funding
run `npm fund` for details
found 0 vul…
-
When using cleave.js it seems to bypass HTML validations.
Codepen: https://codepen.io/matheusrich/pen/qBdmmWa
In this simple example event with `minlength` setted to 20, just typing a single chara…
-
```
[plugin:vite:import-analysis] Failed to resolve import "ajv/dist/2019.js" from "../../node_modules/.pnpm/@json-layout+vocabulary@0.23.0_ajv@8.17.1/node_modules/@json-layout/vocabulary/src/validat…
-
-
# Outlook add-in token verification method
Hi,
I have adopted the OfficeRuntime.auth.getAccessToken() method for getting the token. For validating the token, used server side code as suggested…