-
`DslBase.__init__()` typing does not accept dict unpacking, hence all `Query` subclasses.
https://github.com/elastic/elasticsearch-dsl-py/blob/318ea9a9e4b792325556671e1537df9032ee4e65/elasticsearch_d…
-
I've been trying to use the package to work with some multi-dimensional numpy arrays, unfortunately it does not seem to work
```python
>>> import numpy as np
>>> import msgpack_numpy
>>> packed …
Bomsw updated
4 months ago
-
This issue starts simply as a question. I'm probably missing something obvious.
I tried to
- (a) take the raw data from the Level-1 Global Trigger (L1-uGT) FED, i.e. 1404, for 10 events of 2024 d…
-
When defining a node, it would be really nice and convenient if the params dictionary could be unpacked with something like:
```python
node(foo, inputs=['dataset', '**params:bar'] ...
```
T…
-
When opening a 5-gb zip archive, the unpacking is very slow. Wouldn't it be more efficient if the archiver only extracted the needed file list?
-
# Bug report
### Bug description:
Discussed in microsoft/pyright#9343 @JelleZijlstra [asked](https://github.com/microsoft/pyright/discussions/9343#discussioncomment-11077428) me to open this iss…
-
Many medium datasets, especially those published in nii.gz, provide meta information (such as sex, age, manufacturer, etc.) in the form of a CSV spreadsheet or JSON. Currently, in AMID, we have two wa…
-
# Bug report
Phpstan claims there is an error - array key not present - since PHP 8.0, but runnable demo https://3v4l.org/1BGDs shows no difference.
I do not fully understand why phpstan behave …
-
سلام وقت بخیر
موقع نصب این ارور رو داد و نصب نشد پکیج
Cloning the repository from https://github.com/Tsepahvand/Traffic-Checker.git...
Cloning into 'Traffic-Checker'...
remote: Enumerating o…
-
It is quite often happens that you know the size of a list and you would want to give its elements names instead of indexing them. Something like:
```jam
local name version = [ MATCH "^(\w+)-(.*)" :…