Eloy Espinaco
Eloy Espinaco
I've noticed that linking directories and files does take a lot of time because it is made [one by one and with multiple checks][1]. I would like to work on...
On our map we have points on the same place, we would like to spiderify them at a certain zoom level so we can see all the points in the...
I'm just trying to check what can be implemented about #892 without changing a lot (as it is the first time I touch a rust project).
Liquid files are most of the times `html` files, so they can embed javascript and stylesheets (that are supported on HTML, but not on liquid files. But it would be...
CSV (from standard library) uses a lot of methods that yield a `csv` file (that is opened and closed at the end of the block), `Tempfile.create` do the same: Sample...
I'm having false positive with TooManyMethods, with a code that looks like this: ``` ruby class WeeklyReminder attr_reader :user, :week, :result_set, :dates WeekPerformance = Struct.new :week, :submitted, :missing do def...
This should fix #3958, it is based on a comment of @simi there. It just adds a `clean` step after `install` to remove object files. ## Make sure he following...
I've just noticed that gems with compiled extensions use a lot of disk space, most of it are object files that, as far as I understand, are not needed on...
I've just heard about the [security.txt](https://securitytxt.org/) file, and it feels like a good addition here. Regards.
I would be an interesting adition and the code is not much, just `set -x` and that is enough.