Larry Botha

Results 14 issues of Larry Botha

Getting a false positive in a bundled js file for an external library that contains ``` js document.documentElement.style.cssFloat ``` `style.css` is replaced with the rev'd string from the manifest, invalidating...

For some requests it's useful to validate that a value was not returned, e.g. when creating a user and ensuring the response doesn't have the password. At the moment https://github.com/eykrehbein/strest/blob/master/src/test.ts#L426...

It'd be great to be able to consume the results of tests, as [Postman's Newman CLI tool allows](https://github.com/postmanlabs/newman#using-newman-as-a-library). Jest allows for custom test runners to be configured; one doesn't need...

PRs are welcome! ### Problem to solve As a developer, when I don't use the `handleChange` helper, I want the other stores to be updated when a form value is...

enhancement

- [x] add `svelte-checker` - [x] add `svelte-preprocess` - [ ] update components to use TypeScript - [ ] compile Svelte components on publish to prevent users from having to...

A list of collaborative / project update to `svelte-forms-lib` which will make contributing, publishing, and fixing issues easier. Feel free to submit a PR for any of the following: -...

a link with an href that has a value, and an unrecognised target attribute will open in a new tab. Unrecognised values for the target attribute (HTML attribute) open in...

## Problem When building and running a Docker container for linkcheck, evaluating `localhost:[port]` on the host always results in `connection failed` - Expected: site to be crawled - Actual: linkchecker...

Dart Sass discourages the use of `@import`, and will be deprecating it: https://sass-lang.com/documentation/at-rules/import - [`@forward`](https://sass-lang.com/documentation/at-rules/forward) - [`@use`](https://sass-lang.com/documentation/at-rules/use)