Paul Maddern

Results 10 comments of Paul Maddern

I use this type of thing all the time, try just enclosing with brackets; `$981C JR NC,$9820 ; inkColor = ( borderColor is >= #COLORNAME(#PEEK($981B))) ? WHITE : BLACK` See;...

When I do this, I just link to the Spectrum ROM disassembly rather than duplicate anything in my own disassembly; ``` $61E6,$04 #HTML(Write #N$00 to BORDCR.) ``` https://github.com/pobtastic/ultimate/blob/main/sources/cookie/cookie.ctl#L312

Does this sound like the same issue? ``` $ ./bin/drupal-check -d docroot/core/modules/hal 36/36 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ --------------------------------------------------------------------------------------------------------------------------------- Line src/HalServiceProvider.php ------ --------------------------------------------------------------------------------------------------------------------------------- Class Drupal\hal\HalServiceProvider was not found while trying to analyse...

Hmmmmm is it worth my opening a new issue, or just track/ assist with the core issue? We found that although the patch seemed to address the issue ... it...

It's probably just something like this: https://github.com/skoolkid/skoolkit/pull/134

Mr Eaton!!! Well hey!!! I hope you are well 😄 Yeah, all of these write-ups are half-finished and that they're vertically flipped is something I should really point out... https://github.com/pobtastic/ultimate/blob/main/sources/jetpac/jetpac.ref#L80...

Yeah, we're okay thank you! Just working far, far too much! I do plan to look into all of this at some point - I really truly adore working these...

This is built into Hugo, its nothing to do with this theme really - follow the instructions in the official guide: https://gohugo.io/content-management/comments/ I suspect you'll be fine adding the template...

https://gohugo.io/templates/embedded/#google-analytics It's just somewhere else; it hasn't been removed. The whole of the templating system has been "updated". > We have removed the concept of _internal Hugo templates.1 | Replace...

@sulaimanmrz11 This PR isn't correct, as my last comment - Google Analytics _hasn't_ been removed at all - the path is just different. It just needs the `_internal/` part removing.