Thomas Carr
Thomas Carr
**Describe the bug** **To Reproduce** Clone the app `npm run build` `npm run serve` **Expected behavior** I would expect this to point to the newly created ./out folder and serve...
**Describe the bug** start_ocean.sh script does not properly purge. See line 263 with `eval docker-compose --project-name=$PROJECT_NAME "$COMPOSE_FILES" -f "${NODE_COMPOSE_FILE}" down` NODE_COMPOSE_FILE is not defined anywhere, which yields null after -f,...
## Describe the bug When trying to camelize_lower a string with a known acronym like 'API', Dry::Inflector instance resolves to camelize_upper. ## To Reproduce require 'dry/inflector' inflector = Dry::Inflector.new inflector.camelize_lower('api-key')...
Currently `array_enum` assumes you have integer values stored in the db (and I recognize that the README explains this clearly). The query it generates casts values as integers: ```ruby where("#{table_name}.#{attr_name}...