Arthur

Results 16 comments of Arthur

https://user-images.githubusercontent.com/20114845/175826592-e864aa16-cd5c-402e-be53-9b01a8ff769b.mp4 Something like this. This is created with alpine because i didnt knew how to do it otherwise.

What do u mean exactly? Can u show some code or results u may have?

You should use an database. You can MongoDB or a simple sqlite file (e.g. package keyv) then add the message id and find that id in the database, then fetch...

You must fetch the messages of that channel. Then create basic HTML file code (In a Javascript String or something) then add those messages in the body ```html HTML Transcript...

I am using this `discriminatedUnion` but I require that all objects have multiple shared keys but by only 1 shared key you can know the difference between the unions. example:...

New problem: The `status` value must be dynamically allowed to. This throws an error now because the value is of course not found in the union (other than `success` or...

I made my schema like this now: ```ts export const store_order_item_schema = z.object({ session_token: z.string().length(128), product_type: z.string(), product_name: z.string().max(200), value: z.string().max(200), period: z.number().positive().default(1), quantity: z.number().positive().default(1), }).and(z.discriminatedUnion("product_type", [ z.object({ product_type: z.literal('domain_extension'),...

Do you have a complete tutorial how it works and just one code file? Because i really find it hard to understand it

That’s a different chip then right? Because im not allowed to use any other chip