Jeremy Simkins

Results 51 comments of Jeremy Simkins

I haven't had a chance to get this setup for development. I'll have to spend more time when I am able to.

Hmm, i'll look into this. Did you get any errors in your error log? I can see I need to check for any errors on that part of the code...

It's a PHP Notice and not really an issue. The Session data is not available and it was a minor oversight on my behalf. The new version of this will...

Yeah, that plugin seems to have been dropped. The purpose of the plugins are only to setup your Custom post Types and/or Taxonomies. You don't need a plugin for this...

Unfortunately, due to heavy workloads, I have not been able to add that functionality yet. I have already started to re-code the entire project but it's not at a point...

This is not entirely due to using `:` but instead seems due to combinations of using double quotes and `:`. I was able to get the example code above to...

My work-a-round for this was to replace all `:` with a template variable `TEMPLATE_VAR_COLON` and then do a find/replace on the file after it is created. That seemed to solve...

I completely removed package, rebooted, reinstalled, now it works... Should have tried that first.

Well, it worked on fresh install but after reboot, it no longer shows my streamdeck ``` 2024-08-02 12:07:58.855 | INFO | __main__:load:96 - Loading app 2024-08-02 12:07:58.880 | INFO |...

That was the case. To help anyone else, on Ubuntu 24.04: Check what is setup for autostart: ``` gnome-session-properties ``` If you have duplicates, remove one (I removed both) then...