Tomasz Cichocinski

Results 44 issues of Tomasz Cichocinski

# Question When looking for a standard library in Reason you can get lost quickly. There are a few options. Reason Pervasives which works on native and when using BuckleScript...

# Question In Reason exists few ways to create key-value data structure: records, object, and Js.t (JavaScript objects only existing in BuckleScript). When someone wants to start using Reason, can...

# Question What's the difference between ordinary variants and polymorphic variants? What's the best use-case for ordinary variants and what is for poly variants? What are the pros and the...

I'm trying to migrate plain reducer component that handles updates/validation of my form to `re-formality`. My form is complex and I'm having a hard time thinking about correct values/fields/updaters. Here...

enhancement

### This issue is an umbrella issue for Erlang Performance Lab UI plugin system. We're working on plugin system which will provide other developers easy way for creating new functionality...

enhancement
discussion

It's very annoying when switching back and forth between tabes you have to wait few seconds to get tree view. We definitely should improve that.

When you have large application and you want specific node there should be option to search for it based on pid. All irrelevant nodes should be grayed out showing only...

We should add functionality to show node labels in supervision tree. It will help with tree branches recognition. This option should be opt in.

Right now WebSockets are very primitive. Converting it to promise based approach allow us sending promise based messages to server. ```js socket.send('topic', { message }) .then(response => {}) .catch(error =>...

enhancement
need discussion

I'm creating this issue because since we ejected `create-react-app` we can tweak our CSS imports a little. Two options I'm thinking of are: - CSS modules - allow us to...

enhancement
need discussion