-
@petterreinholdtsen submitted https://github.com/mysociety/alaveteli/pull/2654 to add a quoted section marker in their language.
I don't see the benefit in continually adding additional strings to th…
-
### Describe the issue as clearly as possible:
Specific characters trigger an `AssertionError` in `make_byte_level_fsm` if included in a case-insensitive regex group (e.g. `(?i:ß)`).
So far, I hav…
-
As a novice in graphql it seems quite confusing about the state of graphql and its python and django integration - you really feel more in a npm environment that in a pip environment :) I came across …
-
This is the GitHub issue for the book *Python 3 Object-Oriented Programming - Second Edition* by *Dusty Phillips*, which is listed on [Pythonbooks](http://pythonbooks.org). When you comment on this is…
-
We should provide an option that lists (string) subclass names, so that
```ts
export class IsReallyALitElement extends FooElement {
/*...*/
}
```
lints up with our plugin
-
Hello, it's my first post here, so sorry in advance for any mistake.
I'm using Draft to create a message input component.
I'm using decorators to decorate "hashtags", and Entity to render emojis.
I…
-
Python's pattern matching doesn't support any extension of semantic equivalence (there's a [draft](https://peps.python.org/pep-0653/) for it). The only double-underscore method you can specify is `__m…
-
### Describe the bug
AFAIK TypeScript type aliases (e.g. `type Story = ...`) can't be [augmented](https://www.typescriptlang.org/docs/handbook/declaration-merging.html), as opposed to TypeScript inte…
-
## Feature Request
## Description
GraphQL allows expressing relations by nesting types like this:
```graphql
type Employee {
id: ID!
name: String!
company: Company // An employee be…
-
I am still [not convinced metadata is necessary at all](https://github.com/tc39/proposal-decorator-metadata/issues/6).
However, in [tc39-delegates](https://matrixlogs.bakkot.com/TC39_Delegates/2022…