Adam Banko
Adam Banko
**Browser:** `Chrome` **Extension version:** 0.20.0 ### Expected behavior Icon is same when I navigate to a url within a single page app and when I refresh the page ### Actual...
From v16 the postgres client supports a special `sslrootcert` connection string param that uses the system root certificate storage. It would be great if node-postgres would also support this param...
`TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.` on this line: ```js observer.observe(document.querySelector("html"), { // this line childList: true }); ``` When an svg...
This issue is very similar to #2069 but instead of Branded key, the same issue is with Template Literal Type key. When z.infer a Record with Template Literal Type as...
One less http request on / new Api object.
**Given** ```ts import React from "react" import SvgAsset from "./asset.svg" export function ComponentWithAsset() { return } ``` ```ts import { ComponentWithAsset } from '../components/ComponentWithAsset'; const { Given, When, Then }...
so non-latin characters can make it
### Observed behavior - In the playwright UI mode the tests show up under node_modules/gherkin-wrapper/lib/wrappers/playwright.js and not in the file where they were defined. - The tests doesn't show up...
Hi, I'm very grateful for this lib, and the work of all contributors and maintainers! `isFunction` type guard narrows the type to a `Function` in TS that is by default...