Matej Šnuderl

Results 36 issues of Matej Šnuderl

There is a unused generic in the https://github.com/aralroca/next-translate/blob/master/docs/type-safety.md. ``.

Seeing some enormous CPU times when using high `DECIMAL_PLCAES` config with hex numbers. The following code takes ~30s to finish on a high end computer. Removing the `DECIMAL_PLCAES` option (or...

Is it possible to somehow link to a story that would have dark mode predefined? e.g via some kind of query parameter.

It would be great if response headers from the GraphQL request done on server would be exposed to `serverSidePostQuery`. Use-case: Backend can set the `cache-control` header on GraphQL responses, which...

Hi. I'm trying to use `vite-plugin-relay` on a project that uses `src` as the root, and uses tsconfig paths for absolute imports. ## vitest.config.ts ```ts import react from "@vitejs/plugin-react" import...

I'm trying out this plugin via: ```sh λ → sls schedule Serverless: scheduler: scheduling schedule-executors/schedule-executors with */1 * * * * Serverless: schedule-executors ``` and ```sh λ → serverless offline...

This fails: ```python @shareable @key(fields: "id") class X: pass ``` But this works: ```python @key(fields: "id") @shareable class X: pass ```

The library does not provide type hints, which results into all type information being lost when annotating types with decorators.

enhancement

## About the changes Implements semver based strategy constraints. Closes https://github.com/Unleash/unleash-client-rust/issues/64 Closes https://github.com/Unleash/unleash-client-rust/issues/35 There a re a bunch of other constraints still not implemented, that should be trivial to add...

### Describe the bug Fetching feature flags fails due to the following error: ``` Err(reqwest::Error { kind: Decode, source: Error("unknown variant `SEMVER_LT`, expected `IN` or `NOT_IN`", line: 1, column: 44320)...

bug