James #FFFFFF

Results 121 comments of James #FFFFFF
trafficstars

As a workaround if I implement this rule in mwan3: ``` config rule 'henet' option 'dest_ip' '2001:470::/32' option family 'ipv6' option use_policy 'henet_only' ``` This allows HE traffic to work,...

Someone updated the Wiki to mention `iptables-nft` and `ip6tables-nft` after a few forum posts about issues, but I've made it clearer in the installation steps. https://openwrt.org/docs/guide-user/network/wan/multiwan/mwan3#installation Hopefully in the future...

This parser doesn't output it currently, because it doesn't include it in the SQL query. The field name is "totp", this can be seen on any export done through the...

I had a look at the fetch method you linked, indeed it doesn't include the totp field in the XML, so you'll have to use something else if you want...

If it helps. While I don't use this plugin directly, you could look at implementing custom validation rules on an entry or if you have a linkfield in a matrix...

I don't disagree with you on it being a useful feature, I just happened to come across your issue post while looking at this plugin and thought it was very...

Testing locally, I think the problem is here: https://github.com/craftcms/feed-me/blob/develop/src/services/Process.php#L289-L299 The condition to skip implies that $updateField should match a string value of '1'. Dumping the updateField value when matching the...

On a similar note, I don't think all settings can be currently controlled via the feedOptions array, but the docs state: > Provide an array of any of the above...

With the publication of the PDF calendars converted to iCal under https://www.gbcbincalendars.co.uk/, I was thinking about the data as JSON and did come across an iCal to JSON library which...

If anyone is interested, JSON endpoints exist for all schedules now, if someone wanted to potentially parse the iCalendar data into a JSON API for other formats. Monday: ``` https://www.gbcbincalendars.co.uk/json/gedling_borough_council_monday_g1_bin_schedule.json...