hobovsky
hobovsky
With `cargo test -- -Z unstable-options --format json`, I seem to receive JSON lines as soon as a corresponding event is emitted. With `cargo nextest run --message-format libtest-json --color never...
I have two XLSX workbooks, and formulas in `xinstall.xlsx` contain references to cells from `xparams.xlsx`. Upon evaluation, I receive following exception: ```text Unhandled Exception: System.ArgumentException: Invalid sheetIndex: -1. at NPOI.SS.Formula.SheetRefEvaluator..ctor(WorkbookEvaluator...
Since authors often do not bother to check output of failing tests and are not aware of how bad the default assertion messages are with OUnit, I created this recipe...
https://docs.codewars.com/concepts/kata/translations/ Some info on the page is outdated: - translations added with with kata editor are forkable now, - reward for contributors is granted correctly.
https://discord.com/channels/846624424199061524/846630620444229632/857425461030420551 ### Filtering your solutions You can now filter your completed solutions page by appending query parameters (no UI yet): - `language={language_id}` only show solutions in language - `rank=-{kyu}` only...
Since Ruby 3 has been introduced and RSpec is available, the [Ruby authoring guide](https://docs.codewars.com/languages/ruby/authoring) became outdated. Sections specific for Ruby 2.5 and custom Codewars testing framework should be updated to...
- Describe how to report posts. - Trapped users cannot report. - A post is hidden when reported by a mod. - A post is hidden when reported by regular...
Use material collected when working on https://github.com/codewars/ocaml/issues/1 and https://github.com/codewars/ocaml/pull/2 and prepare a guide similar to other language specific authoring guides, like for example the one for [Javascript](https://docs.codewars.com/languages/javascript/authoring). Example kumite: https://www.codewars.com/kumite/620a7361d746e5000f36a021/...
Mention search features which are not exposed via UI: - "Search" box accepts some fields as parts of elasticsearch queries: `author:username` for kata of a specific author, `-author:username` to ignore...
- Test suite styles: https://www.scalatest.org/user_guide/selecting_a_style - Be careful with generated tests: test suite crashes with incomprehensible error if names of test cases are not unique - Long startup time -...