Bernhard Enders

Results 46 comments of Bernhard Enders

I would love this feature as well because Domoticz only have support for http (or https) still images. In other hacks, like fang-hacks, this feature is relative easy to implement...

> > The solution is to stop these headers from being issued BEFORE the session starts by using `session_cache_limiter('');`: > > ``` > // We prevent PHP from sending the...

> @daycry can you please explain me what you need here $routes->get('cronjob', [\Daycry\CronJob\Controllers\Login::class, 'index'], ['filter' => 'group:superadmin']);

Agreed. We can barely see the alarm arc below the display. It is also too thin...

> Looks useful, although it has a bit of limited functionality. I imagine that for some roles, we would like to allow editing only, not deletion. > > So I...

> Note: _Originally posted by kenjis in [#1177 (reply in thread)](https://github.com/codeigniter4/shield/discussions/1177#discussioncomment-10435334)_ The following is the implementation contained in this PR. I think it is pretty simple and probably much more...

> @bgeneto Could you rebase your PR? I am happy to contribute some docs or tests (if it is possible for me to contribute to this PR somehow?) I've added...

I think this is more of a Qwen3 model family issue (or how it integrates with Ollama) rather than a problem with Open-WebUI. Maybe using a better chat_template in Ollama...

> But anyways, yeah expected to use anywhere between 20GB-40GB of VRAM to get it working properly, or try to offload some stuff to CPU Oh my... 40GB for a...

> Using the `(:any)` placeholder in the route does not mean that the parameter value is optional. You must always put a value. > > You can use: `url_to('urlto', '')`,...