DT

Results 12 comments of DT

You should just make these fail in development as well. Why you think it's good idea to have these modules working only in development and then fail in prod build?

I think there should be 3 colors: Red - incorrect things Yellow - missing things Green - OK But this can be easily expressed with text interface: ``` Expected: StrictHash[{...

I suggest adding some notice about this as I was puzzled why I am getting 403 when trying to reach /graphiql

I think it would be good to detect if port is already taken and fail based on that, that would be clear. BTW can many apps be bound to single...

I suggest solving biggest pain-point which is how to store this stuff in git repo so it doesn't blow up in size (to store only last snapshot). Git LFS kinda...

> We're using Git LFS, what's your issue with it? It works for me but for example wanted to use it in one company that had poor infra and it...

This is unexpected behaviour IMO - I tried to update lodash recently with `yarn upgrade [email protected]` and it still haven't updated for any transient dependency. I was still left with...

I used such workaround for it: ``` CREATE VIEW `VIEW_timestamps_daily` AS SELECT TIMESTAMP(day) FROM UNNEST(GENERATE_DATE_ARRAY('2024-01-01', CURRENT_DATE())) AS day; ``` And then: ``` WITH DateRange AS ( SELECT MIN(timestamp) as start_date,...

@Ruto8 We can simply tolerate too long line if it contains one word. I can simple checker for circleCi but it's required to extract from git only lines modified since...