James St-Pierre

Results 49 issues of James St-Pierre

Hi, I would like to be able to display the highest temperature on the menu bar. It's not very useful to have let's say 'CPU Core 1' if it is...

feature request

Hi, I was wondering if it was useable on mobile ? It seems to me that touch events are not working. Thank you

hacktoberfest

Hi, it currently is not possible to get dns records for a specific domain without granting permissions to list all zones. As a workaround, this is what I currently do...

Hi, It seems like all exceptions are being catched by the connection block : ``` Cloudflare.connect(token: cloudflare_token) do |connection| raise "Exception" end ``` I would like my service to crash...

Hi, I'm currently migrating a project to rails, however, I can't seem to figure out how to fetch a specific byte range from a big file. Let's say I have...

Hi, I am back again with a suggestion that could be nice to have : https://angular.io/guide/universal The drawback of this is that ngx-drag-drop can't rely on window.document as it is...

enhancement

Explanation: https://github.com/varvet/pundit/issues/748 Edit: Just noticed the build failed. Likely because Pundit is not specific to ActiveRecord. Leaving it there just in case you have a better implementation in mind.

Hi, I believe there is a very small improvement that could be implemented in Pundit's policy_scope. ## Exemple of problem ``` class Scope < ::ApplicationPolicy::Scope def resolve # I know...

## Environment - Ruby **3.2.2** - Rails **7.0.8** - Devise **4.9.2** ## Current behavior `config/initializers/devise.rb` ``` config.scoped_views = true ``` **Exemple** ``` /users/sign_in Paths: app/views/users/sessions/new app/views/devise/sessions/new /administrators/sign_in Paths: app/views/administrators/sessions/new app/views/devise/sessions/new...

1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 5.6 2. Which TablePlus build number are you using (the number on the welcome screen, Ex:...

investigating