Remo Senekowitsch

Results 44 issues of Remo Senekowitsch

Closes #803 "Formatter breaks postgres @@ syntax" The issue describes the problem well. For reference, here's a [piece of Postgres' documentation mentioning the `@@` operator](https://www.postgresql.org/docs/12/functions-textsearch.html). ---- - [ ] Your...

## Adds Generating a new migration no works even if migrations are not at the root of their own crate. I didn't want to have an entire separate crate just...

`.tif` files should map to the `image/tiff` mime type. List of official mime types: https://www.iana.org/assignments/media-types/media-types.xhtml From MDN web docs: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types

**Description** I stumbled upon this bug because some simple types were missing from my output. The opt.Element stack sometimes contains elements which have already been processed by the parser. This...

Issue that lead to the tests being disabled: https://github.com/exercism/exercism/issues/6353 --- Hi there! I've been doing a bit of mentoring for Rust lately and I've had three people ask about why...

Some test files include some common code in the form of a funtion. Individual tests then call that function. This is a good instinct to do in normal code: reduce...

Some CI tests exist as bash scripts, others as rust tests in `rust-tooling/ci-tests`. Let's move more if not all of the bash stuff to rust. There is especially some overlap...

...but we don't want our CI to break by upstream changes. So we pin a version of problem-specifications as a submodule. The updating workflow would then be: Pull the submodule,...

Many topics that were covered previously are not relevant to the actual tasks, they should be covered in a separate exercise. This was discussed [here](http://forum.exercism.org/t/rust-syllabus-which-exercises-prs-cover-only-concepts-from-chapter-3/5347/17).

The field has no purpose from Exercism's viewpoint. Consider deleting it or documenting its rust-track-specific purpose. Probably in the track config data structure of the rust-tooling crate, where it could...