Aliaksei Kislou

Results 18 issues of Aliaksei Kislou

### Issue Description When using a subscription for subsequent query updates with `subscribeToMore`, the query's `data` is not being updated if `fetchPolicy: "no-cache"`. If `fetchPolicy` is set to `network-only`` it...

core

When running `init()` in the console, I'm getting the following error: ``` TypeError: Failed to fetch dynamically imported module: https://unpkg.com/date-fns/esm/index.js Something went wrong! Please try again ``` Tested on the...

Is there any possibility to accomplish what is described in title at the moment? By default (on Linux) it tries to save new file in `/opt/sublime_text/`, which is surely non-writable...

TYPE: feature
AREA: cmdline mode

It would be great if we could specify explicit class properties for different classes. Example: ```ts import type { WeaviateClass } from 'weaviate-ts-client'; interface CustomerMacroProperties { title: string; text: string;...

Where to find the changelog for `@swc/cli` `v0.3.5` and older? I've just upgraded the package from `v0.1.x` to `0.3.9` and it stopped compiling the project, and I would like to...

## Summary This fixes the model name to properly match the tutorial. ## Motivation Fixing an error. --- ## For new content When contributing new content, read through our [contribution...

Stale

## Issue Description ### What are you doing? Iterating over Postgres DB data via `findAll` method with `limit` and `offset` params. Here is the minimal reproducible code: ```ts import {...

dialect: postgres
type: performance

Hello, I didn't find the information on how to use custom HTTP methods with Hookdeck CLI (e.g, `GET`). Is it possible?

enhancement