-
**Is your feature request related to a problem? Please describe.**
The code base has grown and contains patterns that can be safely refactored. The code style should be modern and clean.
**Describ…
-
**Describe the bug**
We are trying to automatically assign data products to datasets and their container during ingestion from S3. I have included the format of our transformer below:
**To Reprodu…
-
Don't compare images in the main thread.
Leverage callback API with timespan for capture methods that have 'em, rather than constantly poking at set interval.
Consider multithreading for CPU-inten…
-
### General overview of your idea.
I think I have found a little twist of the two words "pattern" and "path" in
> No pattern matches the path, ...
https://git-scm.com/docs/gitattributes#Documen…
-
* @ddauber recently posted some cool generated mazes in R on Twitter:
+ https://twitter.com/daniel_dauber/status/1501133268409847808
+ https://twitter.com/daniel_dauber/status/1500893541890932…
-
While dealing with #7631, we noted that this patterns file does not work as I expected:
```
P sh
R /Users/tw/w/borg
+ Users/tw/w/borg/src
+ Users/tw/w/borg/src/borg
+ Users/tw/w/borg/src/borg/he…
-
In rsync it's possible to recursively include all sub-directories below a directory (e.g. `/var/log/`), but exclude all files, using a pair of filters of the form:
```
+ /var/log/**/
- /var/log/**…
-
### Description
The Money design pattern, as described by Martin Fowler, provides a way to encapsulate monetary values and their associated currencies. This pattern helps in handling calculations and …
-
-
### Summary
We currently have a primitive componente called Combobox that makes it easier to implement components related to this interaction. However, there are no design resources to guide a Combob…