Max Heilmann

Results 39 comments of Max Heilmann

I think a feature where you could store the last inserted id would be amazing! Like this: ```php $insertion = $h->table("libraries")->insert(["name" => "test"]); echo "Last inserted ID: " . $insertion->lastInsertedId;...

Okay, so, as 0.0.0.0/0 didnt work, I tried it with 0.0.0.0/1 and I got a heap limit Allocation failed (JavaScript heap out of memory) exception. Seems like it is taking...

I get the same memory overflow when using 128.0.0.0/1 (128 x Class A Network)

I know that it will take a while. I was planning to let it run on my Pi. So I would need to scan in chunks?

It's probably having to do with the `:`. I do not know if there is a way to escape an event name in Vue. Maybe you could ask on their...

Seems to be incompatible with vetur. Is there any fix in sight?

Seems like something in the API is broken. Maybe it would make sense to use https://github.com/fent/node-ytdl-core

Nice 👍 this app really seems useful. Is there an integrated updater?

> Do you have `shell.open` enabled in your allowlist? I am not the rust developer for this project, but in tauri.conf.json the allowlist is set to: ```json { "all": true...