Julian Rosse

Results 60 issues of Julian Rosse

Choose one: is this a bug report or feature request? Feature request @GeoffreyBooth I came across an unsupported `export` syntax that appears to be standard ### Input Code ```coffee export...

enhancement
help wanted

@GeoffreyBooth re-opening against `master` See original PR: #5068

@GeoffreyBooth re-opening against `master` See original PR: #5081

@GeoffreyBooth re-opening against `master` See original PR: #5264

Noticed this while working on the Prettier plugin: there's currently an asymmetry between inline `if` vs inline `for`/`while` with respect to implicit calls Eg this parses: ``` a if b...

question

Fixes #24 Adds new `no-shared-value-coercion` rule to catch cases where you forgot to add `.value` and shared value is implicitly coerced to boolean/string

I just ran into this not being a type error: ``` useAnimatedStyle(() => ({ width: `${someSharedValue}%` })) ``` But clearly I meant `someSharedValue.value` So seems like a type-aware ESLint rule...

This PR just includes a couple small fixes (typos/grammar/etc) that I noticed as I was reading the wasm-pack docs

Hi, when per [this step](https://docs.rust-embedded.org/discovery/05-led-roulette/flash-it.html#execute-gdb) in the book I'm trying to run `arm-none-eabi-gdb -q -ex "target remote :3333" target/thumbv7em-none-eabihf/debug/led-roulette`, I'm getting this output: ``` Reading symbols from target/thumbv7em-none-eabihf/debug/led-roulette... Remote debugging...

It looks like `debounceInterval` on `` is specifically attached to that `` instance's `logEvent()` handler I was expecting/it would be nice if the `debounceInterval` propagated to all nested `` instances...