-
### Background
The current API for setting & getting values from the Context has several problems in practice as discussed in issue #11346. Among those:
- GSG-violating snake_case methods that are a…
-
| | |
|------------------|-----------------|
|Previous ID | SR-964 |
|Radar | None |
|Original Reporter | @lilyball …
-
For instance, put getter and setter functions together.
-
# Important
If General, Description, and Replication are not completed the issue will be closed immediately.
**General**
Unity version: 2022.3.15f1
Fish-Networking version: 4.1.2R
Discord link:…
-
Some lua libraries have tables which have fields that can be read from, but not written to:
```lua
local tbl = setmetatable({ _data = { a = 4 } }, {
__index = function(self, k) return self._d…
-
While working on #4, I realized hybrid clipboards may not even be needed. Maybe there's a better more flexible design for this service. Keep a vec of all getter clipboards and all setter clipboards. M…
-
I found that the NG2BootstrapPaginator was not displaying the paging buttons on the left on my initial component load, but only after paging changes.
I traced it to NG2DataTable getPage and fixed i…
-
Inconsistent XmlDoc parameters analysis for properties with accessors
**Repro steps**
Project with enabled $(OtherFlags) --warnon:3390 option
```F#
type A =
///
///
///
…
-
The discrepancies between the registered getter/setter names and the name of the function that they end up calling are an ongoing source of confusion when converting applications from the runtime GML …
-
This crate is pretty old and has a number of outdated/unidiomatic features. For example:
* `SourceMapBuilder::into_sourcemap` should be called `build`.
* `SourceMap` stores tokens as an unordered …