Marcel Timmerman
Marcel Timmerman
Users can ask things via a query but can also leave out items they do not need in the query. The methods, on the other hand, do not know what...
I understand that json is the vehicle to transport data from a server. But when the data is retrieved locally, it could also be stored in a hash. This would...
As you've mentioned before, the error messages lack the information needed to find the problem. So I thought I make it an issue. Above all that, quite a few of...
Hi Curt, I have a question about how to use fragments especially how to specify the type on which it applies. E.g. The following query works ``` query pinterest (...
Packages are growing and with that, they get slower to load. Mainly the **Gnome::Gtk3** package is large. Also, tests are taking a long time to finish.
Users can be added but users can not yet login. Two methods must be supported, mongodb-cr and scram-sha1. There are other methods which come later
at the moment adding an account is not protected. It should be sent over a protected connection using ssl/tls
There are some blending operations which have intermediate color values exceeding their maximum or minimum values and are clamped to their maximum or minimum. A suggestion is to postpone the...
I should have read the documentation properly to find the mistake I made. But I still feel the need to mention the problem I faced. I was working on a...
I get these messages from the syntax check while there is no duplication of the particular symbol. In this case, it trips over the line ``` unit class QA::Gui::InputWidget:auth; ```...