Sebastian Hädrich

Results 101 issues of Sebastian Hädrich

It would be nice and more aligned with how the [Migration Order](../tree/master/readme.md#Migration Order) [natively works in Laravel](https://laravel.com/docs/migrations#generating-migrations), to have an [`Attribute`](https://www.php.net/manual/en/language.attributes.php) automatically created, containing the date of the migration creation:...

**Describe the bug** There doesn't seem to be a page for the genre, so `/channel` is taken instead, which does't make sense for a genre, let alone there being more...

bug

**Is your enhancement request related to a problem? Please describe.** No. **Describe the solution you'd like** Wrap the SHA/branch text in a link that points to the current release. For...

enhancement

![grafik](https://github.com/rmunate/SpellNumber/assets/11225821/9175780f-aa7b-4e0f-94aa-77726517609d) (see [Appendix:English numerals](https://en.wiktionary.org/wiki/Appendix:English_numerals)) \+ [Scientific notation](https://en.wikipedia.org/wiki/Scientific_notation)/[engineering notation](https://en.wikipedia.org/wiki/Engineering_notation)/E notation

Sometimes, instead of a chronological view, it would be nice if one could group accounts by instance if there are particular topics you are most likely to be interested in

![grafik](https://github.com/languagetool-org/languagetool/assets/11225821/aa7321a9-e684-40be-a7ef-11c58b07fb71) https://github.com/languagetool-org/languagetool/blob/176e86259367fc830e0555e3d87fe2b119c94a2f/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/en-US/style.xml#L345-L392 I would like to have the additional option "We've got" for said rule: ```xml \1\2 got ```

English

Fix #4698 Thanks to @Fijxu

ready

See https://github.com/ponylang/pony-tutorial/issues/340 > [!WARNING] Will only work, after #544 has been merged. Works in combination with https://github.com/ponylang/pony-playground/pull/205. Contains changes from #544 until db1eb1183d0746535db719cd537ad8c00a9cc1d1 **Example:** https://deploy-preview-542--pony-tutorial.netlify.app/getting-started/hello-world#the-code # Open questions * ~~What...

🚧 Work in progress. Coming soon ![](https://media1.tenor.com/m/OtjbBfwQHeIAAAAC/fizzer1k-5597.gif) ## Options * `class` (constant: `.ponylang`) * `snippet`: file name from `./code-samples` (can optionally include line syntax after `:`; see `lines`) (see [Snippets...

Part of #340 * Where do we put the expectations for `stdOut`, `stdErr`, and `exitCode`? Because if we don't do that, only snippets that print to `stdOut` could be tested....