Eugen

Results 5 issues of Eugen

When using sass as css pre-processor the file: [site.scss](https://github.com/keystonejs/generator-keystone/blob/master/app/templates/public/styles-sass/site.scss) imports the site/variables file after it imports the bootstrap files. This has no effect on overriding default bootstrap variables. Problem is...

The default modifier just access the tpl_vars array with the non existing key and tries to suppress the error outcome with '@' like: `$tmp = @$_smarty_tpl->tpl_vars['bShowInfo']->value` This won't work in...

Hey, what do you guys think to add header information to the client response class? With that information you can improve the limit process. The API returns header information described...

# Problem If you have a bigger CSV file e.g. (50mb) with about 250,000 rows the function `Agent.get` will timeout after 5sec on weaker machines. # Solution Add opts (timeout)...

Following usecase: ![moving](https://user-images.githubusercontent.com/2499862/80709249-46ec6080-8aed-11ea-93bc-3d1c96d43017.png) What would be the best approach with the functions provided by hierarch? It would not be enough to just change the `path` of **C** you would need...