petebannister
petebannister
I have a hunch that this is due to the command line getting too long? Possibly only a Windows issue building from a long sub-path. And by long I don't...
Ia32 8.7
Have been looking into Statiq to see if it will work for a project I'm doing. Its looking very promising! I've used Hugo before but much prefer the look of...
I was building a help system with light/dark theme selection and preferred a different icon for the theme selector (fa-adjust). This PR makes it possible to set the font-awesome class...
**Describe the bug** In function _nx_ip_thread_entry: ``` if (ip_events & NX_IP_IGMP_EVENT) { /* Process the ICMP packet queue. */ (ip_ptr -> nx_ip_igmp_queue_process)(ip_ptr); } ``` nx_ip_igmp_queue_process can be called when nx_ip_igmp_queue_process...