Al Mahdi
Al Mahdi
it should be closed now.
It works after configuring `prettier.configPath`
Using `identifier` is very confusing while doing program logic. It would be better to parse it like this ``` parameters: parameters [0, 8] - [0, 54] parameter: [0, 9] -...
pre-commit passes changed files as arguments to the `entry`. What if ruff cli runs on the whole project if the arguments include `pyproject.toml` or `ruff.toml`
Your suggested code resulted the same error. Doing a `pythonmonkey.eval` also results an `InternalError: too much recursion` The reason might be `threading`
Confirmed. The cause of this error is `threading` here is the code to reproduce the error ```python # monkey.py import threading from pythonmonkey import require def func(): require("./module.js").hello() t =...
Well i had to switch to [PyMiniRacer](https://github.com/sqreen/PyMiniRacer), because i want to run multiple code snippets in a separate single context. Unlike **PyMiniRacer**, **PythonMonkey** doesn't have a **context api**. And it...
I included that because I planed to develop a language server for **Django Template Language**. But **DTL** wasn't enough for me. That's why I started building a ssr spa (framework/rendering...