Chris Webb
Chris Webb
Using firebase-tools 9.10.2, when creating a document with a reference field the field is saved but the type appears to be a string with an empty string value. After creating...
I'm running a Java Play v1.3.x app using MySQL Connector/J v5.1.29 on Heroku that connects to an AWS RDS MySQL Tiny instance within the same availability zone (us-east-1). I continually...
Exception in thread "main" java.lang.NoSuchMethodError: org.hibernate.tool.hbm2ddl.SchemaExport.setImportFile(Ljava/lang/String;)Lorg/hibernate/tool/hbm2ddl/SchemaExport; at play.modules.db.Exporter.main(Exporter.java:123)
Hi Nicolas, I'm experiencing the following exception when trying to render a PDF: play.exceptions.UnexpectedException: Unexpected Error at play.modules.pdf.RenderPDFTemplate.apply(RenderPDFTemplate.java:102) at play.mvc.ActionInvoker.invoke(ActionInvoker.java:252) at Invocation.HTTP Request(Play!) Caused by: org.allcolor.yahp.converter.IHtmlToPdfTransformer$CConvertException: ERROR: An unhandled exception...
Hi, After installing [minifymod](https://github.com/maklemenz/minifymod) module v1.0.1 with Play v1.2.4 and fastergt v1.7 I get the following exception: ``` 18:23:08,594 [play-thread-1] ERROR ~ @6b08e68b4 Internal Server Error (500) for request GET...
Running my app with tag based on GTFastTag on my dev machine (Mac) using the standard Java runtime works fine but when I deploy to Heroku [java version "1.6.0_20", OpenJDK...
Also added checkbox reference to onClick handler so direct access to attributes, e.g. get name for identifying which toggle is being referenced.
**Describe the bug** When I start the local hosting of Supabase using `supabase start` I get the following error and all of the containers are removed. This blocks local development...