Elad Ossadon

Results 27 issues of Elad Ossadon

Getting default color from the element style is better than writing color constants in HTML/JS. Especially when colors come from SASS variables.

Currently, when animation starts and user scrolls, page 'jumps' a few times. An option `stopOnUserScroll` and listening to `wheel`/`scroll` that clears the interval would solve it.

## Which package? `@formatjs/swc-plugin` ## Describe the bug Hitting this error when I have code with generics in .tsx files ```ts export function f(x: TType): TType { return x; }...

bug
Stale

### What version of Turborepo are you using? 1.2.0-canary.1 ### What package manager are you using / does the bug impact? Yarn v2/v3 (node_modules linker only) ### What operating system...

# 🚀 feature request ### Relevant Rules Add new rules - `yarn_run` and `npm_run` ### Description I would like to revive https://github.com/bazelbuild/rules_nodejs/issues/362 and suggest adding `yarn_run` / `npm_run` rules, and/or...

enhancement
help wanted
package:builtin

Is there a way to generate same SVG with multiple color overlays on a sprite? (or, a feature request)

awaiting-reply

Examples: 1. positioning the bottom right corner of the element at the top right corner of a button. 2. Flipping direction when the opened element exceeds the screen bounds Essentially,...

It might be a Rack issue, but: ``` ruby before do subject.params do requires :contacts, type: Array do optional :name optional :phone optional :email end end subject.before_validation do pp form_vars:...

discuss!

Even with #161 fix, rendering can take a few seconds. Feature request: cache the response in memory as it doesn't change until server restarts anyway.

new feature
swagger-1.2

Request is missing `setNoDelay` method that exists on the node.js version. Some libs (e.g. EventSource) call this method.