Asish Mahapatra
Asish Mahapatra
## Environment data - Language Server version: 0.5.45.0 - OS and version: Windows 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.6, Anaconda ## Expected behaviour To eventually...
`list(datefinder.find_dates('date: 11-05-16'))` gives an empty list while `list(datefinder.find_dates('date 11-05-16'))` (without the colon) gives the correct result `[datetime.datetime(2016, 11, 5, 0, 0)]`
Trying to connect from Windows to Windows after following through the guidelines at https://docs.microsoft.com/en-us/powershell/scripting/core-powershell/ssh-remoting-in-powershell-core?view=powershell-6 Steps to reproduce ------------------ ```powershell $session = New-PSSession -HostName -UserName @'s password: ``` Expected behavior -----------------...
Closes #2918 Issue arises because of this issue - https://stackoverflow.com/questions/2295290/what-do-lambda-function-closures-capture the function generator could use a better name.
R code correction of the form `r ` to ``.
I see that there is a 2.3 release that will happen. From the items currently milestoned with 2.3, it appears they are exclusively for PDEP-14 string dtype implementation. Is that...