Stef
Stef
The [prefix docs](https://docs.rs/serenity/0.10.9/serenity/framework/standard/struct.Configuration.html#method.prefix) say the following about having no prefix command character: `Note: Passing empty string "" will set no prefix.` To my understanding this means that commands will be...
First of all, thanks for making this module! I needed a scraper that supports JS rendering and so far it's been great! One thing I don't understand however is how...
Hi there, First of all, thanks for making this package, it works perfectly for the protected site(s) I want to scrape! My issue is that headless mode does not work...
### What did you expect to happen? Like the docs mention, I added `atuin init fish | source` to my `$HOME/.config/fish/config.fish`. I expected atuin to work fully whenever I open...
## Versions **Pure**: `4.11.0` **Fish**: `3.7.1` **OS/distribution**: `MacOS Sonoma 14.6.1` **Kubectl**: `v1.31.0` ## The issue The namespace in the K8S status is duplicated, it seems, that at least for my...
Hi, app looks great! I tried to import my activities CSV file, but it's not really working out at the moment. I got this not-very-helpful error message:  So I...
## What does this PR do add `fetch_only` to config in case user wants to only fetch, not already pull changes ## Standards checklist - [x] The PR title is...
### What happened? I added this local reference in my Kustomize file (MacOS): ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../../../../var/folders/2b/ryb_dw7j1gg183b46_ppt5sr0000gn/T/folder ``` It is a relative path towards `/var/folders/2b/ryb_dw7j1gg183b46_ppt5sr0000gn/T/folder`, which...
First of all, thanks for making this crate! So far it's been great to use. I just had a small nitpick/question, when retrieving a repository, the primary language has a...
Hi, first of all thanks for the great work! I'd like to use the `src/parser` project in my Rust project. Have you considered releasing it as a Crate so this...