Results 5 issues of Krysto

I'm trying to use an svg file and an mp4 file using file loader as follow: ``` var bg = require('./bg.mp4'); ... ``` but both fail. The video is not...

When I see driver.js's basic usage ``` const driverObj = driver(config); driverObj.drive(); ``` I immediately thought that the provided config would be tied to driverObj specifically. But I was misled,...

### HeroUI Version 2.8.0-beta.6 ### Describe the bug On Chrome, when I have some credentials saved in Chrome's password manager, the browser may prefill the input content for me. But...

📃 Status: Reproducible Environment Needed

At [line 326 of index.d.ts](https://github.com/final-form/final-form/blob/main/src/index.d.ts#L326) : ``` export function createForm( config: Config, ): FormApi; ``` `createForm` function isn't passing `InitialFormValues` to `Config` even though `Config` does accept a second generic...

**Problem**: In the [Shell Expansion page of the documentation](https://dotenvx.com/docs/advanced/run-shell-expansion), 2 solutions are listed, one of which is using subscript as follows: ``` { "scripts": { "_echo": "echo Hello $HELLO", "hello":...