-
We need this so we can start migrating makefiles over to Factotum.
``` bash
$ factotum job make2factotum FILE
```
where `FILE` is a minimalistic Makefile, containing only the following elements:
- V…
-
Hi,
I get an error ("_TypeError: google[api.name] is not a function_"), at this statement (exactly at line 123):
` var api = decodeAPI(node.api);
api = google[api.name]({
…
-
The `dedupe` package [uses BTree](https://github.com/dedupeio/dedupe/blob/main/dedupe/canopy_index.py#L76), and raises the following exception when running under pypy 3.8 or python 3.10 with the PURE_…
-
@fgregg how open are you to backwards-incompatible changes to the way that Variables are implemented? If we could go in there and overhaul their APIs I think that might make https://github.com/dedupei…
-
First of all, thanks for all the great work.
## Summary
tldr; When we attempt to run the tests for prosemirror-model, we're seeing 75 failures.
We ran into the following while troubleshooting a…
-
I get this warning during the fitting of the linear model when performing a deduplication task:
```
/Users/nickcrews/Library/Application Support/hatch/env/virtual/noatak-UM6-FHel/noatak/lib/python…
-
### Details
gvm shell integration messes up `$PATH` if one of the paths has a space in it.
It happens in [__gvm_munge_path](https://github.com/moovweb/gvm/blob/dd652539fa4b771840846f8319fad303c7d0a8…
-
The $PATH variable is often modified by Features during installation to make a certain tool/script/etc easily accessible from the command line. A common pattern today is to use [`containerEnv`](https…
-
## Current behaviour 💣
I am trying to use the `templateParameters` to pass some variables into my template and it does not work.
I have followed the examples shown:
- Here: https://github…
-
## Possible Spec
Taps can accept a new `deduplication_mode` config option (or similar), which allows a few possible options:
- No deduplication: `deduplication_mode=DEFAULT` - (Default.) Same as…