frankly_coding
frankly_coding
## Expected Behaviour The Japanese workshop covers what the English version does. ## Current Behaviour Lab 11 is missing from the Japanese translated version. ## Possible Solution Add translation ##...
## Expected Behaviour There shouldn't be a back tick in the code section for Kubernetes > kubectl logs deployment/queue-worker -n openfaas`` ## Current Behaviour There is a backtick at the...
In variable `StyleParserColorMap` in `style_parser.go`, there is only support for eight colors. I would like the color set to be expanded to all 256 available terminal colors. The `ParseStyles` function...
When an error happens during a setup step, instead of calling `klog.Fatal` which causes `os.Exit`, instead do `klog.Error`, `break`, run `defer` function with clean up steps, and `return`. #### What...
# Expected Behavior Consider a `TaskRun` started by a `PipelineRun`. When the `TaskRun` encounters a recoverable error such as a `CreateContainerConfigError`, the `PipelineRun` should either resume running if the `TaskRun`...
Secret CRUD test was added to the test suite, but it is missing a test that shows function is rejected when secret is missing. See more information in PR #22...
**Describe the bug** There are gaps in telling community members what is expected of them when contributing to this repository. **Additional context** This issue can be updated to include more...
In the [qryuser.go](https://github.com/OpenEugene/openboard/blob/main/back/internal/usersvc/internal/userdb/qryuser.go) and [qrypost.go](https://github.com/OpenEugene/openboard/blob/main/back/internal/postsvc/internal/postdb/qrypost.go) files, the `Exec()` methods should be replaced with `ExecContext()`. The reason for this is to be able to take advantage of the the cancellation/timeout that...
Looking at Switchboard application, identify the features needed to produce an MVP of a similar app. Write all the features, such as creating users, creating posts, deleting, etc. as user...
@daved [noted in PR #153](https://github.com/OpenEugene/openboard/pull/153#discussion_r650632727), > This function (serve()) and stop() should be returning the accumulated errors as noted in the TODOs. Please create an issue for that if one...