Maidi
Maidi
When trying to import the ifc file I get the following excpetion: ifcengine assembly: type: member:(null) at (wrapper managed-to-native) IfcEngine.x86_64.sdaiOpenModelBN(int,string,string)  I did no changes to any script, just opened...
### Describe the bug 📝 After opening this [issue](https://github.com/ThatOpen/engine_components/issues/423), I realized that the rendering is much better now using the newest versions, but still some faces of the geometry are...
### Description Since the latest update the `currentPlan` property of the Plans component was not updated anymore and always `null`. ### Additional context I access `currentPlan`, e.g. to know the...
It looks like recently something in the `SearchServer` changed, so lots of search texts return fuzzy results: Example for "**uwriweurh**": https://api3.geo.admin.ch/rest/services/api/SearchServer?searchText=uwriweurh&sr=2056&limit=5&type=locations&origins=address Maybe this is since Release 20241218 -December 18th 2024...
I use the vertex model to create the agent: ``` import { vertex } from '@ai-sdk/google-vertex'; export { createAgent } from '@statelyai/agent'; createAgent({ model: vertex('gemini-1.5-pro'), ... }); ``` but it...
Add possibility to edit the styling defaults of the cluster element (the number defining the count of merged markers)  ### Description Currently it is not possible to adjust the...
What is the correct way to use a transparent background for the drawing? This code gives a white background as well as passing `"none"` , `null`, `0` or `undefined` ```...