StillGreen-san
StillGreen-san
this resolves #158 by adding a CONTRIBUTING.md file that briefly explains how to contribute to the project currently only a draft as it is unfinished - [x] Introduction - [x]...
i think this project could benefit from contribution guidelines including but not limited to: - _non code contribution guides_ - _already exists for translations and as issue templates_ - IDE/dev-enviroment...
*this is not a direct request and instead intended for general discussion* the plugin is already on the larger side and adding more libraries to support additional services/protocols/features, will increase...
this adds unit test support to the project through [Maven Surefire Plugin](https://maven.apache.org/surefire/maven-surefire-plugin/index.html) (unit test execution) [JUnit5](https://junit.org/junit5/) (unit test framework) [Mockito](https://site.mockito.org/) (mocking framework) so that future changes can just simply add...
the `number_input` widget has two functions for setting the width (`width` & `content_width`). and as far as i call tell its also the only widget that has `content_width` setting none...
created by: [the13joker1](https://github.com/the13joker1)
this removes wrong `GraphApiErrorException` parsing logic and improves its fault tolerance ### remove incorrect GraphApiError parsing my previous implementation was wrong. the graph api error [docs](https://learn.microsoft.com/en-us/graph/errors) are a bit wage...