Dmitry Zakharov
Dmitry Zakharov
I have a feed component with the `permanentTrackY`. And if there's no messages initially, after I add a batch of them, the scroll doesn't work. I need to click on...
I've created a PR in which added the BigInt module https://github.com/rescript-lang/rescript-compiler/pull/5531. I think it should be good enough as the first iteration.
I've came across the issue trying to use the node:14.17.0-alpine container
I think the log with the actual error may be useful for the issue. ```bash $ npm install rescript > [email protected] postinstall /workspace/promo/node_modules/rescript > node scripts/install.js ninja not compatible? Error:...
It looks like this connected with the issue https://github.com/rescript-lang/rescript-compiler/issues/3666
It still requires `g++` and `make` besides `python`, so migrating from python to node would be cool, but there'll still stay some dependencies that can't be omitted.
What about the trailing empty string `+ ""`?
I have a different error. It happens after I rerender one element of the list 
Ah, no, it's the same. Here's my component ```javascript import React, { useState, useEffect } from 'react'; import { ReactSortable } from 'react-sortablejs'; import map from 'lodash/map'; import Field from...
I added onChoose callback and took a look at the event object.  It doesn't have a problem here. The problem is either inside of your component or it uses...