Marion Dickten

Results 8 issues of Marion Dickten

The link under the heading "LibSass Compatibility With Ruby Sass" is dead.

File: [compose/networking.md](https://docs.docker.com/compose/networking/) Please add a paragraph on how containers living in the same network can communicate via http. Most containers contain web apps and need to communicate via http URLs,...

area/Compose

**Is your feature request related to a problem? Please describe.** Trying to configure Puma to run behind an nginx proxy in a Docker environment, using only HTTPS, for a Rails...

docs
contrib-wanted

Environment: * Errbit version: 0.9.0 * OS: alpine docker image When starting Puma (as described in the file docs/deployment.md) with the command ``` CMD ["bundle", "exec", "puma", "-b", "ssl://0.0.0.0:443?key=/etc/letsencrypt/live/mydomain.de/privkey.pem&cert=/etc/letsencrypt/live/mydomainde/fullchain.pem", "-C",...

I'm trying to understand Errbit config. There is a setting DEVISE_MODULES, and the docs only say "Devise modules to enable". The default value is [database_authenticatable, recoverable, rememberable, trackable, validatable, omniauthable]....

How about something like ``` def Pandoc.convert_file(inputfile, outputfile, *kwargs, **options) # use it like Pandoc.convert_file(myinputfile.md, myoutputfile.pdf, '--pdf-engine pdfroff', from: 'markdown') target = options[:to].present? ? options[:to] : outputfile.split('.')[-1] # only needed...

Since you state in the top line in your Readme.md that Errbit is Airbrake API-compliant, could you add either the support for this feature or state somewhere that it doesn't?...

I updated my system and started getting warnings of the kind "Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.9.0". After some googling I found someone recommended...