Björn Ganslandt

Results 9 issues of Björn Ganslandt

Nice collection! Maybe the area of diagrammatic thinking is also interesting to you: - http://monumenttotransformation.org/atlas-of-transformation/html/d/diagrammatic-thinking/diagrammatic-thinking-alexander-gerner.html - https://www.amazon.de/Thinking-Diagrams-Cognition-Semiotics-Communication/dp/1501511696 - http://www.springer.com/de/book/9781402056512 Krämer is interesting here, because she thinks of notation more as...

When generating ltr/rtl variants of values that are mirror-symmetrical, postcss-rtl actually creates values that are identical for both versions and therefor add unecessary code to the css file. For example:...

The html file generated is in a subdirectory of the main output directory (`/project-root/dist/`): `/project-root/dist/imprint/index.html` The css is located in the output directory: `/project-root/dist/styles.css` So the html generated by webpack...

enhancement
help wanted
good first issue
webpack

When working with html, having access to a tag textobject is very useful in vim to change content nested in a html-tag. Here's an example for deleting text in a...

C-enhancement

Fixes: #22 Updates all dependencies with known vulnerabilities. npm audit now passes. Updates CLI to use new inquirer syntax. Since mocha now requires at least node 6, CI has been...

Mention decryption-loader in the tips section.

Hi, First of all: Thanks for node-cipher. It's a really nice tool! Because I wanted to keep my file processing logic in webpack and not add it to package.json I...

Fish 3.7.1 / OSX The history pager started via `CTRL-R` changes the number of columns as a user is typing. Although this allows for dense packing of information, it makes...

Building on the work done by @ff2400t this adds text-objects to select xml-like elements in html, jsx and xml files. Fixes: #6682 The behaviour is consistent with other text-objects in...