-
Current `agg_by`, `update_by`, and `range_join` aggregations:
1. Are limited to DH-supplied options
2. Are very difficult to implement in DH and require very specialized knowledge
3. Are impossible…
-
Especially with the recent change with AR, we're probably going to eventually need to switch to their new format. We should investigate the differences and see if we can switch to using the new format…
-
On Windows, tried both with cmd and a git bash shell:
[csv_windows-1255.zip](https://github.com/paulfitz/daff/files/475706/csv_windows-1255.zip)
```
$ daff.py version
1.3.18
$ daff.py 1.csv 2.csv
Tr…
-
In Chapter 5, there's a paragraph about reverting differenced values to the original scale, with the following code:
```
df['pred_foot_traffic'] = pd.Series()
df['pred_foot_traffic'][948:] = df['fo…
-
Bundle storage could be a lot more efficient. Blobs that haven't changed between commits are reused, so that is fairly efficient. One could imagine some kind of line-by-line diffing like git does, b…
-
# Comentarios / Correcciones
## Comunicación
### Protocolo de comunicación cliente-entrypoint
- Protocolo sobre tcp
- Evita short-read y short-write
- Diferentes tipos de mensaje.
- Mensaj…
-
Provided plugin is great for online when Webstudio is running. It brings clickable html result that is great, but hard to do diff with tooling.
Please, provide ability webstudio or jar return also…
-
Hi there,
Sorry if it's not the right place for this kind of topic, I didn't find the Discussion panel.
First, I want to say I LOVE your tool, it's amazing!
I would love to play with the [Riv…
-
# Error description
ComplexFinder does not run in no-database mode.
## How to reproduce
Starting from the example files provided the following code works:
```python
from ComplexFinder.src.m…
-
A method that tests string argument if it matches regexp would be helpful.
Currently I'm using `MatchedBy(func)`:
```go
mock.MatchedBy(func(path string) bool {
return regexp.MustCompile(pathRe…