Alexey Zagarin

Results 22 issues of Alexey Zagarin

- Use `[AVAudioSession sharedInstance] recordPermission` to check mic permissions Closes https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/89

When on iOS, `hasPermission()` always returns success, even if a user has denied the request to the speech recognition before. I think the cause is this line: https://github.com/pbakondy/cordova-plugin-speechrecognition/blob/master/src/ios/SpeechRecognition.m#L189 Not sure...

**Describe the bug** I'm getting `Error loading policy information` when visiting `/menu/acls` as an admin. Web inspector reveals `405 Method Not Allowed` for `/menu/ajaxSystemAclMeta`, probably because of [this](https://github.com/rundeck/rundeck/blob/v3.3.11/rundeckapp/grails-app/controllers/rundeck/controllers/MenuController.groovy#L105). **My Rundeck...

### Summary This is to revive #40251. For PostgreSQL, the migrator should use both database and schema when creating a lock so concurrent migrations can be executed across schemas (e.g....

activerecord

Is there any reason not to use `/usr/bin/env bash` instead of `/bin/bash`? macOS uses an old version of `bash3`, and I use `bash5` from HomeBrew. Some tools have completions that...

enhancement

Hi, What is the proper way to trigger pull-review automatically on all new PRs (without typing /review in comments.) Is it even possible?

feature
next
hacktoberfest

`Fluentd` formatter `process_info` method is outdated and not working. It inherits from `Json`, which inherits from `Raw`, which inherits from `Base` – none of them has the `process_info` method anymore....

Bug Fix
Help Wanted

I run multiple tasks on `CirrusCI`, and I use `knapsack_pro` only for `rspec`. I have two other tasks which are unrelated but since they're counted in `CI_NODE_TOTAL`, `knapsack_pro` thinks there's...

question

### Summary The cache is not working as described in the [documentation](https://buildpacks.io/docs/buildpack-author-guide/create-buildpack/caching/) with the latest API. The first build completes fine, and a subsequent one lacks a layer that was...

type/bug