Jaspur
Jaspur
With the standard `php artisan basset:build application --production --force` the output isn't minified. [code]'collections' => array( ``` 'application' => function($collection) { // Switch to the stylesheets directory and require the...
Custom styling possible?
@Crinsane currently Elixir 3 isn't supported
`Module compiled with Swift 4.1 cannot be imported by the Swift 4.2 compiler: /Users/jaspur/Code/the-app/X/Y/Carthage/Build/iOS/AlamofireObjectMapper.framework/Modules/AlamofireObjectMapper.swiftmodule/x86_64.swiftmodule`
Hi, Is Nova V3 supported? Because this the result of a simple ```Currency::make(__('Costs'), 'price')->currency('EUR'),```  Expectation is that the string is correctly translated and the currency is in € and...
Hi, there is the function ```moveMonth(1)``` for going to the next month, but is there a way that I can get the month in text already for the next month...
The calendar is very slow when there are markers added ánd you wanna select some dates. Pretty basis, but only tweaked the template. The select() is unchanged and this is...
See this video: https://www.dropbox.com/s/hjtunfqeimbyfny/strange.mov?dl=0 As you can see the callback only is returned correctly when clicking for the second time.. ``` _callthis = function(day) { var _from = $scope.date_from.format('YYYY-MM-DD'); var...
Hi, How can I prevent that Facades are being rewritten to Service classes? ``` - $subtotal = Webshop::calculateTotals($order->cart, $order->country, coupon: $coupon); + $subtotal = (new Webshop())->calculateTotals($order->cart, $order->country, coupon: $coupon); ```...