-
1) Browser of a registered user should get an error with bad credentials: …
-
Hi,
I am trying to run 'gocryptfs' on my 2020 MacBook Air, M1 processor. Latest version of BigSur.
I changed the Security Policy to allow kernel extension.
Setup:
OSXFuse:
```
brew install o…
-
I saw that the roadmap has CTest integration on it and I was wondering what would be the best route to take in terms of UX. CMake Tools had this capability built-in, but I was wondering if it would be…
-
Would it be possible to support older ctest installs that don't have --output-junit support? A simple Yes/No based on the ctest return status would be sufficient for my purposes, but bonus points if y…
-
I can build once with both Address and Undefined Behaviour Sanitizers (and given C++ build times I would rather keep it this way). I may even be able to run Valgrind in that same build (and tomorrow s…
-
The following code fails on compilation:
```kotlin
@Serializable
sealed class CTest {
abstract val c: Collection
@Serializable
class AsList(override val c: List…
-
@archetyped raise a good feature request here:
### Discussed in https://github.com/espanso/espanso/discussions/1251
Originally posted by **archetyped** January 12, 2022
**Is your feature re…
-
As RTC / python support is going to require it's own test suite, being able to run all tests with a single command (or visual studio project) is probably worthwhile.
This would involve:
+ Enabl…
-
The symptom looks like the failure in [this](http://micimaster.amd.com/blue/organizations/jenkins/MLLibs%2FMIOpen/detail/zyin-layouts/23/pipeline/15/) CI log. Both `Fiji GCC Debug` and `Clang Debug` f…
-
I want to create a conan package and run the unit tests of my library:
```py
[...]
class MyLibRecipe(ConanFile):
[...]
def build(self):
cmake = CMake(self)
cmake.configu…
pasbi updated
2 months ago