Sarina Corrigan
Sarina Corrigan
This is also happening to me
Laravel 8 just came now out which now uses Guzzle ^7.0.1. Guzzle 7 implements PSR-18, so making this change would open up the possibility of using Guzzle 7 as well...
Is there any update on this? This seems like an extremely necessary feature.
I also am dealing with openapi docs that use Basic HTTP Authentication ```yaml securitySchemes: basicAuth: type: http scheme: basic ``` I'm then adding to my request... ```yaml security: - basicAuth:...
I wanted to create a custom plugin to play music on Spotify from Ueli. I didn't see any way to do this, so I made a workaround. The workaround might...
> Have any good tips of navigating spotify via keyboard? Are you asking outside of the context of ueli, just how to make keyboard shortcuts for spotify?
+1 on this, that would be a great feature and would allow this to be used in a lot more ways!
Is there any update to this or possibly any idea why it could be happening? I really like Ueli and would love to keep using it but this bug really...
Ah okay I see, that makes sense. I am using this for formatting emails for NeoMutt and a lot of emails use tables to align things a certain way. I...
PHPUnit has the `setUp` method which runs on every test run. When you run a specific test, you want everything to be freshly set up each time it's ran. Even...