Lightyears

Results 11 comments of Lightyears

Thank you for your review! - About the path checking, I think maybe i need to know more about `sys._MEIPASS`, since it failed in my python:`AttributeError: module 'sys' has no...

Hi finally met my ddl of my work yesterday and get some time for PELD 😞 I'm not abandoning this! I changed as many `\n` as I found out of...

Thank you for the comments! I'll be having more free time in the following few weeks & I'll try to find an approach for placing language settings in Setting window.:smile:

Hi Sorry for the delay, I'm suffering from some network troubles these days :( As for the localization, I managed to do some work and figured out a zh-CN version...

I'd like to say that's only some aftermath work: ```python3 from PIL import Image Image.open(".png").convert("RGB").save(".jpg") ``` would do the trick. It's also not bad whatsoeverm if they're willing to implement...

```python3 class LatexifyVisitor(ast.NodeVisitor): # define static variables here like math_symbol = True equal_form = r"\triangleq" # change __init__ into def __init__(self, **kwargs): # config part for k in kwargs.keys(): if...

Well...it isn't a strict implementation, I just want to show the logic. Of course there are many ways to strengthen its security, like ```python3 class LatexifyVisitor(ast.NodeVisitor): math_symbol = True equal_form...

It seems I have misunderstood your requirements of the config. I'm not experienced in designing configs and thus haven't thought that far. I would not try to implement the config...

OS: Ubuntu 20.04.5 LTS (Windows Subsystem for Linux, wsl1) Python: Python 3.8.10 (default, Nov 14 2022, 12:59:47) codon: 0.15.1 `test.py`: ```python3 from random import seed, random from datetime import datetime...