-
Hello! I updated to the latest version [Python 3.5 Web2py 2.16.1] and got the following error
Traceback (most recent call last):
File "/..../web2py/gluon/__init__.py", line 23, in
import p…
-
Example that works, see twig documentation: https://twig.symfony.com/doc/3.x/tests/sameas.html
```twig
{% if myNumber is same as(0) %}
```
Example that produces a ludtwig parsing error, but st…
-
### I have done the following steps before reporting this issue:
- [X] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Fedora 41
### Term…
-
If I embark on trying to create a js parser to parse html snippets into j2html code, would there be interest in adding that to the website ?
I'm thinking of doing that in kotlin using KSoup, and th…
-
The original JavaScript Twemoji client allows replacing all emojis in a given text with the corresponding Twemoji image tag in one go.
We should provide a similar method like `Twemoji::parse($html)` …
-
In https://github.com/promplate/partial-json-parser/blob/265c965002c9afaa15a5429e03cb317071f7286e/src/partial_json_parser/core/complete.py#L32 there is a `return` statement in a `finally` block, which…
-
Here is the script that reproduces the crash
```python
import urllib.request
import selectolax
with urllib.request.urlopen(
"https://rhodes-ltd-339.myshopify.com"
) as response:
dat…
-
racke updated
9 years ago
-
### Affected Version of Concrete CMS
8.5.x, 9.x
### Description
When we generate CIF files we sometimes export attribute values using `htmlspecialchars()` (eg `app('helper/text')->entities()`…
-
**Do you want to request a *feature* or report a *bug*?**
Report a bug
**What is the current/expected behavior?**
Setting `g:prettier#config#parser` to empty string should let prettier decide on …