Félix Fischer

Results 35 issues of Félix Fischer

So one issue with Crater, as mentioned in the Rustfest Barcelona talk, is that it will eventually have too many crates to test. I think we can keep the amount...

I'm doing an accessibility audit for the web interface, because to me accessibility is really important. ### How I've done this using the [WAVE](https://wave.webaim.org/) tool by WebAIM. This tool is...

discussion

I think they have a place. Maybe in this document, or maybe in a dedicated repo about "tools to set-up Swift". It feels weird adding `swiftenv` directly here. Not because...

discussion

This would help us run tests on projects that don't have the `LinuxMain.swift` file. How to do it, is up to us. We know that: * SPM on Darwin can...

discussion
to-do

@vknabel had a really great idea about how to add CI such that we could test the projects both periodically and before merging a PR, to see that they worked...

to-do

Because it allows us to show: 1. State of development 2. Systems supported 3. A good description: **use cases**, for example All of this, without cluttering everything So, it's something...

discussion

Here I'm gonna put the libraries that seem to be: * Well supported * Well tested * Cross-platform * Production-ready: developed enough to be used by third parties. For example,...

discussion

### tl;dr [This](https://github.com/kylef/PathKit/issues/50#issuecomment-384150261) is the current support status. --- There are 4 tests being skipped: [Here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L363), [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L384), [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L418) and [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L439). There are 2 tests not being compiled: [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L197) and [here](https://github.com/kylef/PathKit/blob/870c17f488d8aaa221a657b2b82bbc0d543e6f0e/Tests/PathKitTests/PathKitSpec.swift#L271)....

I want to try and make a PR that lets you compile Sourcery and get basic, on-demand, templating working. This idea has two goals: a) Make Sourcery-based projects available for...

So I have a nit to pick with [this part](https://rustc-dev-guide.rust-lang.org/mir/dataflow.html) of the MIR dataflow guide. In particular: * I don't think it's quite right, and * It might suffer from...