-
When I try to install a module using `Install-Module PSMarkdown -Scope CurrentUser`, it shows a very quick message saying `Installing package PSMarkdown` and then the message goes away and nothing get…
-
When a user recently submitted an issue over at xSQLServer, and added an output log mostly in Spanish I had an epiphany. The reason the log was still partly in English was because the resource are not…
-
I am trying to use this library with PowerShell 6.0.1 on Windows 10. I originally opened https://github.com/PowerShell/PowerShell/issues/6050 to get some help and we determined that the issue would mo…
-
Currently, there is no mean to declare a subsystem as shared dependency without having an owner which manages the lifetime of the shared instance. Feature request is to allow a subsystem to self-decla…
-
Copy-SqlDatabase -Source 2008svrs -Destination 2008svrd -BackupRestore -NetworkShare \\am-dmc1\dbtransfer -Databases AdventureWorks,AdventureWorksLT -NoBackupCleanup -verbose
screenshot
![image](…
-
Yesterday there was a post from some other guy, seems it got deleted.
The latest adaway module doesn't work either, even with the youtube version mentioned it the changelog (which I had to manually…
-
Hello,
I've found a weird behavior. When you generate a nbits file from a template on Genbi that has an sql-run task on setup the line for the task gains a "version":
``
This causes the follo…
-
Sorry for the long post in advance.
First of all let me start by saying that this is an issue being opened after a brief interaction with Cesar in stackoverflow that can be fount in the following lin…
-
Could you please tell me the solution for this issue? I am using sequential optimization.
```
var learn = new SequentialMinimalOptimization()
{
UseComplex…
-
The following code seems to cause array index out of bounds if the outputs array isn't sequential from zero such as [0, 1, 2, ...] but instead e.g. [13, 15, 17, ...] or like.
```
double[][] inputs…