Arsen Kostenko

Results 12 comments of Arsen Kostenko

Just a few points on the matter. I validate documents of size in 100s of MB and validation time takes < 5 sec on average. Although this thread is mostly...

Another approach could be configuration of a `@Timed` annotation, so that `extraTags` were dynamically evaluated. Similar to ``` @Timed( extraTags = {"bucket_id", "#{bucketId}", "status": "#{result?.status}"} ) public Response process(BucketId bucketId,...

![IMG_2174](https://github.com/tarasglek/chatcraft.org/assets/630193/a885a775-524f-4e1f-a353-2e3881f401d4) side menu of the message is quite unusable on mobile when most of the time as well

adding my 2 cents to get on watchers list to this feature.

Had a similar experience to @tarasglek , yet while debugging the code found a way around the tool to "kinda" make it work. Creating a new blank chat to enter...

absolutely, have tons of fun learning Dexie, Typescript, React with ChatCraft along the way

@humphd one of the “uggghhhhh” sides of choosing text as id for prompt is that in order to add this line #333 to every non-default prompt one would: * open...

@humphd do you have any input on swapping `CUIAutoComplete` for `Textarea` ? Any gotchas you might think of?

starred in our case simply points to entry being in `starred` table. Unstarring it will remove the entry from that table. I can think of two ways to address it....

Sounds reasonable. Let's iron out few minor details tho. For example what happens if we decide to change default (say add new rule to follow)? Do we want to push...