Caleb Taylor

Results 30 issues of Caleb Taylor

I have two applications that are built using `create react app`. One with react snap, and the other without it. Testing with LightHouse and GTmetrix, the one with react snap...

I'm running into a situation where I need to pass a prop to the CustomComponent. I've looked through the documentation and I couldn't find a solution, I'm hoping you guys...

# Bug Report [window.scrollTo behavior option](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo#parameters) has three types: "smooth", "instant" and "auto", but typescript doesn't have "instant" value. ### 🕗 Version `v4.4.4` ### ⏯ Playground Link https://www.typescriptlang.org/play?#code/O4SwdgJg9sB0DOBjATlANmgKlAFAbwCMBTACwEMA3EKZALgAIByceAFzLFcYF8BKIA ### 💻...

When iframe is focused, using zoom keyboard shortcuts will use the native browser page zoom instead of the custom one. To fix this I need to add the keyup event,...

How to toggle taskList checkmark with exec command from uncheck to check or vice/versa

Bug

Trying to refocus editor with cursor in same position, as if clicking bold button yet still maintains cursor/selection position. tried using focus method https://nhn.github.io/tui.editor/latest/ToastUIEditorCore#focus, but doesn't work ```js const onClickButton...

Bug

The documentation should list the values of the exec string types, such as `exec('blockQuote')` or `exec('heading', {level: 3})` as well as properties for payload, instead it just shows `string` and...

Question

Fails compiling Uploadcare https://uploadcare.com/docs/uploads/file-uploader/#npm. For example at a route page, user imports uploadcare ```jsx import { onMount } from "solid-js"; import uploadcare from "uploadcare-widget"; const Home = () => {...

Is there callback that fires when tooltip data-placement changes, aka when it flips?

🐛 bug
🚧 unconfirmed

### Describe the bug As the title, when using imported object for element style attribute, it is reevaluated if other attributes that use signal that is updated. In this example...

enhancement