Greg Knapp

Results 30 comments of Greg Knapp

Thanks for the colour wheel example, been struggling to get anything but whole rings rendering from the `Arc` component, even with start and end angles specified. I took to reading...

Having tried slick to replace this library, when it comes to the carousel - you need to install `slick-carousel` that has a peer dependency on jQuery. There's a note in...

On a 4K TV (LG): ``` cc -c -DCRC="0x00" -o 3840x2160.o 3840x2160.S edid.S: Assembler messages: edid.S:171: Warning: value 0x1c1 truncated to 0xc1 edid.S:180: Warning: value 0x1166b truncated to 0x166b objcopy...

> I have the same problem, trying to build edid for: Modeline "2560x1440" 220.812 2560 2608 2640 2720 1440 1443 1448 1478 -hsync -vsync > > Did you find a...

I can reproduce this issue on Windows 10 with my taskbar set to autohide. PowerToys v0.70.1 Drag applications into zones. When disabling autohide the behaviour is as expected and the...

> @Jacqueline-ms are you able to provide the full file for your snippet here? I am not able to find anything that declares the loader variable. Thank you very much....

How does this work with the Monaco Editor [playground examples](https://microsoft.github.io/monaco-editor/playground.html)? I'd like to constrain and provide suggestions for document structure and valid field values as [shown here](https://microsoft.github.io/monaco-editor/playground.html?source=v0.37.1#example-extending-language-services-configure-json-defaults). How do you...

I found a solution to applying a custom schema to a language in a [neighbouring issue](https://github.com/suren-atoyan/monaco-react/issues/69#issuecomment-612816117). I applied the example code from the Monaco playground and used it in a...

Not seeing these events triggered in Electron 25 either, specifically I'd like to update a BrowserView's bounds (notably, the Y offset) when the user presses `Alt` to toggle to application...

> Note the warning in [#259 (comment)](https://github.com/lodash/babel-plugin-lodash/issues/259#issuecomment-1438592335) > > It’s best to just set this in your `package.json` deps > > ```json > { > "devDependencies": { > "@babel/core": "~7.20.0",...