Warren A. Kalolo
Warren A. Kalolo
@neo1691 Yeah sure, thanks.
You're probably using Python 3, in Python 3 the `/` operator is a floating point division, change it to `//` instead for integer division.
of which is what i did. the error that i am really concerned about is ` Exception calling "Save" with "1" argument(s): "Invalid XML document. The document does not have...
@joonro `ConEmu.xml` its there, but its empty!!
This is the error i am getting now. ``` C:\Users\Me\Documents\WindowsPowerShell\ConEmu-Color-Themes\Install-ConEmuTheme.ps1 : You cannot call a method on a null-valued expression. At line:1 char:1 + .\Install-ConEmuTheme.ps1 -Operation Add -ThemePathOrName themes\ocea ......
@geohot So i have fixed all the issues on this PR, Clojure version now works fine including printing the sorted array. See the build results.
> you gotta ideas on workflows which we should consider automating? @Kalebu Hell yea, the list is as follows; - first and for most, `tests`. i.e every time a pull...