Cam Cope

Results 26 comments of Cam Cope

Ah ok, if it's a known issue maybe you can specify a minimum gcc version in your ReadMe file? This version of gcc is the only one that's available in...

This library looks great, but I'm working in a flask app and would love that start_in_background feature for the synchronous scheduler. Any chance you could put the work-in-progress up in...

> How do you scrape the movie edition? Currently, there is no automatic scraping. Creating edition types and categorizing files is currently a manual process left to the user. IMO...

@NarutoXY It still doesn't work, it seems like the fg values in this theme are the bg values from the original, and the bg is not being configured?

I'm very surprised that Chrome and Electron fetch a dictionary from the internet rather than using the dictionaries in the native OS. It is quite annoying to have to update...

I've written a daemon with functionality like this before. It watched its own config files, and did sanity checking on the loaded config file before updating its running configuration. If...

Thanks Mark, that helps a lot. It was just a very surprising behavior, I only expected the provider to mount the logical volume, not also create the directory. The inability...

This exacerbates a bug where I use the KeePassXC browser extension in Firefox to generate a new password, have it fill the form, click the form submit button, and then...

Actually I just had to revert the last commit in the branch to get a functional build.

I'm seeing the stddef.h errors on Ubuntu 18.04 with the llvm packages installed from the Ubuntu apt repositories. I worked around it by adding `"-I/usr/lib/llvm-6.0/lib/clang/6.0.0/include"` to each of the commands...