-
The QGIS plugin manager currently allows the addition of plugins with folder names containing characters that do not comply with Python package naming conventions, such as hyphens (`-`). Since these p…
-
### Section of Documentation
Software tools
### Description of Improvement
- [ ] Add a guide for installing R, similar to the existing Python instructions
- [ ] Include Jupyter notebook with…
-
It's common to see code blocks like this:
```python
>>> 1 + 1
2
```
The `>>>` is emulating a REPL like IPython. However, it's not very useful to our end users because they cannot use our copy-code b…
-
This came up at the Dev call today, but we should consider putting together a standard Contribution Guide and include it in the repo and RTD. It should include:
- Code formatting standards (`black`)…
-
```
The explanation on
http://code.google.com/intl/da/apis/wave/extensions/robots/python-tutorial.html
how to get a robot icon is not correct. For me to get it work, I had to do
as follows:
1) Place t…
-
Migrate all chains which are deprecated:
```
WARNING:langchain_community.utils.user_agent:USER_AGENT environment variable not set, consider setting it to identify your requests.
/home/amaiya/proj…
-
-
I was attempting to package some of my unikraft applications with Bima to run with [urunc](https://github.com/nubificus/urunc/tree/main), but I am struggling to understand how to write my ContainerFil…
-
After #248 we will have real example projects to pull from in docs. These projects should all be tested so that they remain a set of accurate and meaningful examples.
Each project should be tested …
-