Patrick Toal

Results 7 issues of Patrick Toal

Installing from a particular AppStream module version is non-intuitive. For example, installing postgres 12 dependencies. Added documentation that explains how to do this.

docs

##### SUMMARY When executing a command that triggers a broadcast message on Cisco IOS devices, the cli_command module will sometimes fail with a timeout. An example of a command that...

I was trying to figure out why none of my images were being copied as part of my metalsmith setup. I think I've tracked it down to the fact that...

This change aims to make it less confusing how the hosts: selector is used in rulebooks.

This addresses typescript compiling errors when using the createNativeLocaleFormatter function per the examples in the documentation. The return type of this function is a function, not a string. Tested this...

This line causes Typescript errors: https://github.com/quasarframework/quasar-ui-qcalendar/blob/8f8d3b0b8da8adcfae1099a2aefe829f61dab4f6/ui/types/types.d.ts#L24 I believe this line should be: export type TimestampFormatOptions = (timestamp: Timestamp, short: boolean) => Intl.DateTimeFormatOptions; but I'm not 100% certain.

Minor changes to enable this role to work on Fedora 33/34 targets ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New...