Alexk12

Results 6 issues of Alexk12

![ponomar-zemlya](https://user-images.githubusercontent.com/16455355/172331891-598e7420-8449-4838-8efc-e0aba3f5160e.png) Состыковку верхнего и нижнего полуовалов в букве "земля" (U+0437) шрифта PonomarUnicode желательно улучшить и исправить, вероятно (даже очевидно), сделать острой, как это сделано в соответствующем элементе буквы Кси (прописной,...

enhancement

c:\Python\Python310>python --version Python 3.10.8 c:\Python\Python310>pip --version pip 23.1.2 from c:\Python\Python310\lib\site-packages\pip (python 3.10) 1) pip install chirpstack-api 2) Run "enqueue_downlink.py" sample: https://www.chirpstack.io/application-server/api/python-examples/ import os import sys import grpc from chirpstack_api.as_pb.external import...

**Describe the bug** Libraries having "-static" prefix are compiled with "Multi-treaded DLL" and "Multi-treaded Debug DLL" option on Windows. This actually means "Dynamic" libraries requiring run-time DLLs. Not static. As...

build

This code does not compile in MS Visual Studio 2012 C++: inline JsonIterator begin(JsonValue o) { return JsonIterator{o.toNode()}; } (Compiled OK in MS Viaual Studio 2015 Community + Update 1,...

## Description Conditions: 1. Client connects with security. 2. Server rejects client's certificate and sends error. If error received on early stage when secure channel not opened yet (for example,...

## Description It seems UA_SECURECHANNELSTATE_OPN_SENT state is missing in case statement of connectActivity function (clent code). This results in closing security channel during connection (with BadInternalError result). The issue occurred...