-
I think we should make it easier to onboard using Pants only for formatters/linters w/ a language. Right now, you have to set this:
```
[GLOBAL]
backend_packages = [
"pants.backend.shell",
…
-
consider the following normalized schema:
```yaml
classes:
gene:
slots:
- id
- name
- category
phenotype:
slots:
- id
- name
- category
…
-
A few different categories
Trivial:
* owl:Symmetric. E.g. `a interacts-with b b interacts-with a`
* owl:inverseOf. E.g. `a phosphorylates b b phosphorylated a`
"joins":
* property c…
-
It's desirable for kernel performance to have as many args as possible be compile-time args.
However, in order to avoid kernel binary variant and re-compilation explosion some args must be kept as ru…
-
Currently when specifying the parse property in the schema, there are two options:
1. When set to 'auto' (the default), the method will perform type inference (using the inferTypes method) to determ…
-
I'm using the Ott/OttAlt tool to generate LaTeX for some inference rules in a Programming Language paper. The problem is, when I use OttAlt, it seems to always put each premise on its own line, even w…
-
Currently the SHACL validation shapes require Observations to have mandatory fields, which may in future be better handled by ssn-extension ObservationCollection objects containing common metadata.
…
-
There are a number of units that have variants of different weight classes. Just looking at mechs pre-3025, I see the harvester, flea, Galahad, griffin, lumberjack, rifleman, shadow hawk, and stalker…
-
Consider the following program (created by @lrhn and shown [here](https://github.com/dart-lang/sdk/issues/56028)):
```dart
void foo(V Function(V) f, V v) { f(v); }
void bar(T v) {
if (v != n…
-
With langium-cli it is possible to generate type definitions for a given grammar by calling:
`langium extract-types `
As described [here](https://github.com/langium/langium/pull/754#pullrequestrev…