Rauno Ots
Rauno Ots
Export a method to be able to send non-standard requests.
# New Issue ## Context * Operating System: Linux Mint 20 * GoCryptoTrader version (`gocryptotrader -version`): GoCryptoTrader v0.1 amd64 go1.15.1 pre-release. ## Expected Behavior Running go tests locally pass. If...
See issue raised at https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/issues/318 (with reproducer Dockerfile)
As suggested below, raising this as an issue. _Originally posted by @seidewitz in https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/issues/309#issuecomment-1003191208_ A demonstrator `Dockerfile`: https://github.com/Rots/SysML-v2-Pilot-Implementation/blob/illegal-xml/Dockerfile Context for the issue: I'm trying to use the pilot implementation libraries...
**Describe the feature** I'd like to add one liners, but the current custom configuration won't allow that complaining that firstLine and lastLine cannot be empty e.g. ``` # in .html...
Even if plugin doesn't have access to `/run/docker/plugins` it should be able to run with specified socket address (assuming it has access to create that).
Thanks for the great library! Currently the implementation expects to always read to the end of the stream. https://github.com/jkeys089/jserial/blob/afb2f73d00c562f7679892eb57df84928e38cef8/deserialize.go#L356-L365 I have a case where the stream contains other stuff in...
Stab at #4 I know it kind of breaks the end(), but it seems to work fine for me. Any improvement suggestions welcome.