Yana Agun Siswanto
Yana Agun Siswanto
Just in case some one doesn't understand the fix of first error. Follow this step - `bundle open erd` - replace all occurrence of `YOUR_ERD_PATH` with the path returned by...
Looks like there is an issue if there list sub resources. (e.g orders in customer show page) Investigating it
For a "quick solution" I usually add `searchable: false` to the aliased attribute and `searchable: true` to the original attribute.
@pablobm I will find some time this weekend to tackle this one. Please assign this issue to me.
A use case that i have in mind: - Client subscribe to: `humidityRequest` - Client received: `humidityRequest` - Script parse the body and send feedback ``` function handlePayload(value) { sendMessage(`humidity`,...
related to #133
On hound, the way it test is: 1. User who comment is bot 2. line number & message is equal https://github.com/houndci/hound/blob/fe43c074728438cae520d4f14d36926206200d2e/app/policies/commenting_policy.rb#L22
Thank you very much. Anyway, is there any plan to add `fixer` api? so that we can use `standardrb --fix` on solargraph
Thank you very much for the effort of 0.39 and 0.39.1. Now I'm able to use solargraph with standardrb. https://github.com/bekicot/solargraph-standardrb Tested on neovim with coc plugin
@castwide Do you mind to share your plan on extending API to register formatters? I'm not smart enough to do the full design, but if there is small task I...