neoice
neoice
is there any plan to allow users to import an existing CA and then use it for signing?
so as written, theory assumes that it will always operate as its own port with its own root (/). however, if you try and include it as part of another...
many modules will provide repo management, often with a true/false parameter to allow overriding. currently, this module appears to do no repo management. is this something in-scope for your project?
I'm working on Dockerizing an application that uses `ruby-mpd`. I include a small set of Creative Commons mp3s as a kind of "database seed". I noticed that `@mpd.songs.count` was always...
I regularly see this error: ``` BASE_PATH/vendor/cache/ruby/1.9.1/gems/snoo-0.1.2/lib/snoo/account.rb:19:in `log_in': undefined method `[]' for nil:NilClass (NoMethodError) ``` here is some sample code, that roughly follows all the published examples: ``` [1] pry(main)>...
I've had the following in my `[global]` config for years: ``` security = user encrypt passwords = true passdb backend = ldapsam:ldap://127.0.0.1 ldap admin dn = "cn=smbadin,dc=neoice,dc=net" ldap suffix =...
for example, I would like to ask "how many 3 day periods elapsed between $x and $y"? "3" could be a variety of numbers. I suspect supporting all the `components`...