-
https://github.com/python/typeshed/blob/c41034c3540c5abda10008dd6c17d8e6ff6cc634/stdlib/argparse.pyi#L364-L366
I'm wondering if the reasoning behind this choice has been discussed before. Return type…
-
During review of #13419 we noted a few places where there is a pattern like:
```python
some_frame = ...
indices = some_frame.some_column.argsort()
new_frame = some_frame.take(indices)
```
As…
-
Right now WidgetState is a pretty chunky struct. VSCode with Rust Analyzer currently tells us:
```
// size = 296 (0x128), align = 0x8
```
Yeah. Three and a half widgets are enough to fill a ki…
-
Hi ,
I am trying to retreive datastore value inside the criteria of the rules as like below.
Yaml:
```
name: ticket-to-stackstorm-rule
pack: avmarmusecase
enabled: true
trigger:
type: …
-
#5692 is ~~not merged yet~~ now merged ~~but~~ and we can ~~already~~ start thinking about the next steps. I’m opening this issue to list and track the remaining tasks. @pydata/xarray, do not hesitate…
-
Obviously due to the lack of private members in Python I could hack my way around this but there doesn't seem to be an intended public method to push schemas and json data onto the Validator class sta…
-
I'm wondering whether it's possible to use the transparent newtypes everywhere the current generated code uses type aliases (e.g. [`Window`](https://docs.rs/x11rb/0.9.0/x11rb/protocol/xproto/type.Wind…
-
Something in the range https://github.com/rust-lang/rust/compare/bb42071f6...f9b0897c5, likely https://github.com/rust-lang/rust/pull/46343 (CC @jseyfried), broke Servo.
We have a `#[dom_struct]` a…
-
1. Create and activate a venv environment for python
`.venv/Scripts/Activate.ps1`
2. Try to install datatable with pip
`pip install datatable`
Should install datatable into the .venv but get `er…
-
How is it possible to have `P` yellow and gray in the same time?
Todays solution is `CRIMP`
![image](https://user-images.githubusercontent.com/45441/150685036-1a849894-2eba-4a4c-9e1a-94f25537a14f.pn…