Alex Kreidler
Alex Kreidler
The [RDF spec describes that each literal may have a language tag](https://www.w3.org/TR/rdf11-concepts/#h3_section-Graph-Literal). For large datasets that include RDF property values in many languages, such as Wikidata ([example LDF query](https://query.wikidata.org/bigdata/ldf?predicate=http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label&page=2)), it...
## Describe the bug Pywb can't serve a request in HTTP proxy mode and record the WARC file. Hopefully I'm missing something simple! ## Steps to reproduce the bug I'm...
### What happens? Error: ``` Uncaught (in promise) Error: INTERNAL Error: Missing DB manager at Go.insertCSVFromPath (duckdb-browser-eh.worker.js:11:20117) at lc.onMessage (duckdb-browser-eh.worker.js:10:58309) at Qu.globalThis.onmessage (duckdb-browser-eh.worker.js:24:10976) ``` ### To Reproduce My code: ```ts...
I mistakenly passed an object to `defaultValue` like this: `` and got this error message: ``` Uncaught TypeError: Y.create is not a function at R (textModel.ts:72:17) at new Wt (textModel.ts:273:38)...
**Enhancement** 🚀 Lots of people uses conda or mamba to manage virtual environments and to get faster package resolution/solving and downloads. It would be great if this project had an...
The test corpus has [this example](https://github.com/m-novikov/tree-sitter-sql/blob/main/test/corpus/delete.txt). But I got an error when parsing the following SQL: ``` DELETE FROM foo; DELETE FROM foo WHERE name = 'bar'; ``` Error: ```...
According to https://github.com/chakra-ui/chakra-ui-docs/issues/733 and the [Chakra docs](https://chakra-ui.com/getting-started/with-capsize) this package is not compatible with Chakra UI v2 and React 18. It would be awesome if we could continue using it on...
I have some gRPC requests with 6038 items in a map, making the JSON viewer take a long time to load initially and load more data once I click on...
ICE is a great tool with a nice UI, and it would be awesome if it could [integrate with popular tools like langchain](https://github.com/amosjyng/langchain-visualizer/issues/45). To do this we need to describe...
[The existing import scripts for the US Census](https://github.com/datacommonsorg/data/tree/master/scripts/us_census) don't include the ACS data that is in the graph. I'm guessing all the data is originally from the ACS Summary File....