Results 20 issues of Connor Dooley

`

enhancement
discussion

Hi, sorry if this is sort of a stupid question but I don't know where else to ask it.

Whenever I try to use `(convolve kernel ~rect)` rather than `(convolve kernel)` I get this error in the console and the convolve doesn't take effect ``` library.js:525 Uncaught (in promise)...

I'm confused as to why some of the aspect plugin utilities use `aspect-ratio` (`aspect-square`, `aspect-video`, `aspect-auto`) but all the rest use the padding trick. I would much prefer everything to...

**What package within Headless UI are you using?** @headlessui/vue **What version of that package are you using?** ^1.4.2 **What browser are you using?** N/A **Reproduction URL** https://github.com/dospunk/headlessui-vue-dialog-testing-error **Describe your issue**...

I want to use `useAsyncTask` like so: ```ts const myAsyncTask = useAsyncTask(() => { return functionThatReturnsPromiseWithMyData('this is an argument') }) ``` but when I try to run this, I get...

For projects with a global error handler the current system introduces boilerplate that would not be necessary if there were an option to not catch errors at all

backend specific

A style guide for implementing the standard library would be helpful, especially specifying a way to make variables and functions that are not currently in `std.c` or `std.go`. For example,...

documentation
question

If the `series` prop passed to the VueApexCharts component is an empty array (`[]`), the chart ignores the given `chart.height` option. example: ```vue ``` renders as ![bad apex chart](https://user-images.githubusercontent.com/7871432/136087297-f90a58cf-9487-4109-b2b5-2c3055221f6a.PNG)