Michael Stuhr

Results 18 issues of Michael Stuhr

Can you please giva a simple Example on how to use this let's say in another Controller? That'd be nice. Plus: can we simply exchange the PHPExcel Class with the...

windows 10 apache 2.4.4.6 mysql 5.7.18 php 7.4.10 install seems to be fine until migrations are run: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'roles' already exists (SQL:...

I'd like to hide dates alltogether, would this be possible?

i'd like tio use nova-chart-js for a visitor counter. currently i'm using the model aproach "->model('\App\Visitor')" which instatnteanously pulls data and shows it. that's fine. but i'm unhappy with how...

enhancement

this is my tasksfile.js ``` const { sh, cli } = require('tasksfile'); const PrettyError = require('pretty-error'); const pe = new PrettyError(); // function node_sass (options, env) { let err; if(env...

which they shouldn't have in my opinion.

{"type":"Name","message":"variable @d is undefined","filename":"plusstrap.css","index":105133,"line":4391,"column":9,"extract":[".dropdown-menu .active > a:hover {"," color: @d ropdownLinkColorHover;"," text-decoration: none;"]}

if you disable a btn via it's class, it still has a hover state, which is kind of misleading.

``` $: pagesTotal = Math.ceil($rowsCount / $options.rowsPerPage); $: start = $pageNumber * $options.rowsPerPage - $options.rowsPerPage + 1 $: end = Math.min($pageNumber * $options.rowsPerPage, $rowsCount) $: rows = $rowsCount $: info...