Athanassios I. Hatzis

Results 5 issues of Athanassios I. Hatzis

Hi, recently I have been experimenting with EdgeDB migrations and I deleted a migration file (revision). I got this error: ```bash edgedb migrate edgedb error: There is no database revision...

Hi, I am getting this error twice in Chrome Browser developer tools Here is some code to reproduce it ```typescript import Chart from 'svelte-frappe-charts'; interface YRange { start: number; end:...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

Hi, in the relation `Core` with heading ```bash :create Core {id: Uuid default rand_uuid_v4() => name: String, label: String, alias: String?, notes: String? default '', usage: String? default '', description:...

Hi, I have tried to work with `pycozo.builder` to construct CozoScript (0.7.2) queries programmatically. ``` from pycozo.builder import (Var, Const, InputParam, InputObject, InputList, InputRelation, InputProgram, OpApply, Sorter, RuleHead, RuleApply, ProximityApply,...