Ryan Kopf

Results 8 issues of Ryan Kopf

## Expected Behavior I'm doing something like the below: let path = req.path().trim_start_matches("/add_domain/"); let host = path; let host = if host.starts_with("www.") { &host[4..] } else { host }; loghostname::log_hostname_if_new(host);...

## PR Info When running a migration, such as: ``` sea-orm-cli migrate generate create_users_table ``` The command will panic! if there are no existing migrations already in the mod.rs file....

winget install -e --id Microsoft.WindowsSDK PS F:\esp1> winget install -e --id Microsoft.WindowsSDK No package found matching input criteria. On Windows 10, winget can't find this package.

The old statement was incorrect, because if the installer is not run as administrator, it fails to permanently set the environment variables without telling you. I have also submitted a...

Many people don't have it by default.

If you ever come back to this project, I want to note I am starting my own HAML parser and renderer. So far I have only made a new Lexer...

### Is your issue REALLY a bug? - [X] My issue is indeed a bug! - [X] I am not crazy! I will not fill out this form just to...

bug

iced is moving much faster than the book, and so I think a page helping people understand how to use the examples would be useful. I have written such a...