-
Hi,
Though of some ideas, some maybe ridiculous, but I think they are interesting to talk about.
@PierreQuentel what do you think ?
# A. Use localStorage to store the name of the known modu…
-
Currently one cannot write things like:
```fortran
if (i < size(a) .and. a(i) == 0) ...
```
Because the compiler is free to evaluate `a(i)` first even if `i` is out of bounds. This proposal is to …
-
Create ARDS:
Adding design decision rationale to your project on GitHub is essential for maintaining clarity and providing context for future contributors. Here's how you can effectively document d…
-
SciPy contains minpack: https://github.com/scipy/scipy/tree/main/scipy/optimize/minpack; we should develop this fortran-lang/minpack in a way so that SciPy could use it. We should add some improvement…
-
Following on from #27
Run wth no parameters:
```
C:\Users\Elliot\dev\Spond\venv37\Scripts\python.exe C:\Users\Elliot\dev\Spond\attendance.py
Traceback (most recent call last):
File "C:\User…
-
Does Alien or the luarocks Alien wrapper support different versions of lua at the moment?
I want to support the three latest version (5.1, 5.2 and 5.3) and I was wondering what's the best approach to …
-
BPO | [14390](https://bugs.python.org/issue14390)
--- | :---
Nosy | @ned-deily, @bitdancer, @asvetlov
Files | [deadlocktest-0.2.tar.gz](https://bugs.python.org/file25032/deadlocktest-0.2.tar.gz "Uploa…
-
CLI applications are expected to behave in a certain way. This is especially important when those applications are used in scripts.
* Exit status should reflect success or failure (see also: https:…
-
I was reading through python exercise and It seems to me that the [Defensive Programing](http://swcarpentry.github.io/python-novice-inflammation/08-defensive/index.html) session is introducing asserti…
-
# RuntimeError: Task pending got Future attached to a different loop during Offboard control with FastAPI and MAVSDK
## Description
I am working on a Python application that integrates FastAPI…