-
### Describe the bug
generated resumes are identical
### Steps to reproduce
1. use main
2. run program
3. check generated resumes
4. note that they are all the same as originally uploaded data.
…
-
```py
from dataclasses import dataclass
@dataclass(frozen=True)
class Foo:
a: object
@dataclass(frozen=True)
class Bar(Foo):
a: int
def do[T: Foo](f: T) -> T:
return f…
-
Hi there -
I saw someone else described the same issue. I have tried several times, including uninstalling and re-installing the plugin. I choose the ribbon, choose / for the vault to be published.…
-
## Problem
Generated columns are currently not supported. ([PostgresSQL](https://www.postgresql.org/docs/13/ddl-generated-columns.html), [MySQL](https://dev.mysql.com/doc/refman/5.7/en/create-table…
-
Is it possible to have generated .png files in the .godot folder or something ? Since I do not want them tracked in source control
-
The device used is NVIDIA 3090. The seeds are [53, 235, 1290, 2317, 32978, 45517].
prompt following:
"prompt": "Close-up full-body photo of a woman sitting at a lake panning for gold.",
…
-
-
- Plugin Name: IntelliJDeodorant
- Plugin Version: 2020.3-1.0
- OS Name: Mac OS X
- Java Version: 21.0.4
- Java VM Vendor: JetBrains s.r.o.
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Versio…
-
For example, for this auto generated function ([code link](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_generated/_serial…
-
```ts
enum Foo {
Bar = 1
^ TSEnumMemberName
}
```
https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/types.d.ts#L1048
In babel it's just `Identifier | StringLiteral`