Matheus Gabriel Werny
Matheus Gabriel Werny
The function `bool get_last_insert_id(std::string const &sequence, long long &value)` has the unpleasant argument type `long long &`. This disallows passing even `std::int64_t &` because it equals to `long &`. I...
v18.0.1 In tsconfig.json with `"skipLibCheck": false` I get following error. ```sh $ typedoc --cleanOutputDir --darkHighlightTheme dracula --name Argo --out ./documentation-web/ --readme ./README.md --tsconfig ./tsconfig.json ./src-web/typescript/**/*.ts node_modules/happy-dom/lib/console/VirtualConsole.d.ts:8:22 - error TS2420: Class...
v16.6.0 with Bun. The following test does not produce the website like in the browser due to no execution of the JavaScript. ```ts import {test} from "bun:test"; import {Browser, BrowserContext,...
v16.6.0 with Bun. The following test fails. ```ts import {assert} from "assert-ts"; import {Toast} from "bootstrap"; import {test} from "bun:test"; import {Browser, type BrowserContext, type BrowserPage} from "happy-dom"; test("showcase", ():...
v16.7.1 I have the following HTML source code. It is composed of several individual HTML files when rendering server-side. Hence, the multiple occurrences of ``. Basically, it is a comment...
Version 16.5.3 using Bun. **Source code:** happy-dom is pre-loaded as per [instruction](https://bun.sh/guides/test/happy-dom). ```ts import { loadStripe, type Stripe } from "@stripe/stripe-js"; import {assert} from "assert-ts"; test("showcase", async (): Promise =>...
Programmed feature https://github.com/yhirose/cpp-httplib/issues/2242. First off, the static file server now sends HTTP response header "ETag". Following HTTP requests by the client which include HTTP request header "If-None-Match" are only served...
I have an HTTP server which among other things serves static files via `server->set_mount_point(constant::endpoint::mount_point, constant::directory::shared());`. If I understand correctly, `Server::handle_file_request()` is responsible for serving files from the mount point. I...
Tags v1.11.2, v1.11.3 and v1.11.5 are missing.
### Environment information ```bash CLI: Version: 2.2.7 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset BIOME_THREADS: unset NO_COLOR: unset TERM: xterm-256color JS_RUNTIME_VERSION:...