-
### Guidelines
- [X] By checking this box, I am saying that I have read the guidelines and believe to be following them to the best of my ability
### Description of feature request
A few mods, such…
-
I have an older project with users and a Hive database. I realized that I forgot to add "extends HiveObject" to one object when I wanted to access the key.
Is it safe to add "extends HiveObject" no…
MLZ91 updated
2 months ago
-
executed `npm install`, `npm run build` on codebase of main branch to get 53 errors in 3 files that appear to be due to using a dated Typescript version. I'm not entirely sure as I don't actively deve…
-
do each of the 10 animals in a separate code_change
---
# Add 10 new animal examples to FBoundedPolymorphism.scala
## Description:
Extend the `FBoundedPolymorphism.scala` file with 10 additional an…
-
All of the values in these types are expanded to include the full prototype of the built in primitive or object, specifically when used in an extends clause of a generic type parameter.
```
export…
-
It's quite common to want to return a struct from Dart code using `dart:ffi` and having a call with the pointer inside that code (https://github.com/dart-lang/native/issues/1601, https://github.com/da…
-
### What platform were you using when you found the bug?
- React Flow version: 12.3.5
### Live code example
_No response_
### Describe the Bug
```ts
// component-props.ts:
ReactflowProps {
…
-
## Feature Request
#### Use Case:
First of all, thank you for creating such a great tool!
Recently, process-compose introduced the `extends` keyword which makes it easier to merge multiple co…
-
If I have a method that is indented, the auto comment should add the comment for the method in line with the method - not at the start of the line. Example I have public class MyClass extends Objec…
-
I've a class `person.gd`:
```gd
class_name Person extends Node
var name: String
```
when I lint I get:
```sh
# gdlint ./person.gd
./person.gd:3: Error: Definition out of order in global sc…