Hovhannes Menejyan
Hovhannes Menejyan
Is it possible to use this plugin if I am executing my webpack from non-cli environment? I run my webpack compiler from a .ts file without cli scripts and it...
I see that there have not been any activity in the branches for quite some time. I am trying to use the library for React Native Web and it requires...
## Description When using the Agenda component, if I choose a date from calendar (not the header but the collapsible calendar), I am unable to scroll up to any dates...
I used to be able to pass a ref to calendar and extract some data for example like this `calendarRef.current?.state.currentMonth`. In the recent versions of the library, the ref just...
### Current behavior When using @react-navigation/native-stack, if there is some view that forces Stack navigator to be shorter, and then that view is removed, stack navigator on iOS does not...
It will be awesome to also add web support to the library.
## Environment System: OS: Windows 10 10.0.19044 CPU: (8) x64 Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz Memory: 17.20 GB / 31.94 GB Binaries: Node: 16.11.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.11...
Is there an option in Algebrite to increase calculation precision? `Algebrite.eval(5+0.0000001).toString()` returns 5.0 instead of "5.000001" and I was wondering if there is a way to increase the precision for...
I was wondering if I can use logs with bases in Algebrite. Something in the spirit of log(3,x) for example where x is the base or something similar.
It seems like the height attribute just gets ignored for the child of the toolTip if you use percentage height. Let`s take a look at this example. Here the parent...