Berkan Ünal

Results 9 issues of Berkan Ünal

**Description of bug** On version `1.0.4` if I run `node ace bull:listen -b -p 9999`. I get deprecation messages in the console. ``` BullMQ: DEPRECATION WARNING! Optional instantiation of Queue,...

Hi, I had to do bunch of googling for finding the community chat server. * Looked everywhere at the https://preactjs.com but no link to a community server, * then searched...

## Package version "@adonisjs/lucid": "^17.1.1", "@adonisjs/core": "^5.6.2", "@adonisjs/assembler": "^5.4.2", "pg": "^8.7.3", "knex-postgis": "^0.14.3", ## Node.js and npm version v16.1.0 7.11.2 ## Sample Code (to reproduce the issue) 1. Add postGIS...

## Description Rubocop is not autocorrecting `Lint/DuplicateMethods` cop. I've searched the issues to see if there was ever a conversation about why this autocorrection is not supported, and I couldn't...

Would it make sense to wrap the `rails_performance` notification subscriber code branch with a `Thread` or `Concurrent::Future` so it can handle the payload prepearing redis writing on another thread? Do...

help wanted

### Description Running autocorrect `bundle exec strong_version -a` removes the trailing directives and comments. Instead it deletes [the require statement](https://bundler.io/v2.3/man/gemfile.5.html#REQUIRE-AS) and whatever comment trailing after that ```diff - gem 'rubocop',...

Redis, since v7.4.0, enables a field inside a hash key to be expired https://redis.io/docs/latest/commands/hexpire/ I am not sure how would API look like ```rb hash = Kredis.hash "myhash" hash.update("key" =>...

### Description - Return `SystemCall::Result` objects from guard checks at database util class methods instead of primitive `true` values. This removes the need for checking the object of the returned....