teadrinker
teadrinker
The way I perceive recent, is "locally recent" - which branches I have actually recently used/switched to, on this machine). I think this functionality is fine, and I don't need...
Lua uses a combined structure for dictionaries/objects and lists/arrays, and the lists are **NOT** zero indexed. One of my failed projects was a transcompiler which primarily targeted js and lua...
> They are added as glyphs to the ImGui font-atlas, which would make the whole thing is a pain in the butt... Where is the atlas? or is it created...
If the user case/need is to be able edit a built-in operator (without messing up everything else) I think a faster workflow would be: Rightclick->"Symbol definition->Replace with local duplicate". So...
Sorry for the confusion and hijacking of this thread. I felt it was _slightly_ related cos I misunderstood this issue to be about initiation of the SymbolChild... I was curious...
the new dev version also don't work, however it giver this message: Failed to init sound: Could not find float or 16bit signed output config
Unfortunately, I still get this with the new version v0.3.0 Could it be related to the exe selecting some output device that is not in use? (I have a few)...
Sure! It seems the problem might be it's listed as 8 channels... No suitable audio output config found on device "Speakers (Realtek(R) Audio)", available configs: 8ch i32 8ch f32 Failed...
(I accidentally discovered that sound works when using a Bluetooth headset. However, bluetooth adds too much latency so I rarely use it...)
Thanks, it works! :) However, it only works if I run the audio device at 44100. (in Sound Settings/Device Properties/Additional Device Properties/Advanced) 48000,192000 etc gives crackled sound.