Glen Fraser
Glen Fraser
I was wondering if Sol would be expected to work with [Luau](https://luau-lang.org/) as well as it does with "pure" Lua. I expect to try it out in a test application...
Thanks again for this project! Last night I used Twigl to to perform visuals, live coding from-scratch to accompany music in eight different mini-sessions (nine minutes each)... I usually use...
This is a question not addressed in the cheatsheet, as far as I can tell... I [asked a question](http://chaiscript.discoursehosting.net/t/how-to-test-if-a-member-std-function-is-empty-and-how-to-reset-it-to-nullptr/283) two weeks ago on the forum, but haven't seen any responses...
* Compiler Used: VS2019 (vs142 toolset) * Operating System: Windows 10 * Architecture (ARM/x86/32bit/64bit/etc): x64 ### Expected Behavior No compiler warnings, ideally... ### Actual Behavior We get a warning for...
Issue this pull request references: #563 Changes proposed in this pull request: - reimplement PR #482, which was wiped out by #558.
* Compiler Used: Visual Studio 2015 * Operating System: Windows 10 * Architecture (ARM/x86/32bit/64bit/etc): Intel i7 I expected that maybe `npos` might be exposed by ChaiScript, since it exposes `string::find()`....
* Compiler Used: Visual Studio 2017 * Operating System: Windows 10 * Architecture (ARM/x86/32bit/64bit/etc): x64 Thanks for the new namespace support, it's a good first step! In issue #113 it...
Issue this pull request references: #321 Changes proposed in this pull request - add `operator bool()` cast to test if an Assignable_Proxy_Function has a callable. - add `clear()` to reset/empty...
* Compiler Used: Xcode 8.2.1 (clang-800.0.42.1) * Operating System: OS X 10.11.6 * Architecture (ARM/x86/32bit/64bit/etc): Mac x64 ### Expected Behavior ### Actual Behavior ### Minimal Example to Reproduce Behavior I'd...
As mentioned in #133 , JPverb still crashes the Server with 3.8.0, when using the Visual Studio-compiled 64-bit version on Windows. There is no workaround that I know of. @LFSaw...