Cam McHenry

Results 21 issues of Cam McHenry

If we allow multiple builds to be executed with a single command via the config file [#17], then the CLI should be able to do the same with the `--target`...

Last that I checked, the Windows 32-bit build wasn't working.

Every time a shader is reloaded some memory seems to leak. 50 reloads amounts to about a 1MB increase in base memory usage.

It would be nice to support nested conjunctions/disjunctions (AND/OR) for creating complex where clause queries. Example from the [Prisma docs](https://www.prisma.io/docs/concepts/components/prisma-client/crud#filter-by-multiple-field-values): ```ts const users = await prisma.user.findMany({ where: { OR: [...

feature
help wanted

I came here by way of the post about Hacktober on love2d forums. I have never used this library before, but it looks quite interesting. You said you were thinking...

## What this PR accomplishes Resolves https://github.com/peggyjs/peggy/issues/179. Resolves https://github.com/peggyjs/peggy/issues/186. This PR adds automatic persistence to the online code editor on the Peggy website, so that in-progress grammars will be persisted...

I'm working on improving the accessibility of tooltips in our application and I came across an automated accessibility linting issue that I'm not sure how to resolve. ## Problem Our...

bug
react
component: Tooltip

Hi, I was trying to render a SVG document which has varied font weights in it. Here is an example script: ```js const { promises } = require("fs"); const {...

I've been going through our fairly large suite of Playwright tests and I noticed a common pattern that I think would be great to correct. If I have some time,...

new rule

### Description When wrapping a group of `IconButton` components with a `ButtonGroup` while using version `35.26.0` or higher, the styling of the button group and tooltips appears incorrect. Specifically: -...

bug
react
component: ButtonGroup