clean-river-69825
10/24/2023, 8:01 AMfew-gpu-9366
11/30/2023, 2:02 PMnice-gpu-34859
12/26/2023, 10:47 PMeval_feature
in the Python SDK like other SDKs do: https://github.com/growthbook/growthbook-python/pull/14agreeable-elephant-38605
01/23/2024, 9:30 PMagreeable-elephant-38605
03/06/2024, 5:32 PMexternalId
of a query/job (in the case a query is considered "stale" e.g. if the app is restarted or the async event is lost/dies somehow).
My original approach was to refactor expireOldQueries.ts
to call some new getQueryResults(externalId: string)
function I added and re-instantiate the relevant QueryRunner
and call a new resumeAnalysis
. The only issue I've run into so far is that re-instantiating a QueryRunner
requires a ReqContext
, but there isn't an original request in this agenda job to get a ReqContext
for. Is it ok for me to manually craft a context in this case? What user would be associated with it?agreeable-elephant-38605
03/06/2024, 5:32 PMgetContextForAgendaJobByOrgId
quick-author-9813
03/28/2024, 9:36 PMsteep-van-21141
04/10/2024, 4:16 AMthankful-policeman-39899
05/13/2024, 2:31 PMAssume Role
as an auth option for AWS Athena and would love a review!
PR: https://github.com/growthbook/growthbook/pull/2471
Thanks,
Tommany-queen-54958
05/20/2024, 3:00 AMmany-queen-54958
05/24/2024, 3:07 PMagreeable-elephant-38605
08/02/2024, 7:08 PMyarn dev
) - do your or your team run into issues with it getting stuck loading? I thought it might be webpack-hmr
since that stays in pending
forever, but after reading a bit more about it I think it's supposed to do that?
I haven't been able to figure out what causes this, it seems to happen pretty randomly, I thought it was related to some cookie/cache on the browser because sometimes I can clear that and it works, but its happening in incognito as wellcreamy-iron-757
08/22/2024, 2:52 PMsilly-helmet-40595
12/04/2024, 2:49 PMworried-knife-73272
12/25/2024, 7:16 AMworried-knife-73272
01/16/2025, 10:24 AMworried-knife-73272
01/20/2025, 4:08 AMworried-knife-73272
01/27/2025, 11:12 AMworried-knife-73272
01/29/2025, 4:33 PMworried-knife-73272
02/01/2025, 10:36 AMworried-knife-73272
02/08/2025, 9:48 AMworried-knife-73272
04/09/2025, 6:09 PMworried-knife-73272
04/09/2025, 6:09 PMworried-knife-73272
04/09/2025, 6:10 PMswift-queen-7691
05/21/2025, 5:13 PMyarn setup
.
I am using CONTRIBUTING.md as guide.
Can someone from the team, help me to solve this?
PS: I have contributed to OSS before (see my recent PRs: PRs list)swift-queen-7691
05/27/2025, 5:06 PM.table-field-sticky {
position: sticky;
left: 0;
z-index: 1;
background-color: var(--surface-background-color);
}
// .table-hover .table-field-sticky{
// position: sticky;
// left: 0;
// z-index: 1;
// background-color: rgba(colors.$gray4, 0.05);
// }
.dark .table-field-sticky {
background-color: var(--color-panel-solid);
Do checkout video for more context.
If anyone has a pointer or suggestion, I'd really appreciate the help 🙏swift-queen-7691
06/05/2025, 4:59 PMwooden-gigabyte-58268
07/16/2025, 9:52 AM