Joshua Töpfer
Joshua Töpfer
Source: http://wortschatz.uni-leipzig.de/html/wliste.html Project "Wortschatz" (ger. for vocabulary) by University Leipzig
Edited following the rules of new german orthography
Looks good to me. One thing I was thinking about if it would make sense to have a function error which gets a message, and an optional error which the...
What information should be in the json response? Are you thinking about error codes?
> So the Idea is to create a mode in which mob.sh speaks JSON - it reads JSON and prints JSON? > Then we are in Content-Negotiation territory. > For...
How about ``` { “status”: “error”, “fix”: { “text”: “…”, “command”: “…” }, ”logs”: [ { “text”: “…”, “level”: “error” }, … ] } ``` Then it would be easy...
Okay. But would the output in your example just be the error message or all the logs produced by running the mob command?
I think error details would be good. Because this could then directly be used to show it to the user if there is no fix for an error.
Why do you remove the configuration of the voice command? Don’t you think it makes sense to give the users the freedom to replace this command?
@gschier I would like to use insomnia in our company. At the moment we are using postman. Insomnia have a lot of benefits but also one big disadvantage and thats...