Sebastian Davids

Results 58 issues of Sebastian Davids

Docker Image used: 6c07143937e57095d8478efc8ab7eab52b44e67c7673285f8c0a2bf4a7b137ad ``` openapi: 3.0.3 info: title: test version: '1.0' servers: - url: 'http://localhost:8000' paths: /test: get: responses: '200': description: OK content: application/json: schema: type: object properties: ok:...

You might consider adding badges to your `README.md` so people can gauge whether this project is actively maintained or not: https://isitmaintained.com/project/danielgtaylor/apisprout https://shields.io/category/other Maintenance OSS Lifecycle

They would be useful for Asciidoctor-PDF. https://en.wikipedia.org/wiki/Enclosed_Alphanumerics https://asciidoctor.org/docs/user-manual/#callouts https://github.com/asciidoctor/asciidoctor-pdf/blob/master/docs/theming-guide.adoc#callout-numbers

enhancement

Please provide a way to use `nginx-mainline-extras`. I would like to use `ngx_http_brotli_static_module.so`.

## Observed vs. expected behavior ### Observed ### Expected ### Suggestion Maybe introduce an environment variable `GRAPHVIZ_DOT` and/or let the user select it via UI like the [PlantUML integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration) does:...

bug
help wanted
good first issue

https://expressjs.com/en/guide/error-handling.html#the-default-error-handler > So when you add a custom error handler, you must delegate to the default Express error handler, when the headers have already been sent to the client ```...

help wanted
docs

opentracing-javascript does not work with NodeJS in _experimental-modules_ mode when webpack is involved. test.js ``` import opentracing from 'opentracing'; console.log(opentracing.globalTracer()); ``` webpack.config.cjs ``` const path = require('path'); const nodeExternals =...

help wanted

The generated class could be annotated with [@Generated](https://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html). Tools such as [errorprone](https://github.com/google/error-prone/issues/463) can be configured to ignore generated classes.

``` > Task :compileBuildConfig The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead. ```

Java Puzzlers (http://www.javapuzzlers.com/contents.html) - "Puzzle 93: Class Warfare": "References to constant fields are resolved at compile time to the constant values they denote [...] API designers should think long and...