Alfonso
Alfonso
Is this project still active?
Would be great to add new features with the new API.
WIP
Summary: This diff brings support for constraints on ListVariadics. The constraints that can be specified are the same as for TypeVar, that is, Bounds and Explicits. Although ListVariadics currently could...
I think that it could be very interesting to extend the playground to support other typecheckers (e.g. Pyre or Pytype). It is worth noticing that type checkers can have different...
Hi, if I write: `ws = new WebSocket('ws://127.0.0.1:10000'); if (ws.readyState == WebSocket.OPEN) { console.log('Connection is successful'); }` inside Firefox console, it can't connect. I'm using exactly the same main.rs uploaded....
For example the following dataset: https://huggingface.co/datasets/allenai/c4 Lacks a Croissant tag, not just in the UI but also if filtering by "library:mlcroissant" with the API. However, the Croissant file is available...
The Croissant file exposed by HuggingFace seems to correspond to the parquet branch of the dataset, even when the dataset is native parquet: - https://huggingface.co/datasets/mlfoundations/dclm-baseline-1.0-parquet - https://huggingface.co/datasets/ai4bharat/sangraha - https://huggingface.co/datasets/BleachNick/UltraEdit_500k IIUC,...