Ian Shields
Ian Shields
Hello, first off, great job so far. I am just getting started with the twitter api and had a hard time figuring it out. Seems like we're in a transition...
The readme specifies that the default definition of "runner" is ``` job_type :runner, "cd :path && bin/rails runner -e :environment ':task' :output" ``` It seems that Rails 6.1 (possibly Rails...
I have a few queues that are higher priority than the dynamic queues. I'm having a hard time understanding how to specify priority when using dynamic queues? Ex: Queue "critical_queue"...
I'm migrating to Crisp and have been implementing the Chat bot on our website. I thought this would be a quick but I ran into a pretty big incompatibility issue...
It appears that the customer io client does not support GET requests. The endpoint to fetch collections is a GET and so this fails. Example usage: @client.request_and_verify_response(:get, "/v1/api/collections") Endpoint I...
Simple PR to allow sending GET requests since some API calls require it. For example, this allows api calls like GET Collections to work: ``` @client.request_and_verify_response(:get, "/v1/api/collections") ``` Issue was...
Currently, the documentation suggests installing the gem as follows: ``` gem 'maglevcms' ``` However, this causes Maglev to be loaded in all environments and contexts, including those where it’s not...
Switching over to main to try out Maglev V3 I encountered the below error ``` ExecJS::RuntimeError in HomeController#index CssSyntaxError: /Users/ianshields/.rvm/gems/ruby-3.4.2/bundler/gems/maglev-core-9f3ff656d096/app/assets/stylesheets/maglev/application.css:141:12: Unknown word 139 | th { 140 | min-width: 1em;...
The "text" setting has an "html: true" option that exposes a WYSIWYG Editor. However this editor is missing many standard WSIWYG options like the ability to edit color, add bullet...
It would be very useful if pages could be organized a bit. For website with more than a few pages it gets very hard to manage and organize them. Plus...