Márk Tolmács

Results 33 issues of Márk Tolmács

Re-land the patches which re-enable full Windows git pre-push support, but this time with more conservative communication and assumptions. ### Issues fixed by this PR * flutter/flutter#108122 * flutter/flutter#107920 *...

Re-submit the changes to enable windows pre-push checks. This patch changes how `ci/bin/format.dart` generate diffs from `diff` and `patch` commands to `git diff` and `git apply` in order to have...

platform-windows
needs tests

There are often cases when package versions clash and cleaning node_modules and build directories is a huge time waster. The build directory after a successful build often trip up users,...

Related ticket: [Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code](https://github.com/excalidraw/excalidraw/security/dependabot/164) Solution: Upgrade babel dev dependencies to 7.24. Additional impact: TypeScript types were possible to be compromised...

dependencies

Should support inlined functions.

# Background There is a tight loop within WASM::generate where mappings are built and VQL encoded, which currently uses String. However String is heap allocated, which means a ton of...

enhancement
good first issue

# Background When the browser can't find the source file in the `sourcesContent` field (i.e. it's null), it tries to load it from the same base url it downloaded the...

enhancement
good first issue

# Background The [indexmap](https://crates.io/crates/indexmap) crate is already used by the dependencies of this lib (wasmparser -> object) and would offer a better lookup speed while sparing the extra sorting on...

enhancement
good first issue