-
Given error while compiling CUDA Samples:
```
#error -- unsupported GNU version! gcc versions later than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override thi…
-
# Passing Passwords Insecurely
After typing 'export SQLCMDPASSWORD=...', the environment variable is visible to all child processes (any command and background process started by the shell). When cr…
-
This is a suggestion, not a bug, so I'm ignoring the template.
Discussed with @mattchenderson, now documenting here.
## No attributes
It used to be that the attributes in .NET functions were…
-
I appreciate the consistency between the VS Code markdown preview from this extension and the generated HTML. Ideally I'd like it if Front matter fields like author, date, title were both parsed and s…
alaut updated
3 years ago
-
### Problem to solve
on https://vuetifyjs.com/en/customization/theme/#theme-generator, the sectin is a one-liner. Perfect for creating themes, but it should be a small hint here WHERE to put that gen…
-
This is a really small one-liner, so I'll just describe it. I can make a pull request if you'd like.
Currently the hamburger menu icon in the toolbar looks blurry, presumably because it is too smal…
-
Would the community allow the use of, and change to, [SPDX IDs](https://spdx.dev/ids/)?
For those interested, the previous link, lists some benefits.
The benefits I find nice is that it would redu…
-
Currently, the `setup` phase is documented properly, but a similar example of the `teardown` would be well appreciated as that quickly got lost when trying to work on some benchmarks I was working on …
-
The edit command in command summary advertises all parameters are optional. Which indicates that no parameters could be specified and it would still work.
![image.png](https://raw.githubusercontent.c…
-
It would be super nice if we could get a one-liner to create an environment from a .yml file.
So far I am doing this
```
!pip install -q condacolab
import condacolab
condacolab.install() #ignor…