iczelia

Results 42 issues of iczelia

Exact reproduction conditions are not entirely certain to me, but I remember accidentally using the Compose key before I hit the bug ![Peek_2023-11-17_22-31](https://github.com/Dyalog/ride/assets/27734421/254e821c-8cf5-4069-8b7c-cfe0c01f5fc2)

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...

![image2](https://github.com/Dyalog/ride/assets/27734421/4fd003e4-226c-470f-b0cd-5757e9ec1858) 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. ![image](https://github.com/Dyalog/ride/assets/27734421/584603bf-67ff-436b-86c6-d3183aeeaf66)

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...

docs
need decision

``` >>> 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 =...

bug

``` /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",...

bug