-
The current Unicode normalization policy (#5576, #5434) is to employ the NFC normalization to canonicalize identifiers. However, NFC is overly conservative as a choice of canonicalization, since it do…
-
The module
```
{-# language PatternSynonyms #-}
module Lib where
pattern P{x, y} = (x, y)
```
has the following exports:
```
λ :browse Lib
pattern P :: a -> b -> (a, b)
x :: (a, b) -…
-
https://github.com/CartoDB/data-services/wiki/Geocoder-synonym-tables
-
- listSources: `SELECT synonym_name AS name FROM all_synonyms UNION [all_views] UNION [all_tables]`
- describe: `SELECT COLUMN_NAME, DATA_TYPE, DATA_LENGTH, DATA_PRECISION FROM all_tab_columns@db_link…
ptica updated
10 years ago
-
_From @mellybelly on June 13, 2016 15:35_
We can leverage work across the two ontologies if we examine synonym discrepancies for equivalent classes.
@cmungall @drseb @balhoff
_Copied from origin…
-
Hi again,
I would like to suggest another ~105 microbial-specific compounds, most of which have been used in biochemical assays of prokaryotes and have been published in the microbiological taxonomic…
-
SQL Server JDBC 10.2 and older versions.
Unlike other database vendors, SQL Server JDBC driver does not deal with synonyms.
DatabaseMetadata interface methods return nothing.
DatabaseMetadata…
-
1. All visible type names/translations (PP, editor, search results) are stored in types_strings.txt
2. Categories.txt contains only types to search, without the main translation (which should be take…
-
_This is a wish list item. It is unlikely to happen in the near future._
I find it somewhat uncomfortable to find the synonyms and related terms in Transifex. I get the idea (which may be true), th…
-
`zerver.webhooks.github.view.get_discussion_body` always uses `DISCUSSION_TEMPLATE` for all `discussion` events:
https://github.com/zulip/zulip/blob/92c83c1df489975f8fe887f190e5d0af7c9534a2/zerver/…