Adrien Bertrand

Results 275 comments of Adrien Bertrand

This may be related to the things I describe in the first comment of #328

I hate to pull the "use the fork" card, but you might have more luck on https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis until it's fixed here.

> How did you find out / hear about sol2? Googling around for a C++ Lua binding lib > What're you using it for? Adding Lua bindings for a [TI...

@mrgreywater I've had the [same "issue"](https://github.com/ThePhD/sol2/issues/75#issuecomment-287112177) about the `.new()`, you can customize that with `sol::call_constructor`, see the messages below in the comments I've linked.

I've found another vulnerability close to this one, however due to being not known AFAIK, I've contacted Frug directly, hoping for a quick patch :) Implementing CSRF tokens is a...

> well? @randomguy70 : in the process of being implemented/reviewed in https://github.com/CE-Programming/toolchain/pull/365

Reminder that you only have 4 KB of stack and around 60 KB of heap. You are nowhere near able to get something like that running on this platform :P

Well, that's better than I expected, but we'll see. Regardless, there's another limitation that can be troublesome. One program can only be 65k or less, otherwise there are some tricks...

Done with #354 being merged

Turns out those have their own deps, so I have to dig a bit more...