ChrisRibe
ChrisRibe
Hi, Here is how I did it… Note the position reset workaround see my posted issue https://github.com/pec1985/TiDraggable/issues/14 for more details. ``` var someStartX = 10; var someStartY = 10; view.addEventListener('end',...
Updates ? Same issue here.
Sadly no it does not. I have been working on other projects and have not updated this module recently. Chris
Sorry Android is not supported, some libs where added but the required api call where never added. I am not very active on this project right now so if anyone...
Seems there are some missing files... fatal error: 'TiUtils.h' file not found fatal error: 'TiModule.h' file not found Which is odd since those are titanium modules...
Ughhh ! Ok I did not check the titanium.xcconfig file SDK paths where not the same on my system... Compiling now. Thanks
> New models can be added by doing the following: > > 1. Create a new agent module in [backend/packages/gizmo-agent/gizmo_agent/agent_types](https://github.com/langchain-ai/opengpts/tree/4064917840f1f837198a111022bafb99a4de45ef/backend/packages/gizmo-agent/gizmo_agent/agent_types). (The existing `XML` one that is used for Claude is...
Wow thanks for the super detailed explanation ! This gives me a much deeper understanding on how things work under the hood. 🥇 I was looking at convinence tools like...
Hi @rahal, How did you end up doing it with the template ? How do you make the html headings, etc use a set style in the docx ? Thanks