Manu
Manu
@fallwith IIRC we want to drop all the files that are not required to run the gem while packaging it. More like when we bundle `js` we try to reduce...
@fallwith Alright! Thanks for the detailed reply. Let me go through this and open a PR 👍🏽 Will keep you posted.
@Qqwy Interesting, what did you face with `rubocop`? I was checking `rubocop` and it doesn't be configured like `rufo` (Now that I said this, I doubt if I have it...
@JosefuMealsom @gingermusketeer Does this PR https://github.com/ruby-formatter/rufo/pull/274 close this issue?
I was not able to get this to work for ruby -- is it still the same for others?
@fallwith @angelatan2 First of all aplogies for not picking up this immediately. Lot had happened personally and I could not get mind space for contributions. I have opened a small...
Considering the sampe like below ```gleam import gleam/io import gleam/string fn greet(n name: String) -> String { string.append(name, "hello") } pub fn main() { io.println(greet("Tom")) } ``` Some of my...
Folks, I did some work on the tagged PR. Pleaase feel free to make suggestions there.
Does this mean this issue can be closed? Or shall we wait for couple of days to do it?
@JosephTLyons Can this issue be closed now or do we have more touch points to complete for this issue? Went through the PR I couldn't get clarity there hence asking.