zenpush icon indicating copy to clipboard operation
zenpush copied to clipboard

Push your markdown files to your Zendesk knowledge base

Results 6 zenpush issues
Sort by recently updated
recently updated
newest added

Windows 10, Ruby 3.2.0 No file `.zenpush.yml`: ``` c:\develop\md\zenpush>zp categories C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/zenpush-0.3.1/lib/zenpush/zendesk.rb:32:in `block in initialize': uri is nil (RuntimeError) from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/zenpush-0.3.1/lib/zenpush/zendesk.rb:32:in `each_pair' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/zenpush-0.3.1/lib/zenpush/zendesk.rb:32:in `initialize' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/zenpush-0.3.1/lib/zenpush.rb:11:in `new' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/zenpush-0.3.1/lib/zenpush.rb:11:in `z'...

```c:\develop\md\zenpush>zp categories C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/json_pure-1.5.5/lib/json/common.rb:148:in `initialize': wrong number of arguments (given 2, expected 1) (ArgumentError) Parser.new(source, opts).parse ^^^^^^^^^^^^``` Fixed by `gem install json` and removing the `json_pure-1.5.5` gem

MS Windows 10 Ruby 2.7.8, 3.2.x yajl_ext.c error: 'rb_cFixnum' undeclared (first use in this function) Fixed by changing pygments.rb (2.4.0) yajl-ruby (~> 1.4.3) in gemfile.lock and zenpush.gemspec Then you can...

People with starter versions of zendesk can now use zenpush. #2 Made the following change to my `.zenpush.yml` file: ``` --- uri: https://myproduct.zendesk.com user: [email protected]/token password: LoDsQlEtBXSd8clW87DgWi0VNFod3U9xQggzwJEH mode: starter ```...

There is a bug in the [#find_forum](https://github.com/cleverscale/zenpush/blob/affffdbeee82700c344c59439d0974e7d02cddb5/lib/zenpush/zendesk.rb#L10) and [#find_or_create_forum](https://github.com/cleverscale/zenpush/blob/affffdbeee82700c344c59439d0974e7d02cddb5/lib/zenpush/zendesk.rb#L113) methods. Those methods attempt to locate forum by category name and forum name. In the case where different categories have forums...

I have a basic account on Zendesk at the moment, we're evaluating it as a support platform. I'm trying out zenpush and I'm having a fair amount of difficulty. I...