Josua Schmid

Results 16 issues of Josua Schmid

I'm using _ajenti-v_ to configure a website accessible over three vhosts. On DNS level they're resolved per _CNAME_. It seems like it isn't possible to configure multiple SSL certificates if...

I'm using Thoughtbot's _dotfiles_ and my own _dotfiles-local_. **How can I force `rcup` to overwrite a config file with a symlink pointing to `dotfiles-local`?** In my specific example I want...

bug

I just wanted to try the following: ``` new JSONApiDeserializer( typeForAttribute: function(attribute) { if (typeof attribute === 'string') { const match = attribute.match(/^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d\.\d\d\dZ$/); return match ? new Date(attribute) : undefined;...

I've got a helper method: ```rb def link_to_terms_of_service I18n.t('booking.general.terms_of_service_html', terms: link_to(t('activerecord.attributes.time_slot_booking.accepted_terms'), terms_of_service_path, target: '_blank', rel: 'noopener')).html_safe end ``` It's being used to generate HTML looking like this: ![image](https://user-images.githubusercontent.com/245443/120207044-38123900-c22c-11eb-9b2f-26c7bbab4ec8.png) ## Expected...

The last two lines in the post-install script cause errors if no dangling images are present: ``` Error response from daemon: invalid reference format: repository name must be lowercase Error...

This gem doesn't support regions. It would be nice if we could attach a tax zone to a store which then is the default for visitors of that specific store....

`Spree::Store.current` is always defined even though the url can be _nil_ (yes, thats true, despite the validations). But that should be no problem here because the return value of `current`...

I'm trying to fake a service actor result in a Rails request spec. The test I would like to write looks like this: ```rb context 'when search fails (e.g. because...

Fixes #1115 by uniform glossary and using "each"