Sahil Lavingia

Results 9 issues of Sahil Lavingia

I only see one in the repo, which seems low for how powerful the software already is. Am I missing something? Documentation on how to add a new fitness function...

Originally opened in [that repo](https://github.com/wassimj/TopologicSverchok/issues/53), but was asked to move it here: ``` Traceback (most recent call last): File "/Applications/Blender.app/Contents/Resources/3.5/scripts/modules/addon_utils.py", line 333, in enable mod = import (module name) ModuleNotFoundError:...

Currently looks a little janky and the screen moves "down" if focused on self Due to the wrong rect used to take the screenshot? Does it not include the menu...

Google, YouTube Visual tests Design system tests Typo tests

priority

Why: - Common - Helps with tracking releases

Put tests next to the page.ts (same folder) so we don't need a specific app/tests/ folder. Requires updating testDir to testPattern: ``` import type { ShortestConfig } from "@antiwork/shortest"; export...

priority

A way to make tests faster. Via snapshot images? Via URLs? Bounty: $1,000 for each PR that improves the speed of a shortest test.

priority

### What Some way of chaining tests to depend on other tests. ### Why Save time/lines of code when running tests. Bounty: $1,000 for a merged PR that solves this...