-
At many place in the #72 stack, there are multiple, competing solutions. Someone implementing a pod might reasonably pick one or another, unless solid provides more specific guidance. If solid doe…
-
hi,
i am trying to add support for 02039876751049deb404d1d89221ec4b that's the ep model for powerhead
i ended with this minimum example as attrs in the json config file (added at end of post)
t…
-
The Dart mirrors core library (`dart:mirrors`) is currently in a sub-optimal state:
* It is marked "experimental" in the [list of core libraries](https://dart.dev/guides/libraries)
* It is marke…
-
Hi there,
I'm the developer of a package called [netCDF-SCM](https://gitlab.com/netcdf-scm/netcdf-scm). In short, the package does some of what CMIP6 pre-processing aims at, some things which CMIP6…
-
### Описание
Опишите задачу
### Критерии приёмки
- *Критерии приёмки*
### Дополнительная информация
Добавьте информацию о задаче которую вы считаете важной
### Ссылки на баги, относящиеся к этой за…
-
```
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb64c8b17b, pid=12780, tid=0x0000000000005190
#
# JRE version:…
-
Version info:
```bash
$ pip list | grep geowombat
geowombat 2.1.19
```
Originally ran into this issue when following [this example in the docs](https://geowombat.readthed…
-
### Describe the enhancement requested
From [Selection Pushdown in Column Stores using Bit Manipulation Instructions](https://www.microsoft.com/en-us/research/publication/selection-pushdown-in-column…
-
## Description
### What steps will reproduce the problem?
Tried to run a simple Qt6 GUI and test button toggle with a break point in the code in the slot.
### Traceback
```python-traceba…
-
I'm trying to fetch more than 100,000 rows for report generation.
I tried these approaches,
1. Recursive calls with 1,000 limit to fetch all rows
2. Using query.each() and push row in array
Both…