Connor Edwards

Results 101 comments of Connor Edwards

I'm experiencing an issue with autocompletion when Copilot is enabled. Most of the time I see a list of suggested symbols immediately after inserting a period. Sometimes, there's an issue...

@sneak I've sent an invite. The biggest priority is probably the Actions pipeline because without that working, it won't be possible to publish further releases.

I had a look at writing a dnf plugin. The API has a a lot of similarities with yum's. You can set request headers for a repository, but unfortunately that's...

One more thing. There's a `urlopen` method in the `dnf.Base` class. I tried monkey patching it but couldn't get it to be called, and even if it worked, it would...

I've found an existing proxy seemingly built by Amazon themselves that can create SigV4 headers. I haven't tried it but see no reason this shouldn't work. https://github.com/awslabs/aws-sigv4-proxy

Proxy works. Leaving notes here for anybody who might want them. 1. Start it up ``` $ docker run --rm -d -p 8080:8080 public.ecr.aws/aws-observability/aws-sigv4-proxy ``` 2. Create a new `.repo`...

@gothicVI Getting the same issue here where 4.17-rc3 won't show up. Deleting `~/.cache/ukuu` has not resolved the problem. I was able to get it to show up for a while,...

@gothicVI I can now see the 4.17-rc3 kernel in the Ukuu GUI, but attempting to install it doesn't work. Looks like it's failing to fetch the kernel headers. Additionally, Ukuu...

Needs investigation, it sounds like this is an issue with Discord's backend returning empty results?

Yeah, not a bad idea. I'll implement it if I get around to it.