Alex

Results 9 issues of Alex

This is not a bug but a clarification that I need. The [mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native) repository is now **Public Archive**. I have the below questions: * Will the direction on C++ usage...

This is a fix for https://github.com/mozillascience/software-discovery-dashboard/issues/111 The markdown in the below sections of the document have been updated so that the markdown has the desired effect: * Synopsis * Links...

Some sections in the README contain markdown which is not having the desired effect. This has to do due to some formatting in the document. For example, consider the Synopsis...

Fixed the markdown for warning

### Summary ### Description The below code example on the page https://react.dev/learn/adding-interactivity is deployed correctly when I build the project using vite. However, when I try to deploy the same...

bug: unconfirmed

### Changes Introduced This change updates the job model to use a fixed set of TextChoices similar to an Enum. This ensures that the operations such as comparisons of Job...

This fixes [Bug-1452249](https://bugzilla.mozilla.org/show_bug.cgi?id=1452249) As part of this we remove the lines that check for job_log status at the end of test `test_ingest_twice_log_parsing_status_changed`. No asserts are being called there and as...

Updated the pulse handler branch filtering to use the Repository model in the database instead of reading it from the mobile_repos variable. Added unit tests for the same. Fixes 1857600

* Added a guide `writing_tests.md` * Added a link to the new guide from `testing.md` * Updated mkdocs.yml to include new doc and update navigation * Validated locally that docs...