-
git@github.com:username/repo_name.git:
*ERROR*: You're using an RSA key with SHA-1 which is no longer allowed. Please use a newer client or a different key type.
Please see https://github.blog/…
-
## Question
@trilinos/tpetra
I'm running into some problems building tpetra with GPU support. I'm running cmake as follows:
```
cmake \
-DTPL_ENABLE_MPI=ON \
-DMPI_BASE_DIR=/usr/tce/packages…
-
### Summary
When I update the docker-version of my host using the apt module:
`ansible --check --diff -b -m apt -a "name=docker-ce=5:20.10.17~3-0~Debian-bullseye" "host,"`
it returns 'changed=true'…
-
As I hack on a prototype roguelike, here are some things I would like to see:
* More dungeon-generating algorithms. While I've instituted a rule for this particular project that I cannot use rot-js…
-
Hi, first of all thank you for your work on this amazing tool. We're integrating Tracy in our game engine for both CPU and GPU profiling.
Initially we started adding Tracy DX12 zones to some of our…
apiva updated
2 years ago
-
> Avoid acquiring the GIL at the end of nogil functions. This change was backported in order to avoid generating wrong C code that would trigger C compiler warnings with tracing support enabled
Thi…
-
We should change the format of strings written to indexes so that the length of the string is in bytes, not Java characters. This issue has been discussed at:
http://www.mail-archive.com/java-dev@lu…
-
* xclim version: 0.25.0
* Python version: 3.7.6
* Operating System: LinuxMint 20.1
### Description
A drought duration climate index was developed (currently available in /scen_workflow_afr/indic…
ghost updated
2 years ago
-
BTRFS already includes checksums in the metadata. I use it on all my linux devices for years and it is very reliable and fast. It gets more and more popular and I think getting **zero-cost checksums**…
-
First, congrats for this project! It provides a nice middle ground between the very opinionated wasm-bindgen and hand rolling everything.
I'm experimenting with using `wit-bindgen` to expose image …