Andreas Donig

Results 16 issues of Andreas Donig

Currently I have to hardcode a lot of crumbLabelUpdates in gatsby-config.js and whenever the data changes, I also have to check whether those are still correct. Is there a way...

enhancement

When a file has an assignment in the first line, the auto-import is placed in the second line. Visual example: - [Before auto-import](https://imgur.com/a/WSQgy) - [After auto-import](https://imgur.com/a/zEZHg)

Multiline options containing equality signs are highlighted like multiple options. ![screen shot 2014-09-09 at 11 51 55](https://cloud.githubusercontent.com/assets/900404/4199557/039b8b6a-3807-11e4-8d06-0523498b8dc2.png) It looks like changing line 112 in INI.tmLanguage fixes the problem: ``` ^((["']?)(\S+?)(\2)\s(=))?\s((["']?)(.*?)(\7))\s(;.*)?$\n?...

Hi @Opus10! I'm not sure whether this is something that might be interesting to include or mention in the documentation: ```python import pgtrigger from django.template import Context, Template class TemplateFunc(pgtrigger.Func):...

enhancement

This pull request updates the RobotsTxt middleware to dynamically use the User-Agent from each request instead of relying on a hardcoded value. It supersedes an earlier attempt, ensuring that the...

Hi! I updated the Photon version to 0.3.0 :)

## Description Actually this issue already exists but it was closed by the reporter in January: https://github.com/ifiokjr/gatsby-plugin-next-seo/issues/12 ## Possible Fix Gatsby plugins nowadays don't support a directory layout where there...

This parameter allows to customize the normalization behavior using a unary normalization function.

**Description** I encountered an issue in my test setup where a parameter is unexpectedly set by insert_belongs_to_assocs/2, causing a test case to fail. **Current Behavior** Here's the test snippet: ```elixir...

stale:discard

### What did you do? ``` In [18]: humanize.naturaldelta(timedelta(days=4.6*365), months=True) Out[18]: '4 years' In [19]: humanize.naturaldelta(timedelta(days=4.6*365), months=False) Out[19]: '4 years' ``` ### What did you expect to happen? ``` In...