Matthias Fasching
Matthias Fasching
## Description I'm trying to install a gem with chef via `gem_package` but fail to do so on Ubuntu 22.04 ## Chef Version 22.5.923 ## Platform Version Ubuntu 22.04 ##...
## Description If I try to Save instead of Creating a model in my DB any relations I define will not be persisted. This is probably related to issue #136...
genny v2 could be improved imho by making the API feel more like one is writing go code using the standard library instead of an abstraction of such. This issue...
## Motivation Closes #3556 ## Changes - a "commitment" ATX is chosen when PoST is initialised - this new ATX is referenced in the `NiPoSTChallenge` but only for the initial...
## Description At the moment there is no validation of config parameters being done to ensure that they are valid and/or reasonable for running a spacemesh node. Some basic checks...
## Description - When starting a session in the `PostSetupManager` PoST is initialised with the VRF public key (or `NodeId`). Instead it should be initialised with the hash digest of...
## Description Currently a mix of generated and handwritten mocks is used in various tests. We should replace the handwritten mocks with generated ones. ## Affected code - in `activation`...
The standard library versions of these behave monotonic, meaning that if I change the system clock while the program is running `time.After` and `time.Timer` still fire after the time I...
I'm trying to download a 3.0 GiB file with download-file-action, but it fails with the following error: ``` Downloading file: url: https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_522.06_windows.exe name: cuda_11.8.0_522.06_windows.exe location: .cache/cuda MD5: 894c61ba173d26dc667e95ee734d3c5a SHA256: Not...
## Motivation Swap stdlib for oasis and check if existing ATXs pass signature verification with oasis library. ## Changes TODO ## Test Plan TODO ## TODO - [ ] Explain...