You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: replace bare except with json.JSONDecodeError in index.md example (#459)
* Update index.md
replace bare except with json.JSONDecodeError in index.md example
* docs: fix indentation of execute() in index.md example
* docs: python indentation – 1, me – 0 (round X)
* restored wording index.md
I asked Copilot to fix the indentation- and they messed with your wording - it should be restored now. Hope now everything is fixed, correctly indented and finally all green.
@@ -172,18 +170,16 @@ The runtime will automatically reload and register the updated node.
172
170
173
171
## Open Source Commitment
174
172
175
-
We believe that humanity would not have been able to achieve the level of innovation and progress we have today without the support of open source and community, we want to be a part of this movement and support the open source community. In following ways:
173
+
We believe that humanity would not have been able to achieve the level of innovation and progress we have today without the support of open source and community, we want to be a part of this movement!
176
174
177
-
1. We will be open sourcing majority of our codebase for exosphere.host and making it available to the community. We welcome all sort of contributions and feedback from the community and will be happy to collaborate with you.
175
+
1. We will be open sourcing majority of our codebase for exosphere.host and making it available to the community. We welcome all sort of contributions and feedback from the community and will be actively listening.
178
176
2. For whatever the profits which we generate from exosphere.host, we will be donating a portion of it to open source projects and communities. If you have any questions, suggestions or ideas.
179
177
3. We would be further collaborating with various open source student programs to provide with the support and encourage and mentor the next generation of open source contributors.
180
178
181
-
Please feel free to reach out to us at [nivedit@exosphere.host](mailto:nivedit@exosphere.host). Lets push the boundaries of possibilities for humanity together!
179
+
Please feel free to reach out to us at [nivedit@exosphere.host](mailto:nivedit@exosphere.host). Let's push the boundaries of possibilities for humanity together!
182
180
183
181
## Contributing
184
182
185
183
We welcome community contributions. For guidelines, refer to our [CONTRIBUTING.md](https://github.com/exospherehost/exospherehost/blob/main/CONTRIBUTING.md).
0 commit comments