Max Nordlund

Results 19 issues of Max Nordlund

There is some parts of the config format that isn't documented, but is used in the examples. More specifically there is a `config` directive that seams to allow set DHCP/DNS/IP...

Instead of checking on each call, only perform the `object === Math` once per definition.

The most important part is to add `GEM_HOME` to `GEM_PATH`, but to be extra safe also make sure that the directories exists.

Hi, first off tip of the hat for a awesome library. The parameter example uses `duration='short'|'long'`, but Traits only accepts booleans. It would be useful to allow Traits based on...

Feature

This is used at least by pycodestyle and flake8 to ignore a certain line from all linting. I personally use it when `from .conftest import * # noqa` in pytest....

Apparently you need to escape `|` inside inline code.

First off, thanks for writing this plugin, it's amazing. It supports pretty much everything I throw at it save nesting. I know you have removed support for SCSS in #53,...

feature

This should make it more robust, since it will more closely match the applications `require` behaviour.

Moved from #2036: --- > I not sure if this belongs here, but I can't seem to find a way to trap function return. That is, do some cleanup when...

enhancement