-
The aerial imagery used by DLR to map green roofs and PV panels on roofs are not the same aerial imagery that is visible in the GTIF demonstrator tool as orthophoto basemap.
There has been various c…
-
我们项目中使用 sol2 3.2.3 作为绑定库.
在不使用 sol2 注册任何类型时. 调试一切正常.
当使用sol2注册一个类型: 如下代码:
`m_lua.new_usertype("CLogger", "debug_print", &CLogger::DebugPrint);`
再进行调试时, 调试器就会崩溃. 提示以下错误:
```
CScript: sol: runtime…
-
The sol2 library ( https://github.com/ThePhD/sol2 ) seems like a very workable piece of code that provides a lot of features and bonuses over ToLua++. We should investigate whether we could replace ou…
-
We have: `def crossover_one_point_ind(self, sol1, sol2): # coarse only`
This makes sense because a "one-point crossover" means choosing one "split point" somewhere in a linear genome.
However, …
jmmcd updated
2 weeks ago
-
```
archkubi@ThisIsMyKingdomCome ~/D/raylib-lua-sol (master)> cmake -B build .
-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compil…
-
I don't think this works due to overloaded vectors see https://github.com/ThePhD/sol2/issues/1357 , break out if we have to:
```
lua.set_function("NodesGet", sol::overload(
[t…
-
On the latest major release (candidate) of Clang, sol2 flat out doesn't compile with a fatal error and spits out a bunch of warnings.
https://github.com/jpxs-intl/RosaServer/actions/runs/7929791195/j…
-
For JumpProcesses's `JumpProblem`s you can do
```julia
using JumpProcesses, StableRNGs
rng = StableRNG(12345)
jprob = JumpProblem(no_param_network, dprob, Direct(); rng = rng)
sol1 = solve(jprob…
-
Why do we `eval` and thereby `add_infl` `earlyglobs` variables which are written but not read?
In the example, `g2` is read, so the `eval` is fine, but afterwards in the trace it also evaluates `g1` …
-
Your project is amazing and has solved a significant problem for me. It's the best solution I've seen for running Lua on Arduino. I’ve read about sol2 in your project description, but I don’t quite un…