Alex Parrill

Results 77 comments of Alex Parrill

According to the docs: > On Windows systems, this binds to symbols exported from the .exe, the lua51.dll (i.e. the Lua/C API provided by LuaJIT itself), the C runtime library...

I'll add to this: Ori Filesystem hasn't had a commit since 2019: https://bitbucket.org/orifs/ori/wiki/history/Home

Bolo's homepage is a default nginx page. I found https://github.com/huntprod/bolo which looks like the source code, but hasn't had a commit since 2018.

> Have you participated in #17 discussion? > > I believe your solution is the same as using `.to_vec()`, except some cases where `Rc` does not have any weak refs...

> You want to iterate on a list of items like you would in JS, you can do it easily because you don't have the additional cognitive load of the...

Still does not work. On Arch Linux with Plasma 6.3.5.

`LockedSqliteHandle::last_error` could work as well. Only reason I can think of for `SqliteError::new` instead would be if you had a `sqlite3_handle` but not the `LockedSqliteHandle` that it came from, and...