fix error: global flags not at the start of the expression at position 1 - #426
Conversation
|
just ran into this myself--thanks for putting together a solution. wonder what the process for getting this merged is. |
|
+1 on the fix - works great. Hope for a merge and update soon! |
|
Just hit this as well. Is there anything to be done to expedite this merge? |
|
His profile says that eOne is based in Kharkiv, so I imagine merges might not be the highest priority for him at the moment. @Kronuz is there anyone else that can respond to a pull request? |
|
Yes, it would be great to merge this and release a new version |
|
Sorry, I don't have too much time to work on pyScss laterly. Merged the pull request, but I wish there was a way to have continuous releases from GitHub, does anyone know if that's possible to set up, somehow? |
|
@Kronuz Maybe you could use GitHub actions to build and published your new releases? Have a Look at gh-action-pypi-publish. |
|
@Kronuz please, pretty please release v1.4.1. |
|
Here is a repository I manage that automatically publishes to PyPI from the repo whenever a tag is pushed. It also runs flake8 to lint on every push, regardless if it is tagged. It uses gh-action-pypi-publish like @omit66 suggests. I'd be happy to make a pull request with something like this, but it would still require @Kronuz to setup his PyPI account's |
PyScss stopped working for python311.
From https://docs.python.org/3.11/whatsnew/3.11.html :
The issue occurs in one pattern of the class
scss.grammar.expression.SassExpressionScanner.