-
```
In [1]: import numpy as np
In [2]: a = np.array([1])
In [3]: b = np.array([2])
In [4]: (a - b > 0).Exception in thread Thread-457:
Traceback (most recent call last):
File "/usr/local/Cel…
-
Currently, we only have the option to intercept either
- a completely fresh browser profile or
- the normal/global browser profile
A global browser profile has the downsides of
- logging req…
-
From Module-JS3 created by [SallyMcGrath](https://github.com/SallyMcGrath): CodeYourFuture/Module-JS3#249
### Link to the coursework
https://code.visualstudio.com/docs/introvideos/debugging
#…
-
The following (silly) code will cause ipython to crash on the next syntax error it encounters:
```
import builtins
class NewSyntaxError(SyntaxError): pass
builtins.SyntaxError = NewSyntaxError
…
-
_Rationale:_
The current CLI can be described as a vertical scrolling log where the bottom line is interactive and allows for command inputs that get displayed in the log. While it gives a quick hist…
-
I have an admin host that has a `kubeconfig.yml` file with many clusters and contexts configured. The YAML file is shared between many users, so it's read only.
It would be great if I could set an …
-
**Why**
Currently, the `FormattedTextLexer` filters and renders formatted text through the usage of a defined text-to-styling mapping. This is less than ideal considering that devs will have to define…
-
When running a xonsh script from the xonsh shellprompt the shell _sometimes_ uses an outdated (cached?) version of the script. Only copying the script to a new name resolves this, even exiting the sh…
-
I am not good at this, so any comments are welcome :)
I will paste some color scheme as refrence.
-
In a circleCI with their python:3.7 image I ended up with `ipython` v7 and an old version of `prompt_toolkit`. I haven't yet tracked down what is causing the conflict, limiting myself to ipython 6 see…