0phoff
0phoff
I was wondering the same thing! In my case the cargo build was failing because I had an old rust version, which meant I was using a previously installed version...
@andreyorst, I went through your code a bit in order to understand how it all works, and noticed you copy the contents of the `do` blocks into their own seperate...
I am currently quite busy and do not have much time to work on this repository. You can copy the [create-webpack](https://github.com/0phoff/MDXP/tree/master/packages/webpack) directory, change the content in the template and reupload...
yeah i know its because my settings are set to tabs and that was my point.. In my opinion spaces in the snippets need to stay spaces regardless of your...
yeah of course the snippets should follow your indent settings but the way you are implementing it now is that if your indent setting is set to tabs, every space...
Just a heads up for anyone stumbling upon this issue. While waiting for an official solution, there are 2 custom component libraries that already allow for this: [hydralit](https://github.com/TangleSpace/hydralit) or [st_btn_select](https://github.com/0phoff/st-btn-select).
I also tried a global install, but now I get an error: ``` Timeout while running run ``` This is when I run it using the solution from this package,...
node v6.12.0 and npm v5.4.2 are currently installed on my system. I also had node v6 and npm v5 at the time of submitting this bug, but I cant be...
If you compare the code for [cornernet](https://github.com/princeton-vl/CornerNet-Lite/blob/6a54505d830a9d6afe26e99f0864b5d06d0bbbaf/core/models/CornerNet.py#L33-L43) and [cornernet-squeeze](https://github.com/princeton-vl/CornerNet-Lite/blob/6a54505d830a9d6afe26e99f0864b5d06d0bbbaf/core/models/CornerNet_Squeeze.py#L68-L83), you will notice that in cornernet-squeeze, they added an extra residual block before the hourglass modules (``pre`` variable, L71 in cornernet-squeeze),...
Not sure if it can help to track this bug, but I didn't have this issue on the latest ubuntu 20 version of material shell. I just upgraded to ubuntu...