-
https://github.com/rse/astq/blob/ea8d5c8b97b23ee03129fb416152404d0c27dd48/src/astq-funcs-std.js#L75-L86
It seems like `nth` is implemented by getting the parent, then getting the children on `*` ax…
-
The default rules matching the `exec`-like functions (tested with `exec()` and `system()`) crashes PHP with an Out-Of-Memory error.
Using the following minimal test file directly invoked from the w…
-
### Motivation
If you pass a function returning a promise to a component property not expecting a promise, eslint should error.
### Description
I can configure eslint to detect this as an err…
-
source: http://emilywilloughby.com/R-scripts/dino%20demo.R
Credit: Emily Willoughby
# the scraping package
library(rvest)
# Also useful:
library(data.table)
wd %
as.data.frame()
#…
-
Most modules in their base class currently either have:
1. General attributes
2. No function definitions
As a result of this, the poisoning base class is essentially empty right now.
We want …
-
```
Thanx for sharing this wonderful program!
Would it be possible to add soft returns also in bullet lists?
e.g. after pressing shift + return?
Right now after shift + return a new list item will b…
-
I looked at Grunt API docs but couldn't find a way to run a parametrized task using grunt.task.run(taskname). In this case, the taskname parameter may have n number of arguements.
I have a simple tas…
-
I don't think this is a 3.0 issue.
The flow of control start at https://github.com/openssl/openssl/blob/master/apps/ocsp.c#L606 seems confusing, if not confused. The comment at `spawn_loop` says t…
-
I'd like to give more info, but this is about all I have:
Running node 16.14.2
```
❯ node_modules/.bin/wds ./src/index.ts
Error: [wds] Internal error: timed out communicating with wds sync wor…
-
In the `sweepai/agents/graph_child.py` file, the `change_files_in_github_iterator` function catches exceptions and logs them without using traceback. This is against the user's rules which require all…