Aleksandr
Aleksandr
I like this addon and try to make its works. Now dirty hack applied here https://github.com/sasha-ch/dotjs2-addon and works somehow on FF 58 Win7. Other idea is to put our .js...
>Have you tried the addon folder approach? we could create a link from there into ~/.js @eridal, I'm not sure what do you mean. I'm windows user now but I...
New version of https://github.com/sasha-ch/dotjs2-addon drafted. Require local web server. Linux. Feedback are welcome.
Same question.
+1 @kormizz ```php use yii\web\AssetBundle; class ChartJsAnnotationAsset extends AssetBundle { public $sourcePath = '@bower/chartjs-plugin-annotation'; public $js = [ 'chartjs-plugin-annotation.js', ]; public $depends = [ 'yii\web\JqueryAsset', 'dosamigos\chartjs\ChartJsAsset' ]; } ``` ```php...
Same shit with ngrok installed from snap on ubuntu 18 laptop: ```sh $ ngrok authtoken ERROR: Failed to save authtoken to configuration file '/home/alex/.ngrok2/ngrok.yml': open /home/alex/.ngrok2/ngrok.yml: permission denied ``` And...
Done. I also noticed `.yii-debug-toolbar_position_top` css name seems not perfect as it place toolbar below page footer. May be rename somehow (`.yii-debug-toolbar_position_footer`)?
> 1. There's no ready to use position values you can configure. `top` doesn't make sense now. What's wrong with `top` value? > 2. Collapsing toolbar doesn't work well with...
Yes, I need 2-3 days, please.
Hello, sorry for delay. > What's wrong with top value? > It results in toolbar being rendered at the bottom under content and not fixed. It was exactly what I...