-
the css is expecting `dist/fonts/` to have glyphicons files to load
https://github.com/pattern-lab/starterkit-mustache-bootstrap/blob/master/dist/css/bootstrap.css#L263-L268
-
I'm not sure if this is an issue with the twig extension or the core Patternlab library, but using 'longhand' includes with full paths (i.e. not the fuzzy shorthand syntax) seems to break pattern line…
-
Pattern Lab still uses Twig 1, Browser is using Twig 2. This hasn't been a problem until https://github.com/twigphp/Twig/pull/3012#issuecomment-493359289.
Before that change, macros had to be passe…
-
https://github.com/fourkitchens/emulsify/blob/develop/scripts/twig_functions.sh does not really work due to the way in which the file is found. Assuming the parent directory tree is one of a number of…
-
Allow to specify a name pattern for unit tests runs on Sauce Labs
currently : `[framework] tests` so for example for QUnit
we will have : `qunit tests`
-
You have not implemented the strategy search pattern. Your strategy client, battleship.java, must have an attribute of type BattleshipSearch, and a setStrategy method which sets the strategy attribute…
-
A common pattern with Nx is to have a library with its imports not in the main `index.ts`, this is achieved just by adding a glob path to `tsconfig.json`
```json
"paths": {
"@org/lib": ["libs/l…
-
GDAL provides the abiltiy to read vector data from zipped files, as you've documented [here](https://defra-data-science-centre-of-excellence.github.io/pyspark-vector-files/usage.html#gdal-virtual-file…
-
Double-check the parse component list so that paths are built properly. This means replacing DIRECTORY_SEPARATOR in $file->getPathname(). Needs to be part of #67 implementation.
See pattern-lab/patte…
-
**Describe the bug**
When clicking the toggle button for a flyout menu the sub menu will become visible or hidden. This does not work for the overflow button, that instead triggered by hovering.
*…