Luke Hutchison
Luke Hutchison
Given the declaration ```dart (int a, int b) v = (1, 2); ``` you can access `v.$1` and `v.$2`, but I would have expected to be able to access `v.a`...
Thanks for this awesome tool. Two things that the docs should be updated to include: (1) When you try to paste the script into the console, you get the error...
The usage text marks required parameters with "`*`". However, this is a bit confusing, since "`*`" often means "zero or more". There should be an explanation for the current notation,...
Viewport now needs an id
Currently Java field lookup happens on every smart pointer dereference in `handle.h`. This is slow, and only needs to be done once per class. The field reference can be held...
Dai permits are hard-coded to `allow: true`. Consequently there is no way to set the allowance back to zero using the permitting API, once permitting should be disallowed. https://github.com/dmihal/eth-permit/blob/master/src/eth-permit.ts#L116
In Eclipse, following the instructions on the GitHub project page for multi-release-jar-maven-plugin, I get: ``` Plugin execution not covered by lifecycle configuration: pw.krejci:multi-release-jar-maven-plugin:0.1.5:compile (execution: default-compile, phase: compile) ``` Since this...
Before saving the file, getmyancestor throws the following exception: ``` Traceback (most recent call last): File "getmyancestors.py", line 943, in tree.print(args.o) File "getmyancestors.py", line 827, in print self.indi[fid].print(file) File "getmyancestors.py",...
I got this exception multiple times while trying to download with `-a 99 -d 1` ``` Future exception was never retrieved future: Traceback (most recent call last): File "/usr/lib64/python3.6/concurrent/futures/thread.py", line...
If I run getmyancestors with only the `-o` output file parameter, it downloads 4 generations and generates the file correctly. If I run it with `-a 99 -d 99 -v`,...