yes. i did create skill that was able to create .xml scripts working in BAS. i will not share it, sinse it is not finished and it needs more testing and fixing and I don't have time for it. With few hours/days you can do it with claude code you can start with skill.md from this post and work on adding all knowlege about BAS conventions and different actions and their interface incoding to be showable in bas and create claude code skill for it.
https://community.bablosoft.com/topic/32063/skill-для-написания-проектов-через-claude-code?_=1783629618785
is BAS a 64 bit or 32 bit
-
Hello, i have a question about if BAS is 64 bit or 32 bit, because I start the exe's from Chrome and it keep giving me an error, when my RAM reaches 3.7GB and my RAM is 8GB, and when it reaches 3.7 it stops loading other exe's, my windows is 64 bit, chrome is also 64 bit
-
@Kiryakov said in is BAS a 64 bit or 32 bit:
Hello, i have a question about if BAS is 64 bit or 32 bit, because I start the exe's from Chrome and it keep giving me an error, when my RAM reaches 3.7GB and my RAM is 8GB, and when it reaches 3.7 it stops loading other exe's, my windows is 64 bit, chrome is also 64 bit
The BAS browser is 32 bit. Allocating memory in the application process is a very complex topic, the maximum amount depends on the target architecture of the application and on some flags (https://docs.microsoft.com/en-us/cpp/build/reference/largeaddressaware-handle-large-addresses?view=vs-2017)
-
@Kiryakov said in is BAS a 64 bit or 32 bit:
Can you give me more information on how this can be best resolved if there is a way?
Only the developer can solve this problem. You can avoid this problem if you don't allow one browser to take up more than 3-4gb of RAM (Removing unnecessary or used elements on the page).