Tyler Dence

Results 27 comments of Tyler Dence

Oh, I'm sure. These were just the two that I fixed in my db. I understand not wanting to merge this one in it's current state, though.

As an aside, this is our current workaround: ```javascript const rcMiddleware = [ express.json(), body('location').custom((value, { req }) => { if (!value && !req.body.staff) { throw new Error('At least one...

> No, not to the reported person, to the author of the post. So for example Person A creates a post, person B comments something to the post, person C...

> Perhaps in that case we shouldn't send the identity of the person who made the report to the remote podmin when the post/comment originates from a remote pod. The...

Ok. Would it be feasible to have a flag added to enable a higher-precision timer to evaluate timeouts? If not (and the feature request does not want to be entertained),...

Just to illustrate our use case, we have a high-performance service with a very low latency SLA of 300ms. If everything is working normally, it's fine, but if we disconnect...

Another example, which may be helpful in illustrating the underlying issue: ```latex \documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture}[x=2cm,y=2cm] \fill[cyan, cm={1, .2, 0, .8, (0, 0)}] (0, 0) rectangle (2, 2); \draw (0,...

After digging further, this appears to be due to the fact that the panels are now semi-transparent instead of light on a light theme, allowing the desktop background to show...

In researching this issue, I did uncover a bug in the scss (assuming the transparency is Working As Designed™). Essentially, if the panel background is light, the buttons will still...

Regardless of what you decide, I'd suggest to keep in mind those of use that integrate tomcrypt into our own projects / makefiles.