Brandon Pugh
Brandon Pugh
I believe the default behavior is for the dragged item to appear above the others, but you might want to try playing with the multilayer functionality: https://tiberiuzuld.github.io/angular-gridster2/multiLayer
@ryanlanciaux I'd be happy to take a shot at this. Your approach sounds like it might be the correct. Would you be able to point me in the right direction?
Yes I was running powershell V2 on Windows 7 and received the same error. I then updated to V3 and now it runs perfectly.
Actually found the documentation for it here: http://technet.microsoft.com/library/hh849709.aspx And under RootModule it says: Note: In Windows PowerShell 2.0, this key was called "ModuleToProcess." You can use the "RootModule" parameter name...
Sure no problem! Alternatively you could actually enforce the version by setting `PowerShellVersion = '3.0'` in the same file.
So after messing around with this for a bit I seem to be stuck on an odd error. I made the change I described above which is changing `RootModule` to...
Turns out it was just a matter of renaming the file. Apparently v2 is a stickler about modules having the proper `.psm1` file extension.
> Btw., my inspiration for adding opening this issue was @bpugh and his recent talk with Khalid on JetBrainsTV. I would love to get your take on this as well...
Sounds like a good plan! > It was not exactly clear to me what Description vs. Name would work, and if they are mutually exclusive They're not mutually exclusive since...
Hi all, I look forward to reading the newsletter every month and thought I'd take a peek at the upcoming issue and the link "Pull Request vs Merge Request" caught...