-
The current implementation of the Campground controller has several areas that could benefit from improved documentation, code structure, and error handling. While the existing functionality appears t…
-
Add some utility functions, such as:
1. `convert_cellCR_to_WaferXY( cellCR=[C,R], shiftXY=[X,Y] )` - convert Col/Row and Shift into X/Y Wafer Coordinates.
2. `Check_Valid_CellCR( cellCR=[C,R] )`…
-
A lot of functions in this code have a very unique purpose, and could be written in a separate `utils.js` file. They could even be tested individually by unit tests. Bigger functions could be split in…
-
Greetings, I am attempting to use the following functions 'display_ee, radial_profile, display_profiles' to measure and display the FWHM, radial profile, and encircled energies of a few model inputs a…
-
just a general improvement in test coverage
not sure if it makes sense to use any snapshots since content is expected to change (random content)
does it make sense to test checkbox and button in…
-
### Prerequisites
- [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests
- [X] I have read the [contributing guidelines…
-
I have some optimized routines from the `fstd2nc` tool which I've found helpful when scanning through many (hundreds) of files on a routine basis, where even a small overhead can add up to a noticeabl…
-
We need to create an npm package that provides a set of utility functions written in TypeScript. These functions will be useful for common tasks across our projects. The package should be well-tested,…
-
Where would server side helpers go? On the client side, utility functions can live under `/client/libraries` as explained [here](https://kadirahq.github.io/mantra/#sec-libraries). What about on the se…
-
Even though ppxlib is recommended for implementing new ppx derivers, ppxlib itself doesn't have a bunch of utility functions that are provided by ppx-deriving.api: https://github.com/ocaml-ppx/ppx_der…