Francesco Saltori
Francesco Saltori
Hello! Could you publish an NPM package containing gem assets (CSS, fonts) so that they can be used together with Webpacker? Currently we need to copy all the assets in...
## The problem In a multi-language Rails app I've been working on I often stumble upon calls like the following: ```ruby t('activerecord.attributes.model_class.attribute_name') t('activemodel.attributes.model_class.attribute_name') ``` Instead of using [human_attribute_name](https://api.rubyonrails.org/classes/ActiveModel/Translation.html#method-i-human_attribute_name): ```ruby ModelClass.human_attribute_name('attribute_name')...
It happens quite often to me that OctoDroid sends a GH notification to my phone, but then I read it using my laptop. After a few hours, I come back...
I've seen that READMEs bigger than 50/60kB (like [the one from this repo](https://github.com/ruby-grape/grape)) cause extreme scrolling lag when previewed in the About tab of the repository screen. This becomes worse...
I think that [chips](https://material.io/components/chips) would be a nicer way to display labels in issues/PRs list instead of using simple colored dots as we are doing now. It's often hard to...
As discussed in #1132, this PR bumps the minimum supported Android version to Lollipop (API 21). The benefits are the following: - app is ~1.5 MB smaller, thanks to the...
As the issue title says, tapping on an OctoDroid notification opens the Notifications screen but also closes all the other open activities of the app. I find this behavior very...
Submodules that point to Git repos outside GitHub are being incorrectly displayed as plain files in files list (see for example zlib and pcre in https://github.com/topjohnwu/Magisk/tree/master/native/jni/external). Turns out that it's...
Currently, this app can be installed on devices down to Android 4.2. Considering that some notable libraries used by this app (namely OkHttp and RxJava) have dropped support for Android
I've found a smallish bug in all screens that have search functionality (Search, Issues, Pull requests screens). When the search request fails due to an error (which could be missing...