-
**What happened?**
Trying `conda-recipe-manager convert` on https://github.com/conda-forge/pywavelets-feedstock/ resulted in an obscure error message:
```
$ conda-recipe-manager convert ./recipe/meta…
-
Calling this example code:
```javascript
const yargsParser = require('yargs-parser');
const argv = yargsParser(process.argv.slice(2), {
array: ['arr'],
});
console.log(JSON.stringify(argv, …
FM-96 updated
5 years ago
-
```
% tw -search="shokai.org" @shokai
```
-
The parser fails on some valid (but convoluted) expressions such as:
``` C
int res = ((int (*)())(*(&function_table[atoi(argv[1])])))(atoi(argv[2]), atoi(argv[3]));
```
It ends up creating multiple …
-
Trying to do incremental code debug, using quit(), or equivalent. When I run the script, I get "Unable to execute". Sample code is as follows:
# begin script...
import argparse
import sys
sys.ar…
-
Hi, OCI. I was writing an OCI image parser, and quickly realized there's some serious undefined behaviors about hardlinks.
First, let's recall that a hardlink is a filesystem entry that actually po…
-
It would be handy if `run()` would return the result of the selected binding. Currently it always returns None. This would for example allow sub-commands to return an exit code rather than each having…
-
### Description
On `scrapy crawl spidername`
Original purpose of spiderloader is to search and load requred spider by it's `name`.
Hovewer current implementation of [`SpiderLoader`](https://git…
-
### Problem
For example, consider the following instruction:
```shell
npx tact -e -- '-1 + 1'
```
The expected result would be `0`, but instead one gets an exit code 2 and the following:
…
-
I am using Pytorch 2.0.1 with nccl as the communication backend. I run a small alltoall test on two machine with 4GPUs and find the time on alltoall has large variance.
here is the code of my the t…