Todd

Results 8 issues of Todd

In a multi module build, where only one module generates a swagger doc, and that module's build.gradle specifies `attachSwaggerArtifact = true`, I am unable to get the swagger json deployed...

enhancement

I've set the type to date to help with autofilling, etc., but now the control no longer works. Please see https://codepen.io/torr0101/pen/yLoZvBg?editors=101 for an example. Note that the placeholder is ignored,...

It appears as if the validation is triggered eagerly. This means that if I have a form of 5 required fields, they are all highlighted immediately with error text. This...

enhancement

When running tests I get a hard failure that appears to point to something in the markdown editor: ``` PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR SyntaxError: Unexpected token 'const'...

I'm currently getting a lot of `Symbol of the icon is not correct: SOME_ICON` error messages. Also, the element takes of space even if nothing is displayed. I'd like to...

I have been struggling with how to determine the visible map bounds within the page. I require this ability in order to determine the area to search for markers within...

help wanted

I haven't dug into the issue, but when parsing a simple filter `principal == 035489f4-d602-46c5-b568-39d1f852b565` I get an NPE: ``` Caused by: java.lang.NullPointerException at com.github.vineey.rql.querydsl.filter.QuerydslRsqlVisitor.visit(QuerydslRsqlVisitor.java:80) ~[rsql-querydsl-filter-2.0.0.RELEASE.jar:?] at com.github.vineey.rql.querydsl.filter.QuerydslRsqlVisitor.visit(QuerydslRsqlVisitor.java:37) ~[rsql-querydsl-filter-2.0.0.RELEASE.jar:?] at...

I require some of the nuxt config settings that would typically be available using `useRuntimeConfig`. However, that doesn't work from within the handler. Is there any way to retrieve these...