-
Here the promissed report for @freeekanayaka as discussed in https://github.com/lxc/lxd/issues/4548.
# Required information
* Distribution: ubuntu
* Distribution version: 18.04
```
killua…
-
上次讨论提到
Model Optimization Using Gradients
>There are two ways to perform model optimization using gradients:
>- On Client
> The client does multiple steps of forward and backward update. In…
-
While writing my response to #1440 I started thinking about the interaction model between TGMarker and the map that displays it. Rather than pollute that ticket further I wanted to open a larger discu…
-
right now there's no check that they don't observe before start, or perturb before start, or whatever. these things could cause us to fail tests if the TH is buggy, they think they're perturbed, they …
-
The following error message: "Cannot create tables for application myapp. The
expected DDL file myapp_ITPFIEJB3_createDDL.jdbc is not available."
It appears after I migrated my EJBs to a jar file (I …
-
Are there improvements to availability if difficulty is adjusted each block? Is there any larger vulnerability (eg: DOSing a nodes peer connections to starve it of blocks lowering it's local belief ab…
-
I have a stateless EJB method that updates a JPA Entity. (Many similar, in fact). When I call the update method for a CERTAIN entity with a CERTAIN id, I get an exception that seems to be the result o…
-
NB: I'm not 100% sure if this is really an issue with passwordless-mongostore
I've set up Passwordless according to the docs and called init with `passwordless.init(new MongoStore(config_db.url + '/p…
-
Jest has a challenge and an opportunity with **snapshot testing**:
> …so much diff for each code change that you wouldn’t see the actual bug
> …evolve patterns over time and figure out the best …
-
For the last few days I've been working on getting authentication routing logic working. I've uploaded a working example of what I came up with under the authentication-routing branch. I thought it'd …