-
Firstly, thanks for the awesome plugin đź‘Ť .
### My goal
I would like to sort public not static not constructor not accessor methods alphabetically in ES6 classes.
### What I tried
How can I mat…
-
For each `Entity` subclass, decide which methods should be there, and find a way to document them in `yard`.
See: #18
-
The following tests would fail in master:
- self.q needs to be reset if self.transform or self.equatorial are set:
```python
q = np.array([[0.1227878, 0.69636424, 0.1227878, -0.69636424],
…
-
Looking at examples/create_forest.py
The tons of set_xxx() methods are completely superfluous and unpythonic.
Why don't you just use
create.some_property = value
directly instead of usinger setter…
zopyx updated
8 years ago
-
# Feature Request: Server Setters for Authority and Stability
## Background
For a considerable time, many developers have been requesting Server Setters as an alternative to RPC natives. It's wi…
-
There is a document [https://google.github.io/styleguide/cppguide.html](https://google.github.io/styleguide/cppguide.html) describing Google C++ style format. Some parts of OpenSDN do not conform to t…
-
```
What steps will reproduce the problem?
The encapsulation is violated as anyone can change the properties of an object
like name, address, protocol with an prior upper level check like "there are …
-
Hello,
first of all, i'm not really that experienced with jackson, but I've been running into an issue and i see no way to solve it.
So, i have a class named 'Member' (see code below).
Each membe…
-
### Community Note
> Please vote by adding a đź‘Ť reaction to the issue to help us prioritize.
> If you are interested to work on this issue, please leave a comment.
### Feature Spec
I want to be a…
-
```
What steps will reproduce the problem?
The encapsulation is violated as anyone can change the properties of an object
like name, address, protocol with an prior upper level check like "there are …