KE programmer
KE programmer
It's unclear what `myArray` refers to in the line below. https://github.com/gregmalcolm/python_koans/blob/800cdf5db9e8539681723ca541e03b28e2117b28/koans/about_regex.py#L83
Fixing https://github.com/gregmalcolm/python_koans/issues/250
I was confused by the comment below because it looks to me like `super()` would resolve the the parent class which is `object`. https://github.com/gregmalcolm/python_koans/blob/800cdf5db9e8539681723ca541e03b28e2117b28/koans/about_attribute_access.py#L106-L108 I substituted the line with `return...
Thanks for this work, I'm discovering nooks and crannies of Python that I wasn't previously aware of. For the following section, I wanted to point out that what seems to...
**Describe the bug** In the linear algebra series, chapter 6 (the determinant), in the 6th image from the top, there's a mismatch between the matrix and its visualization. The matrix...
I'm using the phi-2 llamafile on Linux and it core dumps because it is unable to open the cache file. I noticed that calling `copilot-complete` from emacs would simply terminate....
Closes https://github.com/akash-network/support/issues/359 There are some steps that are seemingly not needed any more when setting up the repository in dev. - `make cache` does nothing, `.cache` directory is created on...