Tobias Oetiker
Tobias Oetiker
* Mojolicious version: 9.19 * Perl version: 5.34.0 * Future::AsyncAwait 0.36+ (0.51) * Operating system: Ubuntun 20.04 ### Steps to reproduce the behavior ```perl #!/usr/bin/env perl use Mojo::Base -base,-async_await; use...
As silvershop templates get merged into other site templates there is a possibility for namespace clashes. By using a prefix for all ID attributes this could be avoided.
As silvershop templates get merged into other site templates there is a possibility for namespace clashes. By using a prefix for all class attributes this could be avoided.
Using the `$app/env` we can make this look much more idiomatic. While still ensuring the code only runs in the browser. The compiler is not entirely happy as it still...
I've installed just now version 1.4.5. I'm using rrdcached and as soon I want to update I have this error : "internal error while talking to rrdcached" I tested :...
Using the RRD::INCLUDE clause within an RRD::GRAPH clause in an rrdcgi script results in the included file not beingparsed correctly. This used to work. I built a couple of stats...
$ rrdtool restore import.xml output.rrd import.xml:1: parser error : Extra content at the end of the document and then it hangs forever, likely a loop somewhere not finishing... Greets, Jeroen...
We are using RRDtool also for state/enum values, where we assign each state a number and then use intervals (because of interpolation) to plot them accordingly. This works quite nicely...
**Describe the bug** When using a nonexistent class like `qx.blabla` in your code, the compiler will compile the code just fine and not complain. **To Reproduce** 1. create a script...
If I gather the mood of the core team correctly, we are all on board with semantic versioning. But we are not really clear as to how we can sensibly...