Kristof Mattei

Results 16 issues of Kristof Mattei

This is risky. I know, please bear with me. I've had some fun in the last couple of day studying how a random project could be converted to Rust. Things...

I'm trying to figure out the root cause of issue #698 I'm struggling getting the extension to launch and put in breakpoints on it. Is there a more up-to-date walkthrough...

enhancement

`serve.json`: ````json { "rewrites": [ { "source": "foo/:rest*", "destination": "/:rest*" } ] } ```` If we were to query `localhost:5000/foo/bar/quz/cux.json` `fallback` would end up being `/bar%2Fquz%2Fcux.json` which is never found...

* Use the integrated way of emitting annotations, removing the need for `token`, solves [this Gitter question](https://gitter.im/actions-rs/community?at=622d03059bd1c71eca9d1752) * Fix the issue of duplicated annotations, fixes https://github.com/actions-rs/clippy/issues/1 (also an issue here)...

https://github.com/BamPeers/rust-ci-github-actions-workflow/blob/f86891a5ea6f6e014a2949e782d935f53a062664/README.md?plain=1#L77 I've been playing with this awesome template, but I'm having some issues understanding how `CARGO_OPTIONS` is supposed to be constructed. From the documentation it should magically contain `CARGO_INCREMENTAL`, `RUSTFLAGS`...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to see progress and the failures aren't repeated in the summary at the end....

enhancement

Hi all, OS: Ubuntu 23.04 `needsrestart` version: 3.6 I am using `wsdd`: https://packages.ubuntu.com/lunar/wsdd This service is always marked as having to be restarted and I'd like to find out why...

bug

As per https://github.com/mozilla-services/syncstorage-rs/blame/68d326701505a7c3ae04d59953eb099cf8add4d2/.circleci/config.yml#L322 The repo only publishes the spanner image. To stay in line with Docker's usage of `latest` I feel like it would be better to have 2 separate...

## Description In #1407 the database packages were split, meaning the [database choice is now a compilation choice](https://github.com/mozilla-services/syncstorage-rs/pull/1407/files#diff-97eafb14b9337762dac4f6cbf4b03d602002ee00bb066904377ce8ba0f0955feR16-R28), and thus we need individual packages. In the PR the only package...

Wanted to test locally against Rubocop channel 1-50-2 and it is not part of the Docker image. ``` docker run \ --interactive --tty --rm \ --env CODECLIMATE_CODE="$PWD" \ --volume "$PWD":/code...