-
hello all,
now that the SHA-only change policy has been dropped, i'd say we should be a bit more proactive about security to compensate. i'd advocate running a VirusTotal check as part of travis CI…
-
I've been exploring Elvish for a few weeks and really like most of what I see. Including the fact it's written in Go rather than C++, the concept of namespaces, using exceptions to signal conditions l…
-
Well, crap.
I found an attack that, after all, is going to require us to do probing and condition dropping.
I call it the first derivative difference attack because the attack exploits differe…
-
I've found minimal documentation how to do the export - but is there a programmer's documentation how to add a new programming language to the export?
It looks like the import feature is currently …
-
This error started happening out of the blue to users due to a bad server response causing the JWT passed into `jwtDecode()` to not be a string.
The cryptic error `Illegal argument specified!` was …
-
Existing documentation:
- The erlang documentation for types and specs does not mention annotated types at all http://erlang.org/doc/reference_manual/typespec.html
- The Erlang documentation of th…
-
If STP is submitted practically unchanged, perhaps with a novel SAT solver, to SMTCOMP. Does anyone think we should ask for anything, or be involved in some way, beyond just an acknowledgement in the …
-
I'm preparing a short talk on Gradualizer for our local community. One of the basic arguments for static typing I wanted to show is that `case` expressions are checked for all alternatives of an ADT. …
-
At moodle-qtype_stack/doc/en/Authoring/Answer_tests.md it says with respect to preg_match(): "NOTE: we plan to remove this test in STACK version 4.3. Do not use this test."
I have some questions th…
sm8ps updated
4 years ago
-
As discussed in PR #4910 (which stemmed from issue #4909), using the condition `if not request.finished:` (where `request` is of the `twisted.web.http.Request` type) as a guard prior to calling `requ…