VPelt
VPelt
problem is this function returns undefined (as wel as the right filename) ``` function getPlistFilenames(xcode) { return unique( flattenDeep( xcode.document.projects.map(project => { return project.targets.filter(Boolean).map(target => { return target.buildConfigurationsList.buildConfigurations.map( config =>...
"debugExceptionWidget.background": "#9999ff" or lighter makes it readable (althrough the color still classes, i leave that to the expert)
duplicate https://github.com/n4kz/react-native-material-textfield/issues/254
https://github.com/VPelt/Auto-GPT/tree/allow-plugins-to-be-folders I created a branch that will allow plugins to load from folders.I'll make a formal pullrequest out of it after the weekend Also this wil just give warnings on...
https://github.com/Significant-Gravitas/Auto-GPT/pull/4546 If anyone wants to provide feedback please let me know what i can do to get this merged
My bug report was explicitly for the exclude functionality. Include does seem te work/have a workaround available
I have the same issue and get the following erros in my logs ``` Logger: tibber.home Source: /usr/local/lib/python3.12/site-packages/tibber/home.py:475 First occurred: 9:18:31 AM (3 occurrences) Last logged: 10:55:28 AM Error in...
Reloading does seem te help here. It seems to 'crash' during startup
@jseidl Assuming people don't produce their own gas total_increasing should be fine total would be more for electricity where it can become negative if you have solar panels. https://developers.home-assistant.io/blog/2021/09/20/state_class_total/
Just chose one for each device class might be the easy way around For an aggregate you might be able to look at the type of the underlying entities. For...