Mike Kasprzak

Results 112 comments of Mike Kasprzak

okay, I'll take a look On Tue, Apr 5, 2022, 12:29 Martin Zackrisson ***@***.***> wrote: > I get notifications in the dropdown but clicking on the feed gives me a...

It's times like this I wish we had the debug build available (i.e. with symbols). I appreciate a good obfuscate, but `n` doesn't tell us much. I haven't had much...

Yeah, I'd guess timing as well (meaning a missing check before use). I did recently fix the "note" vs "node" naming annoyance (note is now comment). I was pretty sure...

Of course it would need to be optional (no 2 exporters are alike), but the point is we could do more for the inflexible ones. I seem to remember in...

Agreed. That entire page layout is disgusting to me, but I wanted to _at least_ make sure the information people needed was there.

What data are you after anyway? I'm not quite sure why your query is for the platform tag.

Some feeds do change frequently. The Jam and Compo may be over, but Extra is still ongoing for the next ~2 weeks, so game feeds will continue to be in...

> By the way, the dbQuery_Make function seems to play with fire: Hence the comment at the top that tells you to sanitize the inputs. 😋

Ah right yes, `tag/platform` is a type of node. Anyway I took a look at the code and I think I see what the problem is. ```php if ( $published...

On Vagrant boxes: If I recall, creating a Vagrant box isn't actually that difficult, but there are some gotchas. An Ubuntu installation becomes quite fat once you do something with...