james_
james_
Is it possible to configure the gem not to strip comments ? 1.9.3-p448 :001 > parser = CssParser::Parser.new => 1.9.3-p448 :002 > parser.add_block!(" 1.9.3-p448 :003"> /\* my css _/ 1.9.3-p448...
Mounting cifs shares from inside sysbox gives an error ``` root@.../home/ubuntu# docker run -it ubuntu:latest root@c77dcf7a187c:/# apt-get update root@c77dcf7a187c:/# apt-get install cifs-utils nfs-common root@c77dcf7a187c:/# mount 192.168.252.42:/data /mnt root@c77dcf7a187c:/# df -H...
We have multiple different workers running in the same name space. For example email sending workers and other background jobs. They each have a different queue, How do I configure...