Gil Shalit
Gil Shalit
This is somewhere between an issue and a feature request: I am using a `DataGridSelectColumn` in the `DataGrid` to implement a drop down selection box. As per samples I could...
An Azure function (V3) is declared with an optional string parameter. it is sent incorrectly to the function from the swagger UI regardless if the parameter is specified or left...
The IOpenApiHttpTriggerAuthorization includes the following task: ``` public virtual async Task AuthorizeAsync(IHttpRequestDataObject req) ``` So how can I call it from an isolated .net7+ Azure Http trigger function if I...
Building a c# Azure functions API, using .Net8, isolated. v1.5.1 of the OpenApi package I have about 13 endpoints and 6 tags, where some endpoints are under more then 1...
When installing exist-db 6.2.0 on Ubuntu Server 22.04 LTS, the configuration screen offers the option to change the ports from the default settings of 8080 and 8443. If I change...
This is a very small problem but the change may be quite useful: The documentation page (https://teipublisher.com/exist/apps/tei-publisher/documentation) has the title **TEI Publisher**, just like the main site. Can we have...
A regression occurred between versions 1.31 and 1.32 of the pb-leaflet-map webcontrol. Expected behavior: when the user hovers over a pb-geolocation instance, the label is displayed on the map. When...
It would be very useful to have the option to specify a icon for a pb-leaflet-map that will be used when the user clicks a marker, similar to what was...
Expected behavior: from my understanding of the documentation, i expect that including no-scroll="no-scroll" in a pb-leaflet-map control will have the effect of a hover event on a pb-geolocation control will...
Currently, when trying to load a file that is larger then what the web server (e.g. nginx) allows, the load operation is stopped with no message to the user, the...