Jakub Gonet

Results 21 issues of Jakub Gonet

## Description Gesture Handler should fallback to the web version on unsupported platforms like RN for iOS or macOS. Related #1081, #1324.

Platform: Web
BugBash 31.03

### Environment * Credo version (`mix credo -v`): `1.6.6-ref.master.a28f5362` * Erlang/Elixir version (`elixir -v`): `Elixir 1.13.4 (compiled with Erlang/OTP 25)`, `Erlang/OTP 25 [erts-13.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]` *...

## Motivation Frequently when user zooms too much the contents are pixelated. One way to fix is to use a much bigger image/SVG/etc and set the initial scale to some...

- Vendors `erl_scan` and `erl_anno` in. - Adds a stub of `erl_features` This is a part of work that ultimately will allow building REPL in the AtomVM in the browser....

`memory.c` had a missing semicolon, `get/put_tuple_element` in `term.h` unpacked header directly instead of using function. Additionally, first condition is already checked by term_is_tuple(). There's one unfixed assert `TERM_DEBUG_ASSERT((t & 0x3)...

These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Currently, there's not a lot of asserts in the project, except for `term.h`. `term.h` uses `TERM_DEBUG_ASSERT` to implement asserts. It's currently not defined, I suspect when changing code there, people...

Opcode's already handled, needed when division is called from dynamic call. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later"...

https://www.erlang.org/doc/apps/erts/zlib.html#compress/1 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later