Mike Meessen

Results 23 issues of Mike Meessen

I want to document an existing API with API Blueprint and generate static HTML using aglio. The API uses trailing slashes on all endpoints, but aglio removes them in the...

`fxHide` and `fxShow` hide elements via CSS `display: none`. While CSS-hiding is OK for simple HTML elements, it seems suboptimal for cases where we want to replace a whole component...

enhancement
docs
P3

I am trying to use a `redirect_url` that contains query parameters with the Authorization Code Grant flow. The redirects in the browser succeed, here is what chrome is requesting: http://127.0.0.1:8080/app_dev.php/oauth/v2/auth?client_id=39691&response_type=code&redirect_uri=http://127.0.0.1:8091/authResponse?continue%3Dhttp://localhost:4200/assets/oauth.html%26client_id%3D39691...

It seems that #483 does not cover the case where DBRider is used on a `@SpringBootTest` and should use the Spring Properties from that test's Spring context for its configuration....

When building a project with this plugin and `cordova-android@11`, the build is failing because of a missing dependency. Here's the error: ``` Execution failed for task ':app:checkDebugAarMetadata'. > Could not...

Hi there, While DBRider works well for me using Spring Boot 3.0 and 3.1, it seems to break with Spring Boot 3.2. I'm getting the following error: ``` java.lang.NullPointerException: Cannot...

bug

The current documented way of using path variables is as follows: ``` resp = twitter.delete( path: "destroy/${postID}.json" ) ``` But what if the `postID` wasn't numeric and contained a forward...

We get reports from our Samsung users that they expect track updates to appear on Samsung's Always-On display, like the way Spotify and others do it (see attached picture). I...

We're in the process of migrating our projects from Gradle 3.x to 4.x and thus, migrating from the legacy jetty core-plugin to gretty as advertised by the Gradle folks. At...

It looks like the start tasks don't depend on the gretty configuration. As a result, artifacts from the gretty configuration don't get resolved / regenerated when starting the application. Workaround:...