-
### Dependency
- [x] https://github.com/hackforla/website/issues/4469
- [x] https://github.com/hackforla/website/issues/4470
- [x] https://github.com/hackforla/website/issues/4471
- [ ] #5248
- […
-
I'm trying to integrate `lockbud` (great work btw, thanks a lot!) in our GitLab CI. But according to my tests `cargo lockbud -k deadlock` stills returns `0` if deadlocks are detected.
Shouldn't it …
-
> @morgangibbs87 @nuke-web3 would be awesome if we could get this into CI!
_Originally posted by @flaub in https://github.com/risc0/risc0/issues/1990#issuecomment-2181663659_
Should scan code …
-
The new `@jupytext` at-file type brings in files that contain a mixture of markdown and python nodes. It would be useful to run various code checkers to verify that newly written code can at least com…
-
### Package
@carbon/react
### Browser
_No response_
### Operating System
_No response_
### Package version
1.63.2
### React version
_No response_
### Automated testing tool and ruleset
IBM …
-
I'm seeing panics when building/installing go-codegen with go >1.22.0. If I build using go
-
## Description
I am running an accessibility test suite with Notebook UI using the **IBM Equal Access Accessibility Checker** tool on Chrome browser. The results look good overall, only a few things …
-
### Command
```
javac \
-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
-J--add-exports=jdk.…
-
## Description
I am running an accessibility test suite with Notebook UI using the **IBM Equal Access Accessibility Checker** tool on Chrome browser. The results look good overall, only a few things …
-
### Feature description
# Palindrome Checker
A code specifically written to check if a phrase, word or an integer is a palindrome.
I have written this code using string slicing which returns a bool…