-
In some of our tasks we need to simulate SQL "...where exists (select ... where A and B and C...)...". We do it with the help of staging tables or dictionaries that we create in a separate job as a pr…
-
omorfi-hyphenate.sh references $prefix/share/hfst/fi/hyphenate.dict.hfst, which doesn't exist. Should it be $prefix/share/hfst/fi_FI/hyphenation.rule.hfst?
-
Suppose I'm building Q_k(hex) = Q_k(quad) x CG_k(interval) on an extruded mesh. Right now I see 2 calls to the FIAT constructor for CG, where I am only expecting a single one.
I suspect that the c…
-
```
The lookup bar seems like it can be pretty useful and so I'm going to try to
implement it in a chrome like way.
```
Original issue reported on code.google.com by `melin...@gmail.com` on 7 Jan 20…
-
I was running the serial report via python and ran into this error
Building ID->Name lookup table.
Querying APIs.
Parsing Responses.
Building Reports.
Traceback (most recent call last):
Fil…
-
There's lots of good information in the Hathi-specific MARC field 97, but I don't totally understand it.
1. `974b` and `974c` both seem to be libraries. They're often, but not always the same. What's …
-
```
I am now in greece for 3 days. The EL-EN looks great but a nice thing to have
around here would be a quick switch betwern capital letters and non-capital
letters, because they are different and …
-
```
I am now in greece for 3 days. The EL-EN looks great but a nice thing to have
around here would be a quick switch betwern capital letters and non-capital
letters, because they are different and …
-
```
I am now in greece for 3 days. The EL-EN looks great but a nice thing to have
around here would be a quick switch betwern capital letters and non-capital
letters, because they are different and …
-
**Bug Report**
```
from typing import Optional, Dict
def test(arg: str) -> None:
...
def this_fails(arg: Dict[str, Optional[str]]) -> None:
if arg.get("key") is not None:
tes…