Thomas Barusseau

Results 9 issues of Thomas Barusseau

Version used: latest release on Windows (1.12.2, 26th of June). Here is the full log, stopping when the application closes/crashes: ```2019-41-08 18:41:12.227 [DefaultDispatcher-worker-5] DEBUG SystemHandling.Init - Init: Folders 2019-41-08 18:41:12.231...

As of now, all commit messages seem to be spaced out: ``` ci(CircleCI)!: Renamed main build job Renamed main build job from `build-base` to `base` BREAKING CHANGE: The `build-base` is...

enhancement

Currently, running `git cm` offers a quite lengthy menu: ``` $ git cm ? Select the type of change that you're committing: › ❯ feat: A new feature test: Adding...

enhancement

Hello, Could it be possible to support the Debug trait as well as the Display trait? If not, is there a way to `fmt` a `Vec`? Thanks in advance.

**Is your feature request related to a problem? Please describe.** Using enums inside `.match` allows you to check for exhaustiveness using `.exhaustive()`. However, this leads to an annoying scenario where...

enhancement

- Cargo.toml can contain dependencies with non-semver versions. This is an issue because cargo build : requires a semver version. **Fix:** added cargo metadata parsing to get a semver version...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

I'm using the `examples/publish-to-auto-release-universal-macos-app-with-signing-certificate.yml` template available [here](https://github.com/tauri-apps/tauri-action/blob/f89b2d58a5fb86291663a0e61c70cdea34fb33fc/examples/publish-to-auto-release-universal-macos-app-with-signing-certificate.yml). I changed it a little bit for two things: 1. A step to decode a base64 of the API key to the filesystem:...

type: bug

### Suggestion I'm playing through Space Exploration and added some "Space Exploration Integration" mods, namely the one that brings the Electromagnetic Plant from SA to SE: [this one.](https://mods.factorio.com/mod/sei-electromagnetic-plant) I was...

improvement