luxifr

Results 5 issues of luxifr

I'm trying to connect to my local znc with sasl authentication using a [email protected] username. There's 2 issues I have here: 1) as seen in the log below, Kiwi strips...

I'm trying to set up Apache as a front end to a Docker registry as described here: https://docs.docker.com/registry/apache/ The host uses SNI if that matters. When uploading an image into...

came across this and couldn't bear the state of the check script... here's a more flexible replacement... now featuring: - a shebang - defaults / autodetection for classpath overridable by...

Hi, the ibm_ts3200 mkp currently available on the check_mk exchange (1.2) cannot be installed as the package misses this file: `web/plugins/wato/tsm_scratchpools.py` Would you mind uploading a fixed mkp to the...

bug

I've tried installing React Devtools in my main.js as described in the readme: ```js const { default: installExtension, REACT_DEVELOPER_TOOLS, } = require('electron-devtools-installer') ``` ```js app.whenReady().then(() => { installExtension(REACT_DEVELOPER_TOOLS) .then(name =>...