Results 10 issues of mone27

I am working on a machine learning project where the build times for the notebooks are quite long so and by running `workflowr` in the R console I'd have my...

At the bottom of the section 1.1 no_std there is a link for the FAQ, which is broken. It points to a page on rust-lang.org that does not longer exits...

I have made a new PR to Community Edition support building on the great work of @hrvylein in #17, and updating the PR to support `overleaf-sync` `1.2` login flow. The...

Fix typo ## Type - [x] Bug fix (non-breaking change which fixes an issue): Fixes # - [ ] New feature (non-breaking change which adds functionality). Resolves # - [...

I am having an issue with fastcore `patch` and class methods. If you create a class method in a parent class using `patch(cls_method=True)` then in subclasses you can still use...

It would be nice to have in all the section of hello world a simple Readme to tell how to run and compile the program.

help wanted
good first issue

the scripts uses the old apt-get I think that changing it and using apt would be a nice idea

The help of the translate command says that the `output-format` can be las, laz or copc https://github.com/PDAL/wrench/blob/f8d5dae1b6408aab49b191e14ef45b94d6fe442d/src/translate.cpp#L37 However in the implementation it rejects copc arguments https://github.com/PDAL/wrench/blob/f8d5dae1b6408aab49b191e14ef45b94d6fe442d/src/translate.cpp#L56-L60

I found this issue running an object detection model where for some images I have no bounding boxes. The decode pipeline for my dataloader broke because the `TensorBBoxLabel` was of...