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
Now that parametrized requests are possible and non-string results are available, there is a natural match between both systems. Best would be a GUI that allows to select certain resources and Nexus will then ensure that these resource are made available from outside via the DSC (i.e. sync Nexus Resources with DSC resources).
Review HTTP Responses: The idea is to validate/curate the input data (e.g. using WebUtility.UrlDecode) but make real work only in services and not in controllers. The problem then is that it is difficult to make a simple "return NotFound()" or other HTTP responses depending on the validation status. That problem could be solved using either catch Exception ... when (ex.Message = "") or better using exception codes. Maybe this could be combined using the structured Problem() response.
Add sub licenses
case sensitivity: Groß-Kleinschreibung sollte egal sein bei Kanalabfrage
- alle Pakete: Icons & Readmes + Beschreibung vervollständigen
- python client: __init__ is not always documented
- python extensibility: data writer is missing, StructuredFileDataSource is missing, Catalog Merge is missing
- python remoting: dispose is not implemented (it was part of the "shutdown" method), report_progress is not implemented (test & communicator)
- push dev python packages to GitHub once it is supported
- central AuthorizationService for Catalog access
- revisit API error handling. return ProblemDetails insteead of unformatted error? https://docs.microsoft.com/en-us/aspnet/core/web-api/handle-errors?view=aspnetcore-3.1
- Tooltip animation without "invisible" (only hidden is allowed)?
- disable antialiasing for better performance?
- catalog versioning? version in metadata? auto-increment?
- .net 7 Bind the request body as a Stream or PipeReader
- Cookie lifetime (replay attacks)? What if user has been deleted since cookie issuing? https://andrewlock.net/exploring-the-cookieauthenticationmiddleware-in-asp-net-core/
- Editability? or is a python sample sufficient?
- tailwind besser integrieren (lieber windicss)? https://chrissainty.com/adding-tailwind-css-v3-to-a-blazor-app/
- jobs in localstore?
- icons besser integrieren (svg?)
- unselected, hover, selected (vielleicht mit opacity?)
- https://stackoverflow.com/questions/66770670/streaming-large-files-from-blazor-webassembly
- get availability of root catalog throws nullreference exception
- chart: left and right draw to bottom
- only maybe useful: https://www.mudblazor.com/docs/overview
New Things
Clean up
catch Exception ... when (ex.Message = "")
or better using exception codes. Maybe this could be combined using the structuredProblem()
response.Editors
Misc
Other Databases:
The text was updated successfully, but these errors were encountered: