makemefeelgr8
makemefeelgr8
> Can you check ` at CppSharp.Extensions.PrimitiveTypeExtensions.GetInfo(PrimitiveType primitive, ParserTargetInfo targetInfo, Boolean& signed)` and check with debugger which primitive type is throwing? My app uses the nuget package, so I can't...
> Updated the docs to make this a bit more clear. Thanks! I was about to suggest just that. > Did you follow the steps in the guide and got...
@lstein You're my hero! Can you hide it behind a checkbox, a setting or the env variable? Just to merge this feature and prevent @psychedelicious from worrying too much.
I tried installing it natively with 0 luck. The anaconda way fails, as there are about 10 libraries missing. As for the pip way `pip3 install -r requirements.txt` it fails...
Lemme demonstrate ya my use case. Let's say there's a CDK feature called `ApplicationListenerRule` I'm interested in. So, I open CDK v2 API docs: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-construct-library.html Where do I type `ApplicationListenerRule`...
It's been 2 years since this issue was opened... and it have not even been addressed. Kind of hard to believe something as trivial as adding a search field can...
> 3 years with no updates Sadly, guys from Amazon don't really care about developers. I believe they will do nothing in next 3 years as well. I switched to...
Well, the engine seems to be long dead. I've managed to make my custom actions work, though. In case someone finds this issue, the real custom action example should be...
This happens to my setup with a 5090 and 128Gb RAM as well. FLUX Dev just keeps reloading every model every time. Other models also get reloaded all the time....
I tried adding this to my config: ```yaml ram: 64.0 vram: 31.0 max_cache_ram_gb: 64.0 max_cache_vram_gb: 31.0 ``` And it solved the issue with models being constantly reloaded in RAM. Nice...