You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be quite nice to have "raw data" as a result from commands. Right now, the only way to extract any data from a command being used is to parse it out of the reply string with regular expressions and such.
If each command would return a wrapper of data all related to the execution, creating custom command chains and pipes would be a lot easier.
* use await import to import the `got` module
* bump `got` module to latest version
* removed `UnsupportedProtocolError` as it can no longer be used
* changed syntax to import/use `got` module
* renamed `GotError` to `RequestError`
* use await import to import the `got` module
* bump `got` module to latest version
* removed `UnsupportedProtocolError` as it can no longer be used
* changed syntax to import/use `got` module
* renamed `GotError` to `RequestError`
* use await import to import the `got` module
* bump `got` module to latest version
* removed `UnsupportedProtocolError` as it can no longer be used
* changed syntax to import/use `got` module
* renamed `GotError` to `RequestError`
Long term functionality proposal
It would be quite nice to have "raw data" as a result from commands. Right now, the only way to extract any data from a command being used is to parse it out of the
reply
string with regular expressions and such.If each command would return a wrapper of data all related to the execution, creating custom command chains and pipes would be a lot easier.
This discussion follows from since-archived
SPM
repository. For more info or context, check here: Supinic/supibot-package-manager#90Discussed with @2547techno and @NotNotQuinn
The text was updated successfully, but these errors were encountered: