Nicolas Rodriguez

Results 16 issues of Nicolas Rodriguez

Hi there! I'd like to use Glade templates in my Gtk application but I'm stuck with `Error: undefined method 'set_template_from_resource' for Gtk::Widget.class`. It seems that Gtk::Widget.class should implement `set_template_from_resource` or...

enhancement
help wanted

This PR fixes these errors due to the presence of `# frozen_string_literal: true` in files : ```sh Unable to annotate app/models/camping.rb: can't modify frozen String: "decimal" /home/nicolas/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/bundler/gems/annotate_models-786394947c04/lib/annotate/annotate_models.rb:875:in `get_attributes' /home/nicolas/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/bundler/gems/annotate_models-786394947c04/lib/annotate/annotate_models.rb:151:in `block...

Before : https://github.com/fancyapps/fancybox/search?q=protect After : https://github.com/fancyapps/ui/search?q=protect The feature : https://github.com/fancyapps/fancybox/blob/c4fd90370f8c93336d6e36a5c6120bcabcf8675c/docs/index.html#L579-L582 To resume: with Fancybox v4 you can right click and download images even if the `protect` option is `true`. (of...

Reopen https://github.com/trailblazer/trailblazer-endpoint/pull/20

So we can benefit from the latest commit 😃 ```sh nicolas@MacBook-Pro-de-Nicolas:~/PROJECTS/CONCERTO/concerto$ cat /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/truffleruby/3.2.2.23.1.0/extensions/aarch64-darwin/3.2.2.23.1.0/x25519-1.0.10/gem_make.out current directory: /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/truffleruby/3.2.2.23.1.0/gems/x25519-1.0.10/ext/x25519_precomputed /Users/nicolas/.asdf/installs/ruby/truffleruby-23.1.2/bin/ruby extconf.rb setrlimit to increase file descriptor limit failed, errno 22 creating Makefile current...

Hi there! Here: https://github.com/glejeune/Ruby-Graphviz/blob/c3be805fc5e62ea1326eb9bb3708a807d1178525/setup.rb#L283-L284 Thank you!

Hi there! I'm not a lawyer but `pdf-reader` is under MIT license (https://github.com/yob/pdf-reader/blob/main/MIT-LICENSE) and use `ttfunk` as a dependency which is under GPL2/GPL3 license (https://github.com/prawnpdf/ttfunk/blob/master/LICENSE). AFAIK mixing both is not...