Rafael Epplée

Results 21 issues of Rafael Epplée

#### Affected Version yay v9.1.0 - libalpm v11.0.2 #### Issue When running yay with the `--needed` switch, I would like it to not rebuild packages that are already installed. ####...

Type: Bug
Status: Confirmed

Hey, amazing work on this library, thanks a lot! I'm building an app that I'd like to compile to musl libc with rustls. However, reqwest uses openssl by default (which...

If a track is a collaboration between multiple artists, gonic should be able to associate it with all of them in the DB - this would mean changing `Track.Artist` to...

enhancement

Like the title says - I'd like to have a single .git dir in ~/.nb instead of multiple .git directories for each notebook. This would make syncing across multiple machines...

v6

Steps to reproduce: 1. todoman.conf ``` [main] humanize = True path = '~/.calendar/**' default_list = 'inbox' default_due = 0 date_format = '%d.%m.%Y' time_format = '%H:%M' dt_separator = '-' ``` 2....

This makes it easier to re-use and combine existing step specifications. Imagine a `flicker` animation and a `wiggle` animation, playing independently (maybe also looping). I'm not sure if `interrupt` is...

A doc block for the `asyncGet` method would be awesome. I'm guessing it's related to async constructors, in which case a note in the [section on async dependencies](https://tsdi.js.org/docs/en/next/features#async-dependencies) would also...

documentation required

Running an upload to my page like this: ``` - name: Publish to Netlify Preview uses: netlify/actions/cli@master with: args: deploy --dir=export/web/Web env: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}...

When using `add`, AFAIK the data I pass in has to be moved into the method because the argument requires a 'static lifetime. This makes the following impossible: ```rust let...

I have a snippet like this: ```rs pub struct User { username: String } ``` Included using doctest like this: ```rs // In module docs.rs doctest!("doc/users.md", users); ``` Now in...