Karel Krýda

Results 70 comments of Karel Krýda

> > Although the current PR fixes a "bug" for new Uptime Kumy installations, it does not change anything for existing users. > > If this fix is necessary, you...

> As far as I know, there is no real boolean type in SQLite, the current BOOLEAN type is just an alias of INTEGER. > > And also since altering...

Hi, I'm currently working on new incident system. ![image](https://user-images.githubusercontent.com/59953812/151804218-c5083134-f4e6-4c49-b8fb-a8be694c8237.png) This is the screen for creating a new incident. In the details of the incident, it will be possible to add...

![image](https://user-images.githubusercontent.com/59953812/152020641-c9fcc4e7-98d3-43f5-8b5e-a835143be74a.png) I hope to have it done today 🙂

Yes, I started working on the universal WHOIS library. The procedure is slow because there are a huge number of TLDs. Many of them have differently named value keys, other...

It looks amazing

Can confirm this behaviour. I have to manually start the AdGuard Home plugin from the OPNsense interface. Also, the restart service button does not work for me. When I press...

Installing the root CA certificate using `update-ca-certificates` did not help and I kept getting the error `Failed to retrieve profiles: self signed certificate in certificate chain`. I solved this by...

hi, our problem was caused by the AWS API gateway that _modifies the binary data payload into UTF-8 encoded JSON strings_ by default. The solution was to set `*/*` as...

Hi, have you solved this problem?