greenseeker
greenseeker
Not having support for this or ZFS is very limiting.
It looks like you may be using a Windows-style server argument whereas Linux just uses hostname. Try `-S localhost` if you're running it from the database server.
> Virustotal doesn't make it clear what file is triggering the warning, although I would expect one of the EXEs, as the compiled UI assets would be the same in...
As you had suggested, I tried using the low level callout... ```py def render_notice(message, type) -> rx.Component: icon = rx.match( type, (0,rx.icon("info")), (1,rx.icon("triangle_alert")), (2,rx.icon("octagon_x")), rx.icon("circle_check_big") ) color = rx.match( type,...
@ElijahAhianyo no change, unfortunately. Is there any logging that might help?
After posting I went looking for a workaround with different components, but it seems to impact anything that would appear on hover, not just rx.tooltip.
If there's any workaround for this, please let me know, even if it's hacky. My app is just a mockup, so I'm not worried about it being done "right". Even...
@masenf what's that workaround doing?
@picklelo reproduced in Brave 1.65.126 and Firefox 125
Since updating to 0.5.1, I'm no longer having this issue.