Stanislav Chernov

Results 3 issues of Stanislav Chernov

Imagine the following scenario: ```javascript const state = { counters: { count1: 1, count2: 2, count3: 3 } }; const actions = { counters: { inc1: () => ({ count1...

FEATURE
DISCUSSION

In the end of the chapter there's an example and statement: ```js var myObject = { a: 2, b: 3 }; Object.defineProperty( myObject, Symbol.iterator, { enumerable: false, writable: false, configurable:...

for second edition

### Dagster version 1.5.5 ### What's the issue? Not sure if it's bug or was never implemented. I cannot see log messages in web UI from multi-asset sensors, but I...

type: bug
area: logging
area: sensor