Simon Schaufelberger
Simon Schaufelberger
This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info.
### Description Fix deprecated division #336 ### Check list Please fill this check list before submitting a pull request: - [x] The build process has been run (`npm run build`)...
### Description ``` Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($size, 2) or calc($size / 2) More...
Refactor translation loading in order to make it possible to load language files from additional packages as well. Reason for this pull request: - Customer modifications of kimai
FIXES #480 Changes proposed in this pull request: - Round duration and wage Reason for this pull request: - Wrong calculation Needs testing!!!
UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.25 (KHTML, like Gecko) This should be the result: http://user-agent-string.info/parse?Fuas=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_10%29+AppleWebKit%2F600.1.25+%28KHTML%2C+like+Gecko%29&test=3170&action=analyze PS: I'm doing email analytics with piwik ;) Here some others: -...
Hi, I'm working on windows and have my mongodb database in a virtual box container. DBKoda is asking me for a path to mongodb but the thing is that I...
### Description I use [Laravel Homestead](https://laravel.com/docs/5.5/homestead) for all my projects as virtualbox. Neos 3.1 was the latest version that was running well with it. To access the box, I need...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Running all the steps in the cli installer crashes ### Expected...