-
## 🚀 Feature
Publish the CPU version of PyTorch on PyPI to make it installable in a more convenient way.
## Motivation
Using PyTorch in production does not require necessarily the (~700 MB big) G…
-
Example.g4
```antlr
grammar Example;
import Example2;
main: NUMBER;
UNKNOWN: . ;
```
Example2.g4
```antlr
lexer grammar Example2;
NUMBER: [0-9];
```
Running:
```bash
echo "10 ab…
-
Currently, I am trying to implement my own glTF loader, and the first thing I've realize is that, as of today, things are already very complicated, specially when dealing with extensions.
I was thi…
-
In writing an essay in SFW just now, I found myself wanting some things. I recognize that these may be hard or even undesirable given federation, but nevertheless:
(a) Ability to change the title of …
-
Running CohortIncidence via Strategus multiple times on DataBricks produced the following error:
```bash
java.sql.SQLException: [Databricks][DatabricksJDBCDriver](500051) ERROR processing query/st…
-
#### Brief summary of issue / Description of requested feature:
Adding a 'custom exit line' between two rooms, when the source custom exit line's command matches a normal exit ("s", "out"... but not …
-
I think #836 may have introduced an infinite loop when compiling type declarations in watch mode. I get this in 6.6.3 when running my project with the `watch` and `dts` flags:
If I rollback to …
-
Two requests were brought up at a recent Privacy CG call and I said I'd write up the privacy analysis of why we think attribution reports cannot go to third-parties and to anything else than the regis…
-
### Pitch
In short, the idea is to cache user toots and attachments on [IPFS](https://docs.ipfs.tech/concepts/what-is-ipfs/).
- Each Mastodon node would have a configured public [IPFS gateway](…
-
## List of examples to be produced and included in Docs
Please add any subject that requires an example (figure, table, other) to be explained properly in the docs.
Aims:
1. Have examples read…