Zemke

Results 44 comments of Zemke

Proposing the following release notes for a version **1.5.0**: - #82 Redesign of `angular-template` template while removing all other templates (see preview blow) - #55 Add support for `@ignore` -...

Hmm… I think this might be oversized for just generating documentation. Bootstrap is quite big for this purpose.

In what ways is `@typedef` different from `@ngdoc type`?

There’s a value of `type` for `@ngdoc` like you’d use `@ngdoc directive`, you can use `@ngdoc type` which is supported by angular-jsdoc and which also meets your definition of `@typedef`...

Well, ngDoc is a flavor of JSDoc, so that’s actually not a “choice” as such. But back to my question: What are the differences gof `@ngdoc type` and `@typedef`? I’m...

Actually I can’t. Resources seem very rare on that. An example would look like this. ``` js /** * @ngdoc type * @name ExampleType * @memberof app * * @description...

khttp uses java.net under the hood and that's the behavior of java.net. java.net example: ```kotlin val obj = URL("http://localhost:8080") val con: HttpURLConnection = obj.openConnection() as HttpURLConnection con.setRequestMethod("GET") // setting get...

I could not reproduce this.

Now that @bbeaupain is back there might be hope at last. I'll look into this. ________________________________ From: Hakky54 Sent: Wednesday, June 10, 2020 9:06:50 PM To: ascclemens/khttp Cc: Florian Zemke...

I have resolved the merge conflict but I get a new test error. ``` [ERROR] Errors: [ERROR] ExtensionsSpec » IndexOutOfBounds toIndex (77) is greater than size (76). ``` That I...