Femi

Results 6 issues of Femi

## 🐛 Bug Following the [example](https://lightning.ai/lightning-docs/glossary/build_config/build_config_advanced.html#use-a-docker-image) for using a public docker image results in an error. I modified the work slightly just to print hi. ### To Reproduce Component.py ```...

priority: 1
app

## 🐛 Bug Lightning does not appropriately relay the origin of a traceback error. ### To Reproduce app.py ``` import lightning as L class Work(L.LightningWork): def __init__(self) -> None: super().__init__()...

bug
app

Benchmarking guidelines can be found [here](https://github.com/rust-ml/linfa/blob/master/CONTRIBUTE.md#benchmarking).

help wanted
good first issue

An attempt to add target names per #70. Not really sure what to do with lines 83-98 in iter.rs. Any guidance there would be appreciated. Line 83 was just added...

**Is your feature request related to a problem? Please describe.** This is more of a maintenance task to make it obvious and easy to see what changes have happened over...

enhancement

## Pull Request Template ### Checklist - [x] Confirmed that `run-checks all` script has been executed. - some failed I think due to my computer. I.e `test_rotary_encoding_forward` failed but passed...