Kousha Talebian
Kousha Talebian
Is it possible to provide a cache-adapter, but make the requests non-cachable unless you choose to? So in effect, I want ```js mport axios from 'axios' import { setupCache }...
Here is a screenshot of the config:  And here is the environment variable from the Configuration tab:  My `local.env` file has `SECRETS_DIR=/originalSecretDir` When I run my application, I...
### Prerequisites - [x] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); - [x] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the...
Hello, I was going to open a PR for both phin and centra and add a few improvements: * Replace `forEach` with `for-loop` for performance reasons * Remove unnecessary `else`...
Our organization has a large list of boards. However, `jira board ls` does not show all of them. Is there a way I can set my active board via a...
Is there an English version of the docs available?
I'm using jDBI 2.78 with StringTemplate 3.2.1. Here is a simple DAO file I have ```java package com.myapp.dao; @UseStringTemplate3StatementLocator @RegisterMapper(AccountsDaoMapper.class) public interface AccountsDao { @SqlQuery List listPage(final String accountId); }...
How do you create a role where the condition/evaluation is async? For example, I need to make a HTTP request to verify a fact and return the result.
Keytar never asks for a computer password when you read/write. For example, I can do ```js keytar.setPassword('MyDefaultService', 'accountName', 'password'); ``` and then later at any point anywhere on the OS...
I'm using the `copy-webpack-plugin` and I'm getting ``` Refused to execute script from '***' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. ```...