Hugo Parente Lima

Results 56 issues of Hugo Parente Lima

CI status icon should auto refresh to reflect the current CI status without the need of refresh the entire page.

enhancement

So just a group of users can edit the project settings.

enhancement

Kemal dependencies need to be installed because of the dashboard, however if you are already running a Ruby application that already have the sidekiq dashboard up and running these extra...

enhancement

Crecto was removed from amber years ago at https://github.com/amberframework/amber/pull/1100.

This is more a debug tool rather than a feature useful for users, since ideally 100% of URLs should be to local files under docsets and external URLs [must be...

enhancement

If the docset page has a link to an external URL, better open it in a full capable browser rather than in rtfm.

enhancement

## How to reproduce - Open the GDK documentation, click on Browse documentation link. - Instead of opening a html page from docset it gets the page from internet.

docset

The `ref.value` call cause the GC to not collect `ref` until end of scope. Fixes part of https://github.com/crystal-lang/crystal/issues/10469

kind:docs
topic:stdlib:concurrency

Generated bindings for `Gtk::Popover#pointing_to=` is: ```Crystal def pointing_to=(rect : Gdk::Rectangle?) : Nil # gtk_popover_set_pointing_to: (Method | Setter) # @rect: (nullable) # Returns: (transfer none) # Generator::NullableArrayPlan rect = if rect.nil?...

bug

This is a breaking change, since it now requires all GObject subclasses to have a constructor without arguments. What changed: There are 2 thread local variables to inform if the...