Liron Shapira

Results 5 issues of Liron Shapira

Video: https://v.usetapes.com/4zoLVyb754

editor

- EdgeDB Version: 1.4+ffe1237 - OS Version: Hosted on the standard AWS setup Steps to Reproduce: 1. Define an enum field like `TradeType` which can be either `Buy` or `Sell`...

It's very common for me to want to use the CLI to just inspect an entire record. I know the JS client now supports a shortcut for `select *`. Can...

The `motion build` process forces me to deploy my `index.html` to Firebase, which overrides my attempt to dynamically redirect the `/` path. Would like to configure something like {htmlPath: 'motion_index.html"}

enhancement

Consider this code: ``` a = atom(5) d = derivation(() => a.get() + 1) d.get() ``` A side effect of `d.get()` is setting `a._children[0]` to point to `d`. When I'm...