| 17 May 2022 |
das_j | In reply to @janne.hess:helsinki-systems.de it's actually undef, making it appear that no Link header was returned * if that's a valid case (and the integration doesn't break when no Link is returned) you can just do `split ',', ($res->header("Link") // "");` | 19:51:34 |
das_j | * if that's a valid case (and the integration doesn't break when no Link is returned) you can just do split ',', ($res->header("Link") // ""); | 19:51:42 |
das_j | DB<2> print STDERR (undef // "lal");
lal
DB<3> print STDERR ("abc" // "lal");
abc
| 19:52:17 |
das_j | In reply to @janne.hess:helsinki-systems.de if that's a valid case (and the integration doesn't break when no Link is returned) you can just do split ',', ($res->header("Link") // ""); probably without the parenthesis but it makes it a lot more readable | 19:52:44 |
| 18 May 2022 |
| Jhu joined the room. | 06:46:51 |
@ulrikstrid:matrix.org | Thank you das_j that seems to have worked! :) And now I finally figured out the last pieces to get GitHub PRs working with flakes | 12:05:44 |
@ulrikstrid:matrix.org | Should I open a PR with your change or do you want to do it? 🤔 | 12:06:16 |
das_j | No, feel free. I don't use the plugin at all | 12:14:58 |
das_j | * Feel free to do it. I don't use the plugin at all | 12:15:12 |
@ulrikstrid:matrix.org | Cool, opened a PR :) | 12:17:15 |
kenran_ | Redacted or Malformed Event | 16:27:03 |