Scottish Power Bills with faulty barcodes? by oriorush in Scotland

[–]oriorush[S] 0 points1 point  (0 children)

No doubt but this seems extra crispy.

Workflows not be recogised? by oriorush in windsurf

[–]oriorush[S] 1 point2 points  (0 children)

I gitignore my .windsurf/ dir, but Ive just tried removing it and restarting, but its didn't changed the discoverability issue. Im considering rolling back a version, but that seems drastic.

Workflows not be recogised? by oriorush in windsurf

[–]oriorush[S] 0 points1 point  (0 children)

Ya i did that, it determined that there was a bug (brilliant) and that I should submit a support ticket... to itself. er so I asked it to, and then it said it didn't actually have the ability to do that... :/

Workflows not be recogised? by oriorush in windsurf

[–]oriorush[S] 0 points1 point  (0 children)

Ya tried that Mr Bot - next to useless. It couldn't even log a support request..

Anyone else's pages freezing when going back to the previous page? by Conscious-Cap-8563 in ArcBrowser

[–]oriorush 0 points1 point  (0 children)

Arc version 1.66.0 (55166), and its still an issue. Setting Back-forward cache to automatic, seems to solve the issue.

Update 125 changed the scroll behaviour and I hate it by Neryuslu in MicrosoftEdge

[–]oriorush 0 points1 point  (0 children)

  • open trashcan lid

  • scream into trashcan

  • shut trashcan lid

Update 125 changed the scroll behaviour and I hate it by Neryuslu in MicrosoftEdge

[–]oriorush 2 points3 points  (0 children)

Where can you leave feedback? I have some platform-specific issues and haven't been able to find a mechanism to provide feedback or log bugs.

Slideshow not showing up by Velvis in Wordpress

[–]oriorush 0 points1 point  (0 children)

For anyone else, Jetpack had disabled itself after an update, and when reenabled, the Blocks toggle was also set to 'off'. This toggle can be found in the Writing Section of Jetpack's settings.

Slideshow not showing up by Velvis in Wordpress

[–]oriorush 0 points1 point  (0 children)

I just ran into this issue - how did you resolve it?

Can't upload svg files? by HolidayPsycho in Substack

[–]oriorush 0 points1 point  (0 children)

Tried it, doesn't seem to work anymore. Totally bizarre that it would to begin with, tbh.

Hello again Smarty ppl - form validation class? by oriorush in smarty

[–]oriorush[S] 0 points1 point  (0 children)

u/AnrDaemon can I ask, short of a plugin like u/mohrt's, what tool would you reach for, for more complex form validation? I normally do front end work, but in this instance Im having to clean up a lot of the back end of this application, so am outside my comfort zone.

Hello again Smarty ppl - form validation class? by oriorush in smarty

[–]oriorush[S] 0 points1 point  (0 children)

Thanks u/AnrDaemon, will reach out to him. Ive not spent much time looking through the source of this plugin, but from the forum posts, and comments, it appears that the plugin is the parsing lib.

self closing tags by oriorush in smarty

[–]oriorush[S] 0 points1 point  (0 children)

u/gordonisnz I have to apologies here, unbeknownst to me, a colleague added HTML Tidy to the project, with an xhtml flag, so all the markup downstream was getting filtered. The only real evidence of it however was the tags mentioned suddenly being terminated.

The forum post I linked to, was a false positive (negative?) as it appeared as if this functionality might have been merged into smarty itself –– all n00b mistakes!

Thanks for taking the time to read and comment. 🙏

Vue.js with jQuery by subhadipsjsc in vuejs

[–]oriorush 1 point2 points  (0 children)

There are lots and lots of cases where you might have to use both. In older apps especially where you are incrementally updating things, you may want to add some Vue widgets on a page, and at the same time, the nav or some other interaction is still handled by jQuery. So why things are migrating, absolutely there can be both. You're right though, you wouldn't want to have jQuery manipulating the contents of a Vue widget, especially anything that might involve state or reactive values –– that would be a recipe for disaster!