Alec Larson

Results 407 issues of Alec Larson

Feature proposal for the new `expires` prop: 1. pass in a single animated value, or an array of animated values, so unmount will wait for these additional animated value(s) to...

kind: request

**Value offer:** Selective debugging of animated values Add the `debug` prop to `useSpring` et al which: - enables more logs - does other stuff? records in chrome devtools?

kind: request
type: help wanted

Trying to change spring config depending on the state, but there is some strange behavior. [Example 1](https://codesandbox.io/s/quizzical-oskar-e7ywv). **Expected behavior:** on mount animation plays once and stops. Press "Start looping an...

kind: bug

```lua fun.totable( fun.map( fun.pluck('foo'), {{foo = 1}, {foo = 2}} ) ) -- {1, 2} ```

Previously, the bottom frame was printed.

For example, use `g0` to jump to the bottom of the stack. Trying to jump out of range triggers cmd_trace instead.

Some command for viewing the keys of a table would be very useful.

enhancement

When inspecting a table, it sometimes has a property whose value is a long string that fills up the terminal. This is often too noisy. If I wanted to see...

enhancement

It would be great if using `finish` or `next` within a coroutine would avoid triggering the REPL outside that coroutine (unless the coroutine dies). You can always use `step` if...

enhancement

A nice feature would be linenoise autocomplete for table keys. We just need a function that uses `pairs` on the table and its `__index` chain (assuming all `__index` values are...

enhancement