-
The README throws around the word "exact". It discusses how 0.1 as a binary float is not actually 0.1 in memory. It states, "Statistically, most human-authored decimal numbers cannot be exactly repres…
-
## Description
We have several unique implementations of a common `run_sql` task across our DAGs. This task was pulled out into `common/sql.py` in #4836:
https://github.com/WordPress/openverse/bl…
-
In GAP, there seem to be 3 main ways we alter the behaviour of a function:
1. Passing additional optional arguments, as in `InstallPackage("digraphs", true)`
2. Using the option stack, as in `Inst…
-
### Description
I like the work here [Keyboard testing helper functions](https://depo-platform-documentation.scrollhelp.site/developer-docs/keyboard-testing-helper-functions) but think it would benef…
-
Sort out the doubling up of the `loadDataFromCSV` function. It currently appears in `Helper_functions.py` and `BNdata.loadFromCSV`.
-
### This issue is to track progress for RFC#99: [Introduce PresburgerSet](https://github.com/apache/tvm-rfcs/pull/99)
- [x] P1. Build & CI setup, PresburgerSet class with minimal member functions. ht…
-
Hi,
I am trying to use trim, upper, lower functions, but am unable to.
getting errors as:
The Helper or Operator with the name '$trim' is not defined
The Helper or Operator with the na…
-
Activities should have its own service isolated. Create a new folder for activities in the repo
Things to do:
- [x] Create a new branch
- [x] Create a new folder for activities
- [x] Implemen…
-
There are several places in gonum where there is a help function to test that code panics correctly. They can be found with:
```
for file in `find -type f -name *_test.go`; do grep '^func' $file; …
-
Bottles `send_file()` helper already supports `Last-Modfied` and `If-Modified-Since` headers and sends a `304 Not Modified` response if applicable. A file-name and modification-time based `Etag` and `…