Ruslan Tiutin

Results 11 issues of Ruslan Tiutin

Hi all! I want to create relations between documents. Is there any way how to do this?

often asked
question
labeling

This only works with common mouse events

enhancement

when i run setup.sh script, i get error. I run it on Ubuntu 18.04 bionic ```Starting redash_postgres_1 ... done Starting redash_redis_1 ... done Traceback (most recent call last): File "/app/manage.py",...

I have multiple reducers and want to be able to manage the state of all reducers. Tell me, is it possible to store the order of changes of several Reducers...

If I turn the box, can I land the arrow correctly relative to the angle

enhancement

Sometimes I want my markup to be outside the document. Is there any function for markup outside of documents? https://user-images.githubusercontent.com/14940768/211570562-71de3679-4361-4eff-b988-04430012b3b1.mp4

enhancement

To reproduce the problem, I created a dataset from the abc table ``` create table public.abc ( source_id varchar(255) not null, json jsonb, constraint pk_source_id primary key(source_id) ); insert into...

i have error: Sourcemap for "apps/cjmd-svelte/src/assets/logo.svg.rollup-plugin.svelte" points to missing source files but render icon correct

Hello, I need help! How can I change the default password `adminadmin`? I would appreciate any help thanks!

I want to be able to import schematics into my project ```ts import { Components } from 'shared/types/openapi'; type EventType = Components.Schemas.EventDetailModel; ```