MLorenz42

Results 74 issues of MLorenz42

Hi, I have an input like `8E` After I put this into the parser for evaluation, the parser instantly converts it into `e({8.0})` Is there a way to suppress this...

bug

Hi, I am interested in calculating huge numbers with the library. Does this library support BigInteger? Kind regards!

enhancement
question

Hi, I want to use the blacks/whites/mids parameters in adjustColors(). Calling adjustColors() without any parameter give following result: ![grafik](https://user-images.githubusercontent.com/16626063/121779473-1e61e180-cb9c-11eb-8459-ff384a780b6e.png) But when I set any value (between 0 and 255) to...

Hi, as far as I can see, saturation == 1.0 does not effect to original image. It is the unchanged value. So, it is only possible to de-saturate the image...

Hi, I am searching for a widget which not only shows the single frames of a Gif animation, but also provides the duration of each frame. Is this possible with...

Hi, I've been using this plugin for several years now. Suddenly I recognized a changed behaviour: Previously it was possible to show several lines of text in the toast). Suddenly...

Previously I implemented my draggable marker on my own. So I was able to react on the tap to open a popup using the PopupMarker plugin. Since their update from...

### What is the bug? Since v4 I was able to create a marker which contained a GestureDetector as builder output. This GestureDetector included an onPanUpdate event which I used...

feature
P: 4 (far future)
S: core

Fix https://github.com/rhymelph/r_scan/issues/58

Hi, i've been using this plugin since early versions. Now I found a bug in my map tool. Previously I was able to drag a PopupMarker by creating the marker...