-
Currently using `Code` in an interpolated String will result in `Instance of..` . In the context of macros, a more sensible option would be to override `Code.toString()` so string interpolatation …
-
NCEP commonly shares GRIB files that include local codes. As this library uses ecCodes, an ECMWF product, it has an out of date version of that code table. However, ecCodes is designed so that anyone …
weech updated
4 years ago
-
Fix Code Style issues in .md files
-
The XML in the .JNL files needs to be made suitable for online viewing. This XSLT code adds auto-indentation, but further work can be done to make it more human readable with a script generating such…
omsai updated
11 years ago
-
You should give meaningful name to the source code files so that if anyone wants to look at some specific code he should be able to guess it just reading file name
for example:
1. p1.py
2. p3.py
…
-
Currently it's not clear what license these files are released under, Arduino's core libraries are licensed under the LGPL 2.1+
ghost updated
9 years ago
-
login-html-routes.js and html-routes.js probably shouldn't be there. Handle navigation with React.
-
In some cases the generated code file is large and has more than one functions bodys.
It would be nice to have an option which generate more files where the functions are separated.
e.g. for `nlps…
vruge updated
5 years ago
-
### Minetest version
```true
Minetest 5.9.0-dev
```
### Summary
The script uses regex to parse translation lines, which is incorrect. Take the following example:
```
Something@@= Someth…
-
Right now, the code always uses relative paths. However, this can be a huge problem if the user decides to move the files to other folders via optional arguments. To avoid this, I think it is a better…