Jiri Spac

Results 238 comments of Jiri Spac

is the order just random for the issues? It would be nice to compile a list of like 10 or 20 most important issues to resolve sorted by importance. Currently...

> I don't think we will ever have tasks sorted by importance in the roadmap here why not? Can you elaborate?

https://github.com/gajus/slonik/issues/547 slonik does seem to support changing the schema in version 37.5.0. On that version we would have all necessary tools to allow this, but we're on older version so...

I was able to work around with this: ```ts import { defineConfig } from '@trigger.dev/sdk' export default defineConfig({ runtime: 'bun', dirs: ['.'], build: { extensions: [ { name: 'markdown-loader', onBuildStart:...

also when you do this on tanstack start, CF logs give you 0 info about what is actually causing the problem https://discord.com/channels/719702312431386674/1437536318195372193/1437536318195372193

That would be. Problem is you can't have it in transaction so you'd have to always explicitly specify this like so: ```ts import Knex from 'knex' const tableName = 'scheduled_campaign_actions'...

@raijinsetsu migrations don't deal with user input at all. There's no possibility of SQL injection there. Right, knex schema builder could skip the `transacting()` call. That could theoretically work.

I have made some changes based on your feedback @kamilkisiela. I have clicked "resolve" for comments which were adressed. Please ping me on anything that still seems unresolved from your...

what do you think @n1ru4l? I have only seen one comment from you. Do you reckon I could start implementing this feature based on this proposal?

Sorry, will do next time. I was not idly waiting, I have a branch WIP where I have a few things already implemented. So I will close this PR as...