David Nicholson

Results 5 issues of David Nicholson

My clone of animal-kingdom only works if accessed through a URL like: https://mydomain.test/index.html it does not work if accessed through a URL like https://mydomain.test/some/other/path/index.html There are two classes of reason...

enhancement
good first issue

%LOCALAPPDATA% on Mac is ~/.local/share but a lot of people won't know that. Could mention in the settings UI where to typically find this location on various platforms.

Make a single line change to your contract, forget to build and then start debugging. The debugger will give you the illusion that you are stepping through your changed code,...

If a launch.json entry has a `storage` key but it is not of the expected type the user sees the following error in VS Code: ``` Cannot access child value...

I have a trivial smart contract with the following as the first line: ``` var tx = (Transaction) ExecutionEngine.ScriptContainer; ``` When I step over that line in the debugger I...