Aigars Reiters

Results 13 issues of Aigars Reiters

`pytestOptions` of `PythonProject` accepts a `testdir` property, which should allow specifying the folder pytest should use to find the tests. However, it appears this property is never actually used: [pytest.ts](https://github.com/projen/projen/blob/main/src/python/pytest.ts#L34-L39).

### Environment information ```plain text - ``` ### Description [Orval](https://orval.dev/guides/react-query) is a wrapper around [Tanstack React Query](https://tanstack.com/query/v4/), auto-generated from an OpenAPI spec. It would be fantastic and lead to much...

documentation
investigating
GraphQL
transferred
Gen 2

Trying to get started with this project, but the [documentation website](https://docs.react-juce.dev/) appears to be offline.

**Describe the bug** When using a controlled `rx.slider()`, I want the `on_change` handler to be de-bounced, to have both: 1. a responsive UI 2. protect the backend from spam I...

bug
enhancement

**Describe the bug** Use-case: trying to create a rotary knob component (a hidden vertical slider and a circular knob, the rotation of which is controlled by the slider value). **To...

needs investigation

When trying to apply 10 reverb presets to 30 2-second waveform samples (represented as numpy arrays), the 300 sox calls take an unreasonable amount of time (close to an hour)....

### Description Could we add a `trending` search option & front-page section, highlighting packages that are gaining popularity (i.e. have a quickly increasing downloads number in time period T (e.g....

feature-request
needs-triage

### Describe the feature The latest `pnmp` version is `9.15.4`. The aws-pdk docs as the only requirement specify `pnmp>8.6.3`, but the actual requirement in the project is `pnmp@>8

feature-request
backlog
needs-triage

Assuming I have table following a single-table design principle and composite keys, and records like: ``` # User records { pk: 'User#', sk: 'User', ... } { pk: 'User#', sk:...

I often find tricky to write EventBridge Rule filters within my IDE. I end up having to google around / digging through obscure docs or going to the EventBridge UI...