Prasun Gera

Results 18 issues of Prasun Gera

I build the master branch from source on Fedora 38. I get a couple of asserts while opening. The application works fine after I continue past these asserts. First one:...

cmake -DCMAKE_BUILD_TYPE=Debug ..

SCC deletes portions of the graph recursively. Since we don't want to modify the original graph, we need to make a copy. Hornet doesn't have a copy constructor right now....

The following do not work: 1. Idempotence: G.delete(batch); G.delete(batch); 2. Reuse: G1.insert(batch); G2.insert(batch); If you want to delete some edges from a graph and insert them into a new graph,...

This may be an X2Go bug, but reporting it here first if this is a known issue. x2go client has a checkbox for "try ssh-agent or default ssh key". If...

enhancement

Reprovisioning a host does not update the host key on the server. This later throws a host key mismatch error on remote execution (https://projects.theforeman.org/issues/18645). I wonder if this is something...

The out of the box setup makes clients really slow for two reasons, especially if the latency to the server is high. The repo upload plugin, which gets enabled, takes...

I think the call_api needs a local foreman user to work. I got a permission denied error with a freeipa user, although the user had admin privileges.