Christian Sciberras

Results 90 issues of Christian Sciberras

The updater code in class HttpdMon should be moved out into a separate class.

enhancement

Add an option to show file size in human-readable form (eg, KB, MB, etc).

enhancement

Allow updating configuration file via CLI calls

enhancement

Listen for 'q' keypress and exit.

enhancement

Line wrapping breaks especially on access-log entries... maybe an issue with the ANSI escape filter?

bug

Especially since domino does not execute scripts, one would expect `` to work. However this does not seem to be the case at the moment: https://stackblitz.com/edit/node-a2jfmn?file=index.js By treating the content...

### Summary Consider the following code: ```php use Illuminate\Foundation\Http\FormRequest; use Illuminate\Routing\Controller; class CreateProductRequest extends FormRequest { public function rules(): array { return [ 'name' => 'string|min:3|max:30', 'gtin' => 'string|min:8|max:14|unique:products,gtin', 'tags'...

enhancement

I've spent a disproportionate amount of time trying to set this up. The problem I have is that the nuxt example is actually more like slapping nuxt on top of...

question
stale

I'm using vue-styleguidist v4.32.3. When I run `vue-styleguidist build --config styleguide/styleguide.config.js` it builds successfully, but it doesn't quit after saying "Style guide published to: {path}". This makes it impossible for...

bug

I've had some trouble working with content noscript. The weirdest thing is that running it in stackblitz works, but not on a nodejs server. Anyway, I tracked down the main...