-
As per #117, we need an Application State layer in the Maki stack.
> This is the state of the instanced application being run by an Identity. The state can be any arbitrary tree of values, all of whi…
-
```
What should this feature enhancement do?
Allow setXUnits and setYUnits on getClientX calls on a KML Mouse event.
I can also place screen overlays using UNITS_FRACTION or UNITS_INSET_PIXELS
Now I…
-
Firmware v055.8 allows to enable local HTTP API v2, which is great.
Unfortunately the HTTP API is not secured anyhow. What means anyone who got access to the local network may send any request, inclu…
-
I'm trying to call Schema.ToJson on the schema of a SwaggerResponse.
Below is a very simple example of what I am trying to do.
```csharp
class Program
{
static void Main(string[] …
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a broken site
- [X] I'v…
-
The POST body processing option must be configured per-location and per-vhost by a new configuration option
```
http_post_validate=N
```
Where N is maximum content length, `0` by default means pro…
-
# Adaptive Components
Enabling the creation of purely declarative high-level components powered by [templating](https://aka.ms/ACTemplating) and native Adaptive Card elements. You can think of the…
-
Hi.
In my lambda handler, I'm trying to set an annotation on a subsegment. I'm not using express.
```JavaScript
const sub = AWSXRay.getSegment().addNewSubsegment('my-handler')
// Rest of my …
-
I think there are valid use cases for DOM APIs like `DOMParser`, `XMLSerializer`, `document.implementation.createDocument()` etc. to be available in web workers. I don't mean having direct access to t…
-
DRF writable nested serializers is a somewhat popular DRF plugin that simplifies writing trough nested serializer relations (see https://github.com/beda-software/drf-writable-nested)
## Problem
T…