-
### What version of Bun is running?
1.1.3+2615dc742
### What platform is your computer?
Darwin 23.4.0 arm64 arm
### What steps can reproduce the bug?
Using this test code:
```js
imp…
-
Sometimes when using a behavior, you want to be able to override the getter or setter for that field.
For example, we currently use collective.geo and I want the field `use_custom_styles` to always be…
-
Hi,
I have an issue when execute the build_runner command after I update to the flutter last version in stable channel.
The error displayed is the following
file:///C:/Users/jorjuela/AppData/…
jkyon updated
5 years ago
-
I am trying to export an enum and a property for a class which uses the enum. In my class I have this two methods
```
ForcesMap forcesMap() const; //getter
void setForcesMap(const VNCS::Sim2D::…
-
the following pattern happens reasonably often:
```dart
class A {
B? get b {...}
set b(B value) {...}
}
```
the idea is that `b` starts life as null, but cannot be set to null,
kind of lik…
-
I think setter & getter should work out of the box. What do you think @jhnns
meaku updated
9 years ago
-
Would it be possible to add setter methods to the CSS style properties that are represented by a Union type? For example, to set the padding property you can't do
someElement.style.setPadding("100p…
-
The tests are also failing for `language_2/` version of the tests.
```
language/accessor_conflict/export2_test
language/accessor_conflict/export_test
language/accessor_conflict/import2_test
langu…
-
This will be mainly
* Connection::
* send_message
* call_method
* receive_message
Probably best we have a timeout on the whole `Connection` itself and add a getter/setter for timeout instead o…
-
I have a variable where that's doesn't contain any information when initialized but does contain information later. When accessing the variable I want to be able to query whether it already contains t…