Isaac Oscar Gariano

Results 17 issues of Isaac Oscar Gariano

**What happened?** My Camera app (`com.google.android.GoogleCamera`) segfaults uppon starting whenever I have any modules loaded. Even a trivial one like this: ``` public class TestModule implements IXposedHookZygoteInit { @Override public...

bug

Bassically, consider the following code: ``` program $variable ``` This works exactly as I would expect. But suppose I first want to replace all occurences of `foo` with `bar` before...

In order to silence annoying overfull hbox warnings when I'm compiling a draft, I set `\hfuzz=\maxdimen`. But this broke all my X columns (they were 0 width). I found the...

bug

This adds the feature request by #3 . I based my code of the answer here https://tex.stackexchange.com/a/547398. Bassically the idea is that you use a new `autowidest` key instead of...

Bassically, on my openSUSE Tumbleweed system: ``` dnf5 repoquery --srpm libkscreen6-devel ``` Reports nothing. But ``` dnf5 download --srpm libkscreen6-devel ``` Works, giving me: ``` Updating and loading repositories: Repositories...

Priority: MEDIUM
Triaged

dnf5 currently has a "install_weak_deps" option, so that when you install a package it also installs "weak dependencies" (these are just the "recommends" in the RPM right?). But you can...

Basically what the title says. It would be great if `dnf list --best some-package` only listed the latest versions of the package and with the best architecture. Same with other...

### Problem description I'm not sure if this is a problem with `tilde` itself, but it only happens when using the Termux emulator, and not when using a different terminal...

bug report

This updates the included `DiffHighlight.pm` to the [latest one](https://github.com/git/git/blob/702d8c1f3b5377a64670b0f22add157b0bfc33dd/contrib/diff-highlight/DiffHighlight.pm) In particular, this is needed for `italic` in `color.diff-highlight.oldhighlight`/`color.diff-highlight.newhighlight` to work correctly.

This pull request adds two new features (as discussed in issue #11728): 1. A *single* argument name in a `function`s `-a`/`--argument-names` list can end in `...`, the variable (with the...