Frank Boës
Frank Boës
I'd also like this feature - there are cases where files ending with `.txt` are really meant as Markdown files, while in other projects they contain TypoScript. Or `.tpl` files...
I also got the wrong starting times after switching daylight savings time. Sensor was defined as: ```yml after: '2022-11-02T08:30:00+02:00' before: '2022-11-02T18:00:00+02:00' ``` On editing the values and saving via backend,...
@jp-studios Would you like me to include your information, or do you want to add your information to https://github.com/fboes/favicon-cheat-sheet?
I solved that with a custom property in `items`, adopting straight from GeoJSON: ``` "_geo": { "about": "http://geojson.org/", "type": "Point", "coordinates": [ -74.008762, 40.696696 ] } ```
Same error, seen from `/logs/grav.log`: ``` [2016-01-11 13:39:30] grav.CRITICAL: An exception has been thrown during the rendering of a template ("Array to string conversion") in "forms/fields/toggle/toggle.html.twig" at line 46. -...
I am having the same problem: _package.json:_ ``` "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-uglify": "^0.8.0", "grunt-contrib-watch": "^0.6.1", "grunt-jslint": "^1.1.12", "grunt-contrib-sass": "^0.9.2", "jit-grunt": "^0.9.1", "grunt-autoprefixer": "^2.2.0", "grunt-shell": "^1.1.2", "grunt-text-replace": "^0.4.0" }, ```...
Sorry, I am using `grunt-contrib-sass`and having the same problem. So switching from `grunt-sass` to `grunt-contrib-sass` will not help you. ;)
Hm, by removing all UTF-8 references and verifying that there is no UTF-8 comment at the beginning of my CSS files, I still have the wrong line numbers. They are...
@zeus1999 Currently there is a simple trick to find a certain extra property in the METAR object: You can search the `raw_parts` with [`indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf): ```javascript [ 'EDDF', '221420Z', 'AUTO', '20013KT',...