Ben Saufley

Results 16 issues of Ben Saufley

First: thanks so much for this utility. It's great, and it's just what I need for a project I'm working on. **Bug description** When running `parseFile(filename, { duration: true })`...

enhancement

First off: thanks for this! It's immensely useful to have a fast and full-featured Go reloader like this. I came here from Fresh and I appreciate the extra functionality this...

## Summary Allows disabling of JSX Attribute transformation (camelCasing of kebab-case attributes), which benefits Preact users (who are otherwise supported by SVGR explicitly, by `jsxRuntime: 'classic-preact'`). Would resolve https://github.com/gregberge/svgr/issues/450 ##...

First off, thanks for making this! Please let me know if this should go to the SVGR repo, because it's definitely possible. I'm using Preact and my config in `vite.config.ts`...

Removed the template because this is a feature request rather than a bug report. It would be useful to have an option to fail an assertion, rather than generate a...

enhancement
help wanted
good first issue

I see #368 which may be related but I can't find anything that addresses simultaneous or near-simultaneous updates to the `search`. I'm probably going to end up implementing my own...

enhancement

I think it's good to be clear that `null` can be returned from `min`/`max`, but TypeScript is powerful enough to be even smarter about this. This PR updates the types...

### What version of Oxlint are you using? 0.9.10 ### What command did you run? ```sh oxlint -c .oxlintrc.json -- path/to/example.tsx ``` ### What does your `.oxlint.json` config file look...

C-bug
A-linter

Took a crack at attempting to resolve #25. **Note:** also adjusts spacing before `*` in docblocks so that the `*`s are aligned. Should fix this issue:

Eloquent provides the ability to define [local scopes](https://laravel.com/docs/11.x/eloquent#local-scopes) like so: ```php class User extends Model { /** * Scope a query to only include popular users. */ public function scopePopular(Builder...