Terry Aney

Results 22 issues of Terry Aney

Fixes #2581 If the number of items in the dropdown > `this.options.size`, then the following line runs: `menuHeight = liHeight * this.options.size + divLength * divHeight + menuPadding.vert;` However, `liHeight`...

You should export your coding conventions into an editor config file and then include that in the root of your repository so when people help code, your coding conventions are...

I have situation where I hide elements that have `scroll-indicator` class. So I needed `easyScrollDots` to not display those. I see that you are mostly trying to not use jquery,...

From Govert: (I see there is an arbitrary max width of 1000 pixels in the drawing code, and a bug in the text layout.) Without *.xml intellisense file, a long...

I have the following Web API solution structure with three projects in a .NET 5 Web Api ``` . +-- Api.csproj | +-- Dependencies | | +-- Projects | |...

Able to make this work for petite-vue integration? So support any file extension (or maybe a configuration setting to list file extensions) and syntax highlight all the v-*, :attribute, @event...

feature-request
Stale

Type: Bug ## Issue Description ## There has been some sort of update on my laptop (but not yet on my desktop) that is causing OmniSharp to fail. I have...

OmniSharp

Type: Bug ## Issue Description ## I have a workspace file with multiple projects and interdependent references. When I attempt to build/debug the site, about 50% of the time, I...

Needs More Info

I run Windows on a Mac via Parallels. Holding the CTRL key doesn't seem to trigger highlighting. There is only one control key on the keyboard. I'm not sure if...

Maybe too niche, but only thing missing for me was ability to grab some custom attributes on the parameter being validated during the creation of the validation response. This pull...