Andreas Lööw

Results 19 comments of Andreas Lööw

My naive hope was that not having "a correct picture" would simply mean that some subtree of the dependency graph (more specifically, the files, and the dependencies of the files...

Just to link the issues: The following issue is related to defining the very large records included in the current ARM model: HOL-Theorem-Prover/HOL#713. Currently, it takes over two hours to...

It has been broken for a while, see e.g #4. In case you're interested, I have a working fork at AndreasLoow/godaddy-dyndns.

In case you're interested I have a fork of this script at AndreasLoow/godaddy-dyndns, and it uses the official API (I did not know that it existed before reading your post...

It will probably work if you replace the first line (`#!/bin/sh`) in `godaddy-dyndns.sh` with `#!/bin/bash`. (Or if you replace `source` with a `.`.)

@tapm: Sorry for spamming all issues, but I think this project is abandoned. GoDaddy changed their website so this script stoped working, so this issue is essentially a duplicate of...

Just wanted to mention that this problem just got worse because in GHC 8.4 `` is now part of Prelude.

Just realised that the following might be somewhat related. Slang accepts the following ``` module mod(input foo); assign foo = 0; endmodule module top; logic bar; mod mod(.foo(bar)); endmodule ```...

Interesting! The standard is very short on this as far as I know: > A port that is declared as input (output) but used as an output (input) or inout...

This crashes with ``` Traceback (most recent call last): [...] File "[...]/pygodaddy/__init__.py", line 1, in from .client import GoDaddyClient, GoDaddyAccount, LoginError File "[...]/pygodaddy/client.py", line 108 loginUri = 'https://sso.godaddy.com/v1/?path=%2Fdefault.aspx&app=mya&regionsite=au&marketid=en-AU' ^ TabError:...