issues Search Results · repo:nginxinc/crossplane language:Python
Filter by
56 results
(135 ms)56 results
innginxinc/crossplane (press backspace or delete to remove)Currently you have to create a temporary file just so you can call crossplane.parse on it, which seems needlessly
awkward.
Kodiologist
- Opened on May 5
- #115
Describe the bug If the last directive is not terminated by a semicolon ( ; ), then lex drops the last token.
To Reproduce Steps to reproduce the behavior:
1. Create an nginx config file with user www ...
htv2012
- Opened on Feb 23
- #114
Is your feature request related to a problem? Please describe. In almost all new code I use mypy as one of pre-commit
checks. This implies that I want type annotations for all libraries used.
Describe ...
pyhedgehog
- 1
- Opened on May 20, 2024
- #112
Describe the bug crossplane.parse( nginx.conf ) fails with a valid nginx config file.
To Reproduce Steps to reproduce the behavior:
1. Take the following valid nginx config file (nginx.conf) with the ...
Abuelodelanada
- 3
- Opened on Aug 3, 2023
- #110
Describe the bug Crossplane does not support includes in limit_except.
To Reproduce Steps to reproduce the behavior:
1. Create an nginx config file with following config
location / {
limit_except ...
alexeypetrenko
- Opened on Feb 8, 2023
- #108
Describe the bug
This is similar to #101 but slightly different because of the extra expressiveness of map compared to types.
The analyser doesn t take into account the special syntax of http map blocks, ...
chrisnovakovic
- Opened on Jul 19, 2022
- #103
Describe the bug
The analyser doesn t take into account the special syntax of http types blocks, in which directives are arbitrary MIME
types. This means that crossplane doesn t recognise Nginx configurations ...
chrisnovakovic
- Opened on Jul 18, 2022
- #101
server {
listen 82 {
server_name localhost {
location /app3 {
proxy_pass http://127.0.0.1:4000;
}
}
}
}
Here after complete the crossplane build steps. It build with unwanted parenthesis. ...
srinivasan1211
- Opened on May 19, 2022
- #100
Describe the bug Unable to process config file with http block
To Reproduce Parse this file: template-config-no-http.txt
It works if you wrap it in an http block: template-config-http.txt
Expected behavior ...
kenneth-vkd
- 7
- Opened on Jan 21, 2022
- #99
Describe the bug
To Reproduce Steps to reproduce the behavior:
1. when I was parsing conf about
http{
server{
listen 80;
return 200 Hello World ;
}
}
2. I write on python ...
momentforever
- Opened on Dec 16, 2021
- #98

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.