-
We should add support for an optional configuration file like **.kysely-codegen.json** or **.kysely-codegen-rc[.json]**:
```json
{
"camelCase": true,
"dialect": "postgres",
"excludePatter…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### M…
-
Agda prints hidden function type in hidden argument as `{{...` and then fails to parse it. Example: `f {{x : A} -> B}`.
This is dual to the existing problem `f {record {x = a}}` for which we have …
-
This program...
/// The main file
///
/// @file main.c
#include
/// Program entry point
///
/// @todo Don't forget to...
///
/// @param argc The …
-
### Description
**Summary**
The current implementation of `from_csv` function does not allow kwargs. This feature request proposes enabling the use of kwargs in the context of `use_pyarrow=True` to …
Max0u updated
6 months ago
-
- AAD integration script fails in parsing space based arguments like adPrincipal, adUserBaseDN and adGroupBaseDN when it is passed via STDIN
- adUserBaseDN and adGroupBaseDN arguments were wrongly ac…
-
An example to run a single gene-cluster simulation without actin is:
python run_single_shoebox.py -b 11 -r 1 -t 10 -o gene_cluster/ -m 1 -c Control -p 3 -a 30 -x 80 -z 0 -n 0.01
I think that the…
-
I'm trying to write a CLI similar to `ssh`. Here's the minimal example:
```typescript
import yargs from "yargs";
function main() {
yargs(process.argv.slice(2))
.usage(
"$0 [...]",…
-
**The problem/use-case that the feature addresses**
Currently, Lua scripts only supports ARGS that are passed in by position.
When dealing with scripts that receive multiple parameters it would be…
-
While I understand that #2 indicates that the command-arguments are fully verified, it is not yet clear that they are fully verified and that error messages are displayed if the arguments are incorrec…