-
Is it possible anyhow to get programmatically the current line number of the script and the filename of the script being evaluated?
-
This is a left-over from issue #584, but I opened a new issue to keep it focussed on the actual problem.
Building afni with singularity currently doesn't work (but works with docker):
```
singul…
-
I installed nest-simulator/3.3 on JURECA DC with the loaded modules:
```
Stages/2022 StdEnv/2022 CMake GCC GSL jemalloc Boost ParaStationMPI Python SciPy-Stack
```
As a plan file, I used the the o…
-
Should we implement a way to suppress diagnostic messages? Currently, this includes the sanity check for volume calculations. For the disjoint communicators, I also have some diagnostics about the r…
-
-
![issue](https://user-images.githubusercontent.com/91791689/135721941-7cf0001c-ea71-49da-aeeb-f29fd05c7034.png)
Hello I am facing the above issue with running the code. I try to run it on Ubuntu …
-
```cpp
#include
#include
#include
template
struct S {
T foo(T&& t [[clang::lifetimebound]]);
};
void use() {
S s;
std::string_view x = s.foo(std::optional{}.value()); // …
-
When using the code snippets for langchain and OpenAI described in the API docs here: https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1embeddings/post, the code fa…
-
`setup_requires` is deprecated; we'll need to migrate to PEP 517/`pyproject.toml`.
There's a related failure in the wheel build: if numpy is not installed when `pip install corrfunc` is run, then t…
-
This would package all of `sage.plot`.
Plotting uses `RDF` a lot. Via #32677, #32701 we make it possible to use `RDF` without having to depend on GSL (non-pip-installable) and cypari2.
Via #32665…