-
MR #18 created a new issue.
Consider this simple serializer:
```
class MyPolymorphicSerializer(PolymorphicSerializer):
pass # Mostly irrelevant
class MySerializer(Serializer):
foo =…
-
Hey!
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools…
-
### Q&A (please complete the following information)
- OS: Windows
- Browser: Chrome, Firefox
- Version: Chrome:89, Firefox:86
- Method of installation: Bundled with Swashbuckle.AspNetCore
- …
-
Grap API and EWS-managed API have different response behavior in a message.
By using graph API
> GET messages/m_id
I could successfully get message information
But when I using EWS-manage…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
On certain templates, when we try to use the api to convert to a project, we'll get an 413 Entity Too Large error from the EDM side. It looks like the html is converted to the document object but when…
-
https://github.com/getappmap/navie-benchmark/actions/runs/10960062312/job/30434119659
```
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
(0, assert_1.default)(trimme…
-
We need a tool that checks translations have all requirements, and highlight missing or extra requirements.
-
Let say you have a wizard with steps A, B, C... such that step A (for example) has an uploaded file. When step A is passed, form A is validated and the selected file is remembered by storage.get_step_…