iczelia
iczelia
Exact reproduction conditions are not entirely certain to me, but I remember accidentally using the Compose key before I hit the bug 
Very common issue, surfaces primarily when using the tracer or various uncommon keyboard navigation (e.g. shift+home). No reproduction instructions, haven't nailed them yet. Below 3 screenshots of a single session...
 Does not seem to be easily reproducible.
No reproduction instructions as the bug does not reproduce reliably and data loss due to the crash made me lose the original reproduction. 
To quote some code from the mpmath implementation: ```python if z == 0: return a ** (-s) # Faster, but these cases are useful for testing right now if z...
``` >>> from mpmath import * >>> mp.dps = 100 >>> zeta(2, -2) Traceback (most recent call last): File "", line 1, in File "/home/palaiologos/.local/lib/python3.10/site-packages/mpmath/functions/zeta.py", line 580, in zeta return...
Implements suggestion from ticket #238
I have implemented my own highlighter and style the text as follows: ``` scheme.getStyle(Token.COMMENT_EOL).foreground = Color.decode("#676B79"); scheme.getStyle(Token.LITERAL_NUMBER_DECIMAL_INT).foreground = Color.decode("#FFB86C"); scheme.getStyle(Token.LITERAL_NUMBER_FLOAT).foreground = Color.decode("#FFB86C"); scheme.getStyle(Token.LITERAL_CHAR).foreground = Color.decode("#FFB86C"); scheme.getStyle(Token.LITERAL_BOOLEAN).foreground = Color.decode("#45A9F9"); scheme.getStyle(Token.VARIABLE).foreground =...
``` /home/palaiologos/Desktop/lzham_codec-master/lzhamdecomp/lzham_huffman_codes.cpp: In function ‘bool lzham::generate_huffman_codes(void*, uint, const uint16*, uint8*, uint&, uint&)’: /home/palaiologos/Desktop/lzham_codec-master/lzhamdecomp/lzham_huffman_codes.cpp:227:26: error: ‘UINT16_MAX’ was not declared in this scope 227 | sf.m_right = UINT16_MAX; | ^~~~~~~~~~ /home/palaiologos/Desktop/lzham_codec-master/lzhamdecomp/lzham_symbol_codec.h:22:35: error:...
``` bpytop -v bpytop version: 1.0.68 psutil version: 5.9.4 ``` stacktrace: ``` 20/03/23 (15:03:02) | ERROR: Data collection thread failed with exception: 'pid' Traceback (most recent call last): File "/usr/bin/bpytop",...