Lucas Rasmussen

Results 6 comments of Lucas Rasmussen

Yes, this would be insane. For what it's worth, the gamecube emulator that works for _Mac_ is called [Dolphin](https://dolphin-emu.org), but its code is probably pretty far away from something that...

> ### In Upper 2.0 > ``` > php craft upper/scheduled > ``` > > Added [29e4ec5](https://github.com/ostark/upper/commit/29e4ec55125331b31573286bd6be46714f52813a) I just found this, and it seems to solve a problem I've been...

Hey, I appreciate it! I worked around this issue on my end by serving HEAD requests like GET within CF. (which is technically ok but really not ideal). but yeah,...

Regarding removing lodash... You could always just include a subset of this dependency such as https://www.npmjs.com/package/lodash.templatesettings. I'm personally a fan of including something like lodash, because while you can always...

You're absolutely right, an empty array would definitely be a better option. I updated the PR.

> I had a similar problem. Deleting any Super Table field from within a Matrix field would throw a database exception, with the 'Unknown column' error showing a column that...