Mislav Marohnić
Mislav Marohnić
I made a new release of ripper-tags which I hoped was xcmd-compatible but the integration doesn't seem to work perfectly. ``` $ ctags --version Universal Ctags Development, Copyright (C) 1996-2009...
Here's what I got with `--verbose`: ``` Reading initial options from command line Option: --xcmd-ruby=ripper-tags loading path kinds of Ruby from [ripper-tags --list-kinds=Ruby] status: 32512 xcmd: the ripper-tags backend is...
> Could you try this branch? Your branch works for me. Any idea why it didn't work with `--xcmd-ruby=ripper-tags`?
Shouldn't it be possible to use `--xcmd-ruby=ripper-tags` **without** defining a driver either in ctags core or in `~/.ctags.d/drivers/ripper-tags`?
Yeah, `#{}` is string interpolation in Ruby. I guess that the parser scans `def _run_` and immediately takes it as method definition even if the method’s name isn't yet complete....
Hi, I don't have experience with updating casks. I'm not opposed to the feature. What fields do you typically need updated when bumping a cask formula?
@MWin123 This Action should already have the ability to update those fields in a file in theory. You can also use the `formula-path` input parameter to override the file path...
@MWin123 Thanks for the deep dive into this and for sharing your solution. I think you could set addition parameters to get around your problem: ```yaml formula-path: Casks/mycask.rb download-url: https://github.com/patschuh/KafkaEsque/releases/download/v#{version}/kafkaesque-#{version}.dmg...
@chenrui333 I wasn't aware of this being a requirement of Homebrew-core CI for some formulae. Right now this isn't possible. If this was possible, how would you imagine configuring the...
Hi, what is zap, and why do you need to log the "cute interface"? Right now, Survey has no internal logger of its own. However, you can edit your app...