-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
The `dask.delayed` decorator should have type annotations.
```py
from dask import delayed
@delayed(pure=True)
def well_typed_function() -> int:
return 1
```
mypy: Untyped decorator make…
-
soorgeon detects outputs by looking at the left side of an assignment expression, for example, let's say the section of a notebook looks like this:
```python
x = 1
y, z = compute_stuff()
```
…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
Hi there,
my plan was to write some specs to test my queries, generate via the "sql" QuasiQuoter are sound. For doing that I wanted to keep everything pure and reusable. I have seen there are two fun…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
**Describe the solution you'd like**
Users may want to change attributes like texttemplate or hovertemplate and still make them depend on other defaulted props (e.g unit_of_measurement) which are als…
-
Hello,
Is there a way to use nanovg with pure python backends (glfw)?
(it works for imnodes and implot)
It seems that the functions required to setup contexts are missing from the bindings.
```
n…