-
Hello,
In some Linux distributions, such as Debian or Void Linux, the python environment is managed and we can't install Python packages with the regular pip
- Some popular packages are installab…
-
- Gitea version (or commit ref): 06cd3e03a24e23d2d838cda6eb1edd5e7474ad42
- Operating system: docker image
- Database (use `[x]`):
- [x] PostgreSQL
- [ ] MySQL
- [ ] MSSQL
- [ ] SQLite
…
-
## Description
- Create a script in Cairo that receives an array and returns the total sum of the elements.
## Steps
- Add a new script in the corresponding directory.
-
This issue will have all the proposed resources in it.
Pull requests should link to comments in this thread.
Follow this format (except if pull request):
```
Title of the tool
Link for the …
-
When an if statement exists in a while scope, which is not delimited by curly brackets, Norminette expects the else of the if to be ordinated with the while.
**Erroneous code**
```
int main(void)…
-
When i norminette my file i get the error:
`Error: Unrecognized line (46, 59) while parsing [, ]`
Same problem happens when i replace O_RDONLY by it's value ("00") or by 0.
My code:
```
int set…
-
https://github.com/42School/norminette/blob/224032de0603efa66318c1c0d32c73ab0203b871/pdf/fr.norme.tex#L292
https://github.com/42School/norminette/blob/224032de0603efa66318c1c0d32c73ab0203b871/pdf/f…
-
The norminette program only shows the global variable detected notice if there's some norm error in the file.
code:
```c
//NO warning:
char const *g_map[] = {
"111111",
" 1001",
"111P01…
-
Even If I had it or not I have an error message
_Originally posted by @sach1095 in https://github.com/42School/norminette/issues/201#issuecomment-890584484_
-
**Describe the bug**
The error message "Invalid file argument for #include directive" occurs in code that includes `float.h`.
**Erroneous code**
```c
#include
int main(void)
{
return (0);…