quiet-monkey-7986
03/31/2023, 12:19 PMcuddly-fireman-12522
04/05/2023, 7:32 AMlate-dentist-52023
04/18/2023, 7:16 PMfunction concat(character varying, "unknown", character varying) does not exist
this is in redshift
The issue appears to be this clause:
REGEXP_REPLACE(
MIN(
CONCAT(
cast(e.timestamp as varchar),
'____',
coalesce(cast(e.dimension as varchar), '__NULL_DIMENSION')
)
),
'.*____',
''
) as dimension,
I believe the '____'
also needs to be wrapped in a cast() function
Self-hosting: Build: f58a91e (2023-03-31)best-school-68987
04/18/2023, 11:36 PM<http://consumer-rules.pro|consumer-rules.pro>
bundled with the library, spotted by another user and raised as an issue here. This issue has forced us to downgrade the library.
It seems this repository doesn’t get much traffic - would you accept a contribution to fix this? Happy to fix up this rule, but equally happy to suggest a solution for a GB dev to adoptgreen-engine-21191
04/25/2023, 11:50 AMrelation "staging_react_web.experiment_viewed" does not exist
Full SQL query is added to the thread of this message.
I am currently not sending any events yet to segment. Is there any naming convention I should follow for the events name?salmon-midnight-44452
05/10/2023, 8:47 PMyarn build
. However, it errors with this:
error TS2307: Cannot find module '@growthbook/growthbook' or its corresponding type declarations.
11 } from "@growthbook/growthbook";
~~~~~~~~~~~~~~~~~~~~~~~~
This error appears several times with different files. How do I navigate around this? In node_modules I see @growthbook/growthbook
, so it should be installed properly.some-stone-46275
05/24/2023, 3:35 PM➜ growthbook git:(main) docker-compose up -d
[+] Running 0/1
⠦ growthbook Pulling 3.5s
no matching manifest for linux/arm64/v8 in the manifest list entries
some-stone-46275
05/24/2023, 4:03 PMlate-dentist-52023
05/24/2023, 7:25 PMframework-45b23bd899ce37ec.js:1 TypeError: Cannot read properties of undefined (reading 'name')
at [eid]-548e64021226b7c9.js:1:104923
at Array.map (<anonymous>)
at lt ([eid]-548e64021226b7c9.js:1:104846)
at Eo (framework-45b23bd899ce37ec.js:1:63195)
at xi (framework-45b23bd899ce37ec.js:1:120435)
at bs (framework-45b23bd899ce37ec.js:1:109371)
at gs (framework-45b23bd899ce37ec.js:1:109299)
at vs (framework-45b23bd899ce37ec.js:1:109162)
at as (framework-45b23bd899ce37ec.js:1:105942)
at ls (framework-45b23bd899ce37ec.js:1:104493)
du @ framework-45b23bd899ce37ec.js:1
a.componentDidCatch.t.callback @ framework-45b23bd899ce37ec.js:1
Ua @ framework-45b23bd899ce37ec.js:1
ki @ framework-45b23bd899ce37ec.js:1
bi @ framework-45b23bd899ce37ec.js:1
yi @ framework-45b23bd899ce37ec.js:1
(anonymous) @ framework-45b23bd899ce37ec.js:1
ws @ framework-45b23bd899ce37ec.js:1
ls @ framework-45b23bd899ce37ec.js:1
S @ framework-45b23bd899ce37ec.js:1
T @ framework-45b23bd899ce37ec.js:1
main-99bf36b98c03ec19.js:1 TypeError: Cannot read properties of undefined (reading 'name')
at [eid]-548e64021226b7c9.js:1:104923
at Array.map (<anonymous>)
at lt ([eid]-548e64021226b7c9.js:1:104846)
at Eo (framework-45b23bd899ce37ec.js:1:63195)
at xi (framework-45b23bd899ce37ec.js:1:120435)
at bs (framework-45b23bd899ce37ec.js:1:109371)
at gs (framework-45b23bd899ce37ec.js:1:109299)
at vs (framework-45b23bd899ce37ec.js:1:109162)
at as (framework-45b23bd899ce37ec.js:1:105942)
at ls (framework-45b23bd899ce37ec.js:1:104493)
J
strong-receptionist-58455
06/02/2023, 7:13 AMcurved-toothbrush-40510
06/06/2023, 7:42 AMfuture-eve-51499
06/23/2023, 9:05 PMgreen-baker-26913
06/26/2023, 1:25 PMchilly-ice-41777
07/04/2023, 9:31 AMhigh-librarian-14038
07/13/2023, 9:06 AMcuddly-crayon-62838
07/14/2023, 9:16 PMerror <https://registry.yarnpkg.com/@next/swc-freebsd-x64/-/swc-freebsd-x64-12.3.1.tgz>: Request failed "404 Not Found"
quiet-answer-57776
07/31/2023, 8:33 AMfamous-controller-43623
07/31/2023, 9:13 PMwooden-country-60054
08/02/2023, 10:36 AMpolite-art-41130
08/03/2023, 8:06 PMdazzling-rain-17247
08/21/2023, 12:49 PMfew-memory-16563
08/24/2023, 3:55 PMpolite-art-41130
09/14/2023, 9:56 PM/experiments
and am wondering the below. It does not seem to be in the documentation. Thanks!
• The max integer for limit
• Is there a query param to retrieve only a certain status or filter out a status?
• Is there a query param to retrieve from descending or ascending order? Like retrieve the latest 25 experiments?straight-whale-38038
09/15/2023, 10:34 PMbrief-honey-45610
09/21/2023, 3:45 AMbrief-honey-45610
09/21/2023, 3:58 AMbrief-honey-45610
09/21/2023, 3:58 AMhundreds-thailand-97888
10/02/2023, 9:45 AMgrowthbook-kotlin
to revert the changes causing the issue found in 1.1.38: https://github.com/growthbook/growthbook-kotlin/pull/74abundant-zebra-16833
10/17/2023, 6:39 PMgbstats
. Specifically, I wanted to implement clustered standard errors into the sample mean tests ([formula 11 from the Duflo Glennerster Kremer 2006 paper](https://www.nber.org/system/files/working_papers/t0333/t0333.pdf)). I saw some overall guidelines in CONTRIBUTING.md
, and I think I've zeroed in on the file where I should be making my edits - I think it's [in gbstats/shared/models.py
](https://github.com/growthbook/growthbook/blob/main/packages/stats/gbstats/shared/models.py#L37-L51)). But I wanted to check in with someone (@helpful-application-7107) before I just got to coding. My main confusion is on where the data gets processed so that we can identify that the unit of analysis != unit of randomization.clean-river-69825
10/24/2023, 8:01 AM