Tomas Ptacek
Tomas Ptacek
There is actually multiple bugs in autocomplete depending on which booleans you toggle.. It's actually mind boggling how broken autocomplete is in this library. For example with the following setup...
Lemme know if you need any more info or a better repro.
Still crashing for me, haven't had a chance to run Hyprland in debug mode to provide more info, so that's on me.
edit: ignore me, all i had to do was [rtfm](https://wiki.hyprland.org/Nvidia/#suspendwakeup-issues) ~~I believe I am running into the same issue. after I suspend/sleep (s2idle or deep), then wake up and log-in...
The issue still exists on v19.0.2, should not be closed imho.
I have the same sass import issues trying CSR builds with scss like @bah99
@bah99 try adding pluginSass to plugins array in `rsbuild.config.ts`: ```ts import { createConfig } from '@ng-rsbuild/plugin-angular'; import { pluginSass } from '@rsbuild/plugin-sass'; export default createConfig( { browser: './src/main.ts', inlineStylesExtension: 'scss',...
> @faileon Thanks for your solution, but I'm still facing the same issue. Here’s my configuration for reference: > > ```ts > import { createConfig } from '@ng-rsbuild/plugin-angular'; > import...
> @bah99 if you could provide any form of reproduction, it would certainly be helpful for me to reproduce and debug. > > Otherwise, it may be a short while...
Can confirm upgrading chromadb to 0.6.3 resolves this issue. Would be nice to update the documentation so it does not suggest installing `pip install chromadb==0.5.3`