-
We should provide self-hosted JS libraries for OpenAPI docs
```python
@app.get("/docs", include_in_schema=False)
async def custom_swagger_ui_html():
return get_swagger_ui_html(
swag…
-
I've been building an Fn application with functions that have to hold authentication info to connect to a central object store. I passed the login secrets to the Fn functions using "fn config app APP …
-
### Expected behavior
Library should ideally not have leaks.
### Actual behavior
Leakcanary reports ScanJob is leaking.
### Steps to reproduce this behavior
1. Run app with leakcanary
2. App sho…
-
Some parts of the new Arena API that I find hard to use:
* Object only provides O(n) implementation of `Get`/`Set`, which is useful in most cases, but it also makes it impossible to create very large…
-
* `HashSet::get_or_insert`
* `HashSet::get_or_insert_with`
These provide a simplification of the `Entry` API for `HashSet`, with
names chosen to match the similar methods on `Option`.
ref: htt…
-
**Issue by [redmunds](https://github.com/redmunds)**
_Tuesday Aug 28, 2012 at 23:29 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/1487_
----
This is for issue #1411.
Tell PopUp…
-
Please add a support in which you can add your PGP public keys to Private Relay so that all emails forwarded from the alias to your secure email like _ProtonMail_ and other PGP email providers will be…
-
Hi Folks - I'd like to get a list together of who needs PBE access. For API developers, there are a few responsibilities (and benefits!) of having access.
What you'll do:
1) You'll be responsib…
-
### Current Behavior
using nx 19, dotnet 8, I have a standard NX repo.
First off thank you for the package.
1. `nx g @nx-dotnet/core:app src/backend/my-app` fails to run
2. no swagger…
-
We have completed our review of Health GPS as part of the Open Source Booster programme.
In general, the code appears to be well written and clear and it follows a modern C++ standard, which should…