-
The JavaScript implementation should follow suite of languages like Java and Python and implement the proposed ScopeManager specification. This would make managing the active span significantly easier…
-
The "has remote parent" flag ([Go](https://github.com/census-instrumentation/opencensus-go/blob/5f0e92a92d90ebeaf2662ca76981a5a21243fb91/trace/export.go#L89), [Python](https://github.com/census-instru…
-
I'm not entirely sure, but it doesn't seem like lsp4intellij appropriately handles the case where someone renames a class which has an associated file name.
It seems to send the `didChange` notificat…
-
Section 3.3 of the specification has:
![image](https://user-images.githubusercontent.com/3592009/158998231-2662155a-d8eb-4c01-bd12-e86528eb5129.png)
and links to "IEEE Standard for Binary Floati…
cjw85 updated
2 years ago
-
#### Description:
When using `@PositiveOrZero` on a `List` I expect a diagnostic message.
#### Specification:
`@PositiveOrZero` annotation can only be used on BigDecimal, BigInteger, byte, shor…
-
I noticed that csharp-ls will not show me errors in my repository until I open the files with issues manually.
E.g., if I change the name of some class (without using LSP rename feature), and that cl…
-
A proposal presentation is attached.
This project will enable rapid transition to MMS5 and Flexo with interoperability between multiple modeling languages, tools, and vendors. This is a major proj…
-
I wonder if it would make sense to write a complete specification for StrictYAML that does not depend on the YAML specification (as in, you can write a compliant parser without reading that one first)…
-
Hi, could you please provide some kind of mechanism how to say guardrail to follow openApi specification when generating code from swagger? Specifically I am talking about **query** parameters with ar…
-
There appears to be an inconsistency wrt unary prefix `-`, `~` and `await` operators on function expression literals between the implementation and DSP.
Consider:
```dart
void main() {
-() …