Johnny Santos
Johnny Santos
Hey @robjtede, yeah, ended using something really similar in verbosity, but an API to do it directly would be great!
> If I understand correctly, Nancy isn't intended to have duplicate routes for the same HTTP verb. Then why there's conditions?? Two different routes will break the RESTfull pattern that...
Is this already working on Linux? I saw that the profiler is already ported to it. [Profiler Status](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/profiling-api-status.md)
Hello! I'm having issues installing this too :( I really liked the idea, Thanks!! At my work computer I use Windows, so I'm trying to install here without any success....
I found a workaround to the issue (kinda of) I edited my profile script of powershell (equivalent of `.bashrc`) ```powershell start $PROFILE ``` Then added this alias to habitica command...
Wouldn't be better if `habitica dailies` shows by default only active, and we had a switch to show all? Just like many commands out there like `ps -a` I always...
Probably related to https://github.com/google/GoogleSignIn-iOS/pull/226 and #223
Not sure if it helps, but you can use `firebase functions:shell --inspect-functions 9229` and then on VSCode use attach to node process to debug fns interactively.
Oh :man_facepalming: That was the issue. Would be cool if the script could detect this and remind me to enter bootloader mode as the web version does.
I was checking the src code and saw that there's a check (which for now is ignoring the result from the called method) for that in this section https://github.com/solokeys/solo-python/blob/4f6a09c852967db99b288c6a75c5bfc9c82b14ee/solo/cli/update.py#L92-L97 and...