-
```yaml
# The default ingress annotations
.x-default: &default
nginx.ingress.kubernetes.io/auth-url: https://{{ .Values.authService }}
nginx.ingress.kubernetes.io/auth-response-headers: Author…
-
Hi, I have already working the @ngx-env lib on my project (using nx and angular 17).
It works great! thanks so much for the support @chihab :-)
The only issue that I found, and is making me crazy…
-
- When the HTML parser comes across a element, it stops to load its content. Once loaded, the JavaScript code is executed and the HTML parser proceeds to parse the next element in the file.
- This c…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I want to use this to parse MDC based html.
This html is make of custom elements.
But looking at the parser it's really quite messy.
I hate to be negative..
It might be better to write it usi…
ghost updated
6 years ago
-
MechanicalSoup is a really nice package i have used for, but it still requires C Compiler to compile the lxml on *nix systems.
It may be a problem to port to some platforms without C Compiler, such…
-
[HTML 5 Proposed Recommendation §8.2.2 The input byte stream](http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream), [HTML 5.1 Draft §8.2.2 The input byte stream](http://www.w3.org/html/wg/dra…
-
**Describe the bug**
```
could not detect language based on extension.
Please specify the language with the --language flag.Error: Could not detect language based on extension.
at LanguagePick…
BTWS2 updated
1 month ago
-
- **Platform**: `Linux myhostname 5.16.8-200.fc35.x86_64 #1 SMP PREEMPT Tue Feb 8 20:58:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux`
- **Mercury Parser Version**: 2.2.1
- **Node Version (if a Nod…
-
For example, the following is correct:
```iex
iex(1)> EarmarkParser.as_ast("z\nz", %EarmarkParser.Options{breaks: true})
{:ok, [{"p", [], ["z", {"br", [], [], %{}}, "z"], %{}}], []}
```
It pu…