Gregor Dschung
Gregor Dschung
*2021-12-14 update by @jgonggrijp: I'll be maintaining Backbone. You can skip to [this comment](https://github.com/jashkenas/backbone/issues/4244#issuecomment-991381707) for the latest news.* As this project seems to be dead: is there a still maintained...
Currently, `BitBook` is only able to show the fiat values in EUR.
That seems to be the correct URL: [https://timoliver.blog/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios](https://timoliver.blog/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios)
## Describe the bug I'm getting the following `NoSuchMethodError` error, when executing `generateSwaggerUI`: ``` Caused by: java.lang.NoSuchMethodError: 'com.fasterxml.jackson.core.io.ContentReference com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createContentReference(java.lang.Object)' at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:353) at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:15) at com.fasterxml.jackson.databind.ObjectMapper.readTree(ObjectMapper.java:3076) at com.fasterxml.jackson.databind.ObjectMapper$readTree$0.call(Unknown Source) at org.hidetake.gradle.swagger.generator.GenerateSwaggerUI.buildSwaggerSpec(GenerateSwaggerUI.groovy:85)...
As the content of this repository is GPL licensed I'm concerned: Would it be a license violation if I use parts of this repo (i. e. the groovy scripts) with...
When a transaction contains multiple outputs which belong to the same (BitBox) wallet, this transaction is only shown once in the transaction overview, but with multiple addresses in the transaction...
I'm using a Nexus repository server for my dependencies, for which I need a truststore with the corresponding CA certificate. This truststore shall be part of the project, so the...
I've just stumbled over the `singleModuleLicenseInfo` in `LicenseDataCollector.groovy`: https://github.com/jk1/Gradle-License-Report/blob/c6d151054449e1f6b9de6899f5a28f853195e871/src/main/groovy/com/github/jk1/license/render/LicenseDataCollector.groovy#L24-L32 Shouldn't be `firstOrNull(...)` used for the extraction of the most accurate license? For example: - [com.sun.xml.messaging.saaj:saaj-impl:1.5.3](https://repo1.maven.org/maven2/com/sun/xml/messaging/saaj/saaj-impl/1.5.3/saaj-impl-1.5.3.pom) doesn't declare a license -...
### Describe your motivation Currently, the Vaadin dev mode doesn't support https. Vite can be configured to start a TLS endpoint like this: ```javascript // vite.config.ts const customConfig: UserConfigFn =...
##### Description Since 3.0.47, a snake-cased discriminator property is generated twice in the Java client's serialized model. `application_type` is generated as `application_type` and `applicationType`. ##### Swagger-codegen version With 3.0.46, everything...