David Jung

Results 5 issues of David Jung

Hello. I'm just starting to use leathers and discovered that gcc (6.2.0) emits the following errors when I attempt to use `#include `: ``` leathers/Source/leathers/missing-prototypes:27: error: option ‘-Wmissing-prototypes’ is valid...

ERROR: Amazon returned an error for the request. ERROR: RAW_XML: \SenderAccessDeniedUser: arn:aws:iam::123456789012:user/MyUser is not authorized to perform: route53:ListHostedZonesc87e019b-1c5e-11e1-9388-b50d1a7693b8 ERROR: AccessDenied: User: arn:aws:iam::123456789012:user/MyUser is not authorized to perform: route53:ListHostedZones What now?...

Wishlist

Given a DNSRecord object that represents a zone apex virtual A record, it isn't possible to update it to be a regular A record (with IP address) using update: record.update(nil,nil,nil,ip_address,nil,nil)...

Wishlist

Following the install instructions gives an immediate error after installing Dart (according to Dart site install instructions) and running "make get" (Ubuntu 22.04). ``` jungd@Daphnis:~/dev/craftinginterpreters$ make get Resolving dependencies... The...

Spix's item lookup fails to find and QML Item of Popup type or children of it (even when it is visible/open). e.g. ```QML Popup { id: mypopup Rectangle { id:...