Michael Holler

Results 14 issues of Michael Holler

What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...

Enhancement
PR welcome

I'm trying to use the built in marshmallow support to handle deserialization for a login route. The service looks like this: ``` class AuthService(Consumer): @json @returns.json @post("oauth/token") def login_basic( self,...

I have a command line command that I'm trying to write an end-to-end test for to make sure everything is working well. I wanted to invoke the CLI via a...

bug
help wanted

Hello, long time user first time caller here. I've been looking for a way to inject test traceability data (e.g., issue tracking IDs) into our JUnit XML and couldn't find...

feature

All of the examples I see for this library are with the traditional marshmallow implementation, but is there a way to use this library with `marshmallow-dataclass`? [[1]] The reduced overhead...

1. git clone [email protected]:asciidoctor/asciidoctor-bibtex.git 2. Open top-level `asciidoctor-bibtex` folder in IntelliJ with Asciidoctor IntelliJ plugin installed 3. Open `samples/latex_macros_in_bibtex/sample.adoc` Actual: ![screenshot from 2019-02-15 09-27-48](https://user-images.githubusercontent.com/1164112/52866450-4ba14080-3104-11e9-9eaa-f2c55d75a206.png) Expected: To see all macros and...

enhancement

Hi there, I love this project and want to use it internally. We like to use adoc (asciidoctor) and judging from some time I spent reading the source code it...

**Is your feature request related to a problem? Please describe** src/kotlin/commonMain ```kotlin /** * Documentation for X. **/ expect fun x(): Unit ``` src/kotlin/jvmMain: ```kotlin actual fun x(): Unit {}...

enhancement
question
feedback: Google
kdoc-spec

**How would this feature be useful?** Nox has sessions that create virtualenvs, but nox itself executes using the environment available to the system. It would be nice if we could...

enhancement

DO NOT MERGE UNTIL YOU UNDERSTAND PERMISSIONS IMPLICATIONS