Mateus Luiz
Mateus Luiz
Addresses https://github.com/troessner/reek/issues/1538 This PR implements a way to not raise `UtilityFunction` warning for methods defined in `class_methods` block
I was trying to apply the rule to a file that contains the following require: ```javascript const { mongoPort, ...ports } = require('app/ports') ``` But for some reason, the rule...
**Describe the bug** When using a docker-compose, for some reason setting the CORS_ORIGINS like this: `CORS_ORIGINS="*"` doesn't work, only if you set like `CORS_ORIGINS=*` **To Reproduce** Just run the docker-compose...
**Describe the feature you'd like** I'm looking for a way to prevent the documents from being queried again when requesting for a completion. **Additional context** I have a vector store...
I was checking if there's support for lat and lng parameters in the gem, but I didn't found any tests in the directions_spec.rb using them as parameters, I'm gonna use...