Fritiof Rusck
Fritiof Rusck
PR to address my complaint in issue #27. Instead of the return type being true or false, the function should return if the value is a object or not.
## Summary Currently isObject returns the type `boolean`, but i think it would improve the package if it returned `val is { [key: string]: unknown }`. ## Current behaviour ```ts...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/ngneat/falso/blob/master/CONTRIBUTING.md#commit - [X] Tests for the changes have been added...
### Description Currently we only have `randBoolean`, but sometimes you don't want there be 50% chance that the boolean will be true and a 50% chance that the boolean will...
### Is this a regression? No ### Description When passing in the argument `fraction` to the function `randAggregation` nothing changes ### Please provide a link to a minimal reproduction of...
## Type of change - [x] New feature - [ ] Bug fix - [ ] Security patch - [ ] Documentation update ## Description Adds two new ways to...
**Describe the bug** If your username is too long it clips outside of the box in the navigation bar at the bottom **Screenshots**  **Smartphone (please complete the following information):**...
**Bug description** Sometimes when i open a session, every keypress moves the ui up (see video) **Steps to reproduce** Very unclear how to reproduce. It only happens sometimes, and only...
Hello, Is there a way to disable one LSP from showing up in the trouble menu. I'm currently using cspell to highlight spelling errors, however i don't want them to...