Sahin Kasap
Sahin Kasap
This block: ``` [OptionalField] public UserType UserType= UserType.Other; ``` is converted to this: ``` userType=: UserType; ``` but must be converted to this: ``` userType: UserType; ```
Bonobo seems that it doesn't support SSH. It would be nice if it was supported. But in this issue, it is said that implementing SSH access is very hard and...
I checked a web api about what it returns for various objects. So as I see, underscores are saved, but the initial letters are lowercase if they are uppercase in...
``` public class Testing { public int Success { get; set; } public int GU_ID { get; set; } public int GUID { get; set; } public int G_UID {...
- components: `NavBar` - reactstrap version `#8.4.0` - import method `npm` - react version `#18.2.0` - bootstrap version `#4.3.1` ### What is happening? Example URL: https://codesandbox.io/p/sandbox/reactstrap-learn-navbar-sbqie -> https://sbqie.csb.app/ When you...
I created a new sqlite db with C# .Net Core EF Core. I can add/read data without a problem. But much of the data is not shown in this extension,...
…w channel - bug fix for example: my config.json is like this ``` . . . "streams": { "20274": { "name": "20274" }, "20275": { "name": "20275" }, "49": {...
Hello, I am using a camera that uses H265, it is currently not supported. But when I look at the logs: ``` [GIN] 2023/12/25 - 13:47:51 | 200 | 624.6µs...
Hello, When we connect to a camera in VLC, the stream is seen under 1 second, but when we view this camera from Web with the help of rtsptoweb it...