-
Another Easymock issue where the type parameter is lost:
```
public void doFile(File f) {
}
...
public static T capture(final Capture captured) {
reportMatcher(new Captures(captured));
…
-
During setting up of LoginLdap I used LDAP account test account. Everything was set correctly, however login was always failing with general information about bad username/pass. But the reason was dif…
-
When modules can't convert a graph to RAW json, an empty string is returned and to the user is display error message: "_Something went wrong_".
It would be nice to display some more precise messag…
-
Instead of returning all errors, think of a special function:
```lua
err = errorableFunction()
he(err)
```
which is equivalent to:
```lua
err = errorableFunction()
if err ~= nil then
…
-
We propagate `CREATE VIEW` commands by filtering `NON_COORDINATOR_METADATA_NODES` (https://github.com/citusdata/citus/blob/v12.1.1/src/backend/distributed/commands/utility_hook.c#L1155), which chooses…
-
When trying to generate the Selinux profile the application crashes with the following error:
`[user]# udica -j container.json my_container
error parsing semanage configuration file: syntax error
pyth…
-
Copying issue from https://github.com/DIG-Network/chia-dig-node/issues/22
> Hi,
>
> I'm encountering an error when starting the DIG Propagation Server. Below are the details of the error message…
-
Thank you for your work! But I can't find the code for the backward propagation. Also, `style_loss` in `train.py` is a tensor with 4 items, which makes an error in `total_cd_pc += cd_pc_item`.
-
Here are some ways to improve the err estimation for various pipeline steps (which isn't already covered by another issue to my knowledge). Perhaps not all of these enhancements are feasible and some…
-
1) If the server is down the preflight generated a ERR_CONNECTION_REFUSED can you please propagate it? so that we can handle it on the app level?
2) Can you please add the status code inside the erro…