Markus Podar

Results 25 issues of Markus Podar

When using vertical split view, left side the raw `whatever.md` file and on the right side the same file, but in /Preview/ mode, the /Preview/ is not update while editing...

Feature

**What exactly happened?** I used the action like this: ```yaml - name: prettier check uses: creyD/[email protected] with: dry: true prettier_version: ${{ env.PRETTIER_VERSION }} prettier_options: --no-editorconfig --check src/ internals/ working_directory: subdir/...

bug
hacktoberfest

Using `uniqid()` in high frequency environments can pose a problem because the entropy isn't very high. It didn't took my long with a few processes and low ttls to encounter...

Right now the following approaches support auto completion for translation: - `__(…)` - `trans(…)` - `app('translator')->get(…)` - when injecting `\Illuminate\Translation\Translator` directly, `->get(…)` also works The one thing which doesn't work...

### Description When a git commit message exceeds > 70 characters, the PR title/description gets hard wrapped via `…` like this: Original commit message: > `Example of a way too...

enhancement
under discussion

PHP has a setting, which set by default on e.g. Debian/Ubuntu, to load additional configuration files. Looking at the output of `iniscan scan --help` I don't see an easy way...

Me and my co-worker had some fun today figuring out why: - I could mock `\Redis` (the PHP extension) - could specify an expectation for the method `eval` - but...

**Guzzle version(s) affected**: 6.3.3 **Description** When using the `sink` option and providing a `tmpfile()`, that handle is closed when the `Response` gets out of scope. **How to reproduce** ```php

lifecycle/keep-open

### Subject of the issue After https://github.com/PHP-Open-Source-Saver/jwt-auth/pull/141 was merged, on master https://github.com/PHP-Open-Source-Saver/jwt-auth/runs/6501560509?check_suite_focus=true was triggered and failed: ``` remote: error: GH006: Protected branch update failed for refs/heads/main. remote: error: At least...

bug

## Summary Export via `--list-tests-xml` and cut and slice as wanted, to feed it back via `--tests-xml`. Works with PHPUnit tests as well as PHPT tests. A cheap slicing script...

type/enhancement
feature/test-runner