vintzl
vintzl
It would be great to have some more mixins for `material-button`, `material-tab`, etc… to change text case, with `text-transform`.
When MaterialTab are nested, those nested are duplicated in "the host". [Here a repo.](https://github.com/vintzl/nested_material-tab)
Why I get this: java.io.IOException: Search timed out. at com.github.rnewson.couchdb.lucene.DatabaseIndexer$IndexState.blockForLatest(DatabaseIndexer.java:171) at com.github.rnewson.couchdb.lucene.DatabaseIndexer$IndexState.borrowReader(DatabaseIndexer.java:87) at com.github.rnewson.couchdb.lucene.DatabaseIndexer$IndexState.borrowSearcher(DatabaseIndexer.java:107) at com.github.rnewson.couchdb.lucene.DatabaseIndexer.search(DatabaseIndexer.java:466) at com.github.rnewson.couchdb.lucene.LuceneServlet.doGetInternal(LuceneServlet.java:193) at com.github.rnewson.couchdb.lucene.LuceneServlet.doGet(LuceneServlet.java:171) at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:584) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)...
Related to these two issues: - https://github.com/wxFormBuilder/wxFormBuilder/issues/682 - https://github.com/wxFormBuilder/wxFormBuilder/issues/705 Still the case, on Debian 12.8, wxWidgets 3.2.6 build statically, and wxFormBuilder 4.2.1. Shouldn't the documentation mention that it is not...