James Vasile

Results 18 issues of James Vasile

Issue #55 is a feature-request for a --exclude option. This patch implements that option, though it's not ready for merge yet. First, do people still want this feature? I know...

Building fails with a warning that maybe this var didn't get initialized. So I'm setting it to 0. Is that right, wrong, catastrophic? I dunno, but the warning went away...

If you didn't like #647, this is an alternate solution. Just don't error on the "maybe-uninitialized" warning.

# Bug Report ## Environment Debian Linux Zola version: 0.15.3, downloaded from the github releases page ## Expected Behavior Zola copies `/static/img/home-bg.jpg` to `/public/img/home-bg,jpg` ## Current Behavior I'm trying to...

enhancement

Some fancy or gaming keyboards have firmware that implements layers that are somewhat akin to vim modes. They let you use key combinations to switch between keymaps for short-term use....

When a user tries to change their password, they must meet some complexity requirements. I can't find any feedback mechanism to tell the user if they've met the criteria. And...

Type: Bug

The code is a few years old and doesn't work with modern versions of React.

Even if we only want people to have source code so we can inspect the software (as opposed to make modified versions that they run), it is tremendously useful to...

Before writing a new peer to /etc/tinc/foo/hosts, check to make sure we don't have an address/subnet conflict.

The config file has settings for both user_db and users_dir. What is the difference between the two? This should either be documented or the settings should be merged. Right now...