-
I am trying to use the [Robotics specification](https://github.com/OPCFoundation/UA-Nodeset) from OPCUA foundation. When I try to generate the address spaces with [generate_address_spaces.py](https://…
-
I'm consuming a swagger spec that has collectionFormat csv defined for a query string parameter.
I've extracted the minimum spec to reproduce.
```json
{
"swagger": "2.0",
"info": {
…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Add Blazor Static SSR/Server/Client support please.
-
This is an intermittent issue.
When update node policy in the exchange, the node policy will match a deployment policy. And node receives proposal before receives node policy change from exchange, t…
-
Dart 3.0 introduced patterns, including the following kind of construct known as an if-case statement:
```dart
if (json case [int x, int y]) {
print('Was coordinate array $x,$y');
} else {
…
-
Clause 3 of both the Ecma hosted 2022 edition and the TC39 hosted 2023 draft of ECMA-262 list the 2015 edition of ECMA-402 as a normative reference. Shouldn't that be updated to the current edition o…
-
### Design update 2019-10-25
![image](https://user-images.githubusercontent.com/45568194/67577824-86eb1900-f741-11e9-9091-79553089ee96.png)
The design of the tab component has been adjusted:
- …
-
According to the OpenCL specification for the `clEnqueueMapBuffer` function:
> If the buffer object is created with `CL_MEM_USE_HOST_PTR` set in `mem_flags`, the following will be true:
> - The `hos…
-
We've run in to multiple consumers that are confused by inconsistent case of their `settings` or input `name` members compared to the injected environment variables. All our environment variables are …
-
I didn't find if it is currently possible, but could we get support for fixed-length values? With possibility of left/right padding the value.
I don't know if there is some functionality for that …