Chris Coetzee
Chris Coetzee
I guess I did not read the installation docs because alabaster was installed with Sphinx. What wasn't immediately obvious was why the title in the sidebar did not appear when...
@Apokly I've had success with the following polyfill on `rubyzip == 1.2.1`. YMMV. **edit:** simplified it, but misread the question. regardless; useful nonetheless. Place a file ``zip.rb'' as below ```...
Looks like the issue might be on one of these lines but I'm not entirely sure - https://github.com/slim-template/slim/blob/39cc3fb82b34092ec9e92b8057c5b60c426ffca5/lib/slim/splat/builder.rb#L77 - https://github.com/slim-template/slim/blob/39cc3fb82b34092ec9e92b8057c5b60c426ffca5/lib/slim/code_attributes.rb#L24
@edmundoa @jalogisch Any input / plans forward for this gem? We may begin using it soon, in which case I'd be interested in helping out. Though I'll only know by...
Hi @tessie @joaocv3 @milgner @Stexxen @jsmucr @andreycizov could one of you please respond to this thread or point us in the direction of who could assist? I think its important...
My apologies @jsmucr I ran through the last few contributors in the hope that one of them might know more. Thanks for responding!
I have gone ahead and made a post in the community forum: https://community.graylog.org/t/gelf-ruby-library-maintainers-not-responsive/17832
Hi everyone, [I've received a response from Aaron Sachs](https://community.graylog.org/t/gelf-ruby-library-maintainers-not-responsive/17832/4). This gem is considered experimental and the Graylog team believes it's best if the project is forked so don't expect any...
Hey, Maybe have a look here https://github.com/balvig/spyke
@meetDeveloper I recall once having a similar issue in a web-app and I opted for a solution that finds the element at the coordinates under the cursor click. This may...