Maximilian Burszley
Maximilian Burszley
@drhagen reading through that with the broken links is quite a mess. Has any progress been made in the year+ since that issue was closed on supporting `pyproject.toml` like a...
@jzabroski You *can* specify the edition, however, to separate that: ```powershell #requires -PSEdition Desktop # versus #requires -PSEdition Core ```
@Bill-Stewart 2 space indentation is something I've seen in serialized languages (such as XML), but no where else. I suspect because the code is less readable with everything scrunched together...
How would you plan on addressing rules that are configurable such as `PSProvideCommentHelp` or `PSAvoidUsingCmdletAliases`?
@dtkav > In order to support path-altering reverse proxies (and multiple servers with various paths), there is code that uses url_for (in Flask) to look up the current host and...
A snippet of what I'm doing: ```rs use isahc::{ HttpClient, auth::{Authentication, Credentials}, config::SslOption, prelude::* }; const URL: &str = "..."; fn main() { let username = read(); let password =...
I don't see the `-n` as an option in the help text? My goal here was trying to get web server hot reloading on code change following a suggestion in...
Do you have an idea you'd like to explore? I'd suggest not appending any extra command output when using the `--` form @passcod. I can add a contribution to correct...
@gabrielefilipp Hey, in your fork - why don't you compile everything down to a single exe using .net core 3.1 or something? Would make distribution easier and there are a...
@gabrielefilipp I have built it myself 🙂 I was just making a suggestion for improvement.