tom

Results 10 comments of tom

Hey there, Please try the following code so we can know what's going wrong during initialization :) ``` WinToast::WinToastError error; const bool succedded = WinToast::instance()->initialize(&error); if (!succedded) { std::wcout

I'm getting the same, settings used to work before.

> Question for the chatwoot team - If needed, how might we be able to edit the CSS ourselves? Mainly, what is the process of re-compiling assets when changed (just...

@pranavrajs what would the reason for that be? I can't see any downsides of allowing the z-index to be configurable, and it doesn't seem like a major change.

@iamsivin sure thing, you can see the page doesn't overflow (as intended) once I set overflow: hidden. I believe it's only an issue on Firefox. https://github.com/chatwoot/chatwoot/assets/62763456/fe1581b7-030b-40fe-af77-a5cb8ff25203

Hey @iamsivin, just checking in - any update on this?

Full error text if of use: ``` Illegal type (Nullable(String)) of 2 argument of function and: While processing ((team_id AS team_id) = 1) AND (event = 'joined server') AND (toTimeZone(timestamp...

@mariusandra Thank you for the suggestion. I've just tried this, but the error persists - this time with `Illegal type (String) of 2 argument of function and: While processing ((team_id...

Just found this related issue (#17270), seems to have been a problem for a while