Maarten

Results 12 issues of Maarten

eg https://exampl.co/static/file1.pdf in the PDFLoader, or can we create an HTTPLoader and then infer from response or request url eg `.pdf`. Looking for a `./web/http.ts`, any ideas for this file?

from 59 vulnerabilities to 20 with 0 critical.

Added Node 20 and TypeScript 5.3 ```yaml matrix: node: ["18", "20"] typescript: ["4.5", "4.6", "4.7", "4.8", "4.9", "5.0", "5.3"] ``` Closes #3276 Closes #3277

Testing the latest Typescript since that is what most people use when starting a new project.

Request to add the LTS at this moment for Node.js [nodejs.org](https://nodejs.org/): 20.11.1 This will make for more up to date testing.

**Description** To add a hook that allows usage of the built in notification system: [mozilla](https://developer.mozilla.org/en-US/docs/Web/API/Notification) **Acceptance Criteria** - [ ] Allows for title input - [ ] Allows for description...

enhancement
good first issue

- [ ] The useMutation hook should be able to perform a PUT request to update data on the server using the provided API URL. - [ ] It should...

enhancement
good first issue

- [ ] The useFetch hook should be able to make HTTP requests and retrieve data from a specified URL. - [ ] The hook should provide a way to...

enhancement
good first issue

Using a standard prettier config, the entire codebase will be in sync. - creates a .prettierrc.json - installs prettier as dev dependency - adds a settings.json file in the .vscode...

Adding 2 workflows: Ci and Cd, 1 to build the project(incase TS) and test the project to ensure latest features are working. 2nd to auto push latest version to npm.