-
**wrappers.extract_det1_events** can't read region files with negative heights. This seems to be an issue with the **region** package which is forced to **region >=0.7** in the requirements.txt right …
-
WPT cors/cors-safelisted-request-header.any.js (seen as .any.html in test results) tests this.
Case "text/plain;garbage" appears to trigger preflighting when it shouldn't, unless it's causing some …
-
**add_or_replace_parameter** uses **urlencode** function to convert a string to percent-encoded ASCII string:
https://github.com/scrapy/w3lib/blob/master/w3lib/url.py#L229
If the value of the para…
-
```
If the user being printed has unicode characters for their first/last/or
user names, then the command will crash with an encoding error (if the
default DB encoding is not UTF8 or ASCII). This is b…
-
Say Alice calls sendClassical with msg = b'01' (= two bytes, first character 0 = ASCII 48, second character 1 = ASCII 49).
When Bob calls recvClassical it receives a different msg = b'\x01' (= one …
-
We're using `Binary` types as part of state / storage in smart contracts. This is not a good idea for a number of reasons:
- `Binary` is base64 encoded, which is wasteful / non-efficient.
- Base64…
-
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/)
### The problem you're addressing (if any)
Currently, UTF-8 characters in window titles (and window tooltips in panel)…
-
For RSS feeds with Russian text I'm constantly getting this:
Traceback (most recent call last):
File "/root/leselys/local/lib/python2.7/site-packages/celery/utils/log.py", line 96, in format
re…
-
I write dayly quotes with this - where IEEE.AsDouble just is a safe cast from float to double:
foreach (var q in list.OrderBy(i => i.Date))
{
if (q.Date.Year > year)
{
…
-
- On the accounts page the user sees a "+" button. This button starts the Virtual account creation flow
![accounts](https://user-images.githubusercontent.com/658095/30317486-28ac16ba-97a2-11e7-9285…