icebaker
icebaker
fyi we have [another issue](https://github.com/markedjs/marked-highlight/issues/26) related to this where I proposed [some approaches](https://github.com/markedjs/marked-highlight/issues/26#issuecomment-1569237291) and also shared a [simple workaround](https://github.com/markedjs/marked-highlight/issues/26#issuecomment-1570188027) that works for my use case. It may be helpful for...
Hey, thanks for reporting the issue. The public API was offline for some reason that I'm still investigating. It's back now. You can check if it's up and running at...
Hi! I believe you could use `NANO_BOTS_API_ADDRESS` to set a proxy. Or, use a [local API instance](https://github.com/icebaker/sublime-nano-bots#local-api-instance) to make it go through a proxy. Also, I believe tools like [Charles...
Hi! Not through the command line, but what you can do is get details about the state: ``` nb - ABC state ``` It will return something like: ```ruby {:state=>...
@rcheetah Yeah, you would need to check the state file, and if it's empty (`history` array empty), it means it "doesn't exist." This wasn't intentionally built that way. The reason...
@rcheetah I'm not sure about throwing an error, but in [version 3.3.0](https://github.com/icebaker/ruby-nano-bots/releases/tag/v3.3.0) and beyond, it will no longer create a file if the state does not exist and will return...
Hi @palladius! Thank you very much for reporting the issue. I identified the root cause and I'm working on a fix in this PR: - #22.
@palladius fixed in [version 3.2.0](https://github.com/icebaker/ruby-nano-bots/releases/tag/v3.2.0): ```ruby gem 'nano-bots', '~> 3.2' ``` Update: Actually, prefer the newer version [3.4.0](https://github.com/icebaker/ruby-nano-bots/releases/tag/v3.4.0): ```ruby gem 'nano-bots', '~> 3.4' ```
Hi @PatParslow, thanks for opening the issue! Can you elaborate more and provide additional examples? I'm wondering if the current approach of supporting [pipe operators](https://en.wikipedia.org/wiki/Pipeline_(Unix)) would not fulfill this need:...