Shahar Marcus

Results 10 issues of Shahar Marcus

### Use Case I'm implementing the hough transform in haxe, and one of the things needed to create the transform is an accumulator, this accumulator should be a 2D array,...

- **Haxe version:** 3.5.0 - **Flixel version:** 4.9.0 - **OpenFL version:** 9.1.0 - **Lime version:** 7.9.0 - **Affected targets:** android ________________________________ **Code snippet reproducing the issue**: ```haxe package; import Saves;...

- haxe version - 4.2.4 - flixel version - 4.11.0 - flixel-ui version - 2.4.0 the title explains it. code snippet to reproduce the crash quickly: ```haxe var input =...

currently' lime only has the `onFileDrop` function for getting the name of the dropped file. ive added support for 3 more, but only implemented 2 of them: - `onDropStart` -...

This can boost performance on static targets, since typedefs are compiled down to dynamic objects, which are known to be slow.

`clickCount` seemed to have missed an implementation until now, and i needed the ability to detect click sequences for this PR (#2580 ). This implements clickCount for both HTML and...

Heres a PR that implements word selection. To summarize, i made two external, non-completion variables - `__wordSelection` and `__wordSelectionInitialIndex`. - `__wordSelection` is used to check if the textfield is currently...

the voting part is unimplemented for now because i couldn't figure it out 🙃 this is an important part of the library, and needs to be implemented asap

Enhancement ✨
help wanted 🙏

``` //TODO: Better Implementation for rendering in MathTextField ``` https://github.com/ShaharMS/texter/blob/10ba9938c4d83ae84affcb49ca124d928c05bb52/src/texter/openfl/MathTextField.hx#L38

``` //TODO: More efficient implementation of parenthesis grouping in SplitBlocks ``` https://github.com/ShaharMS/texter/blob/81a53f3f98fc7f8746320946e3e278d06dc79cec/src/texter/general/math/MathLexer.hx#L162