Sebastiaan Dammann

Results 33 issues of Sebastiaan Dammann

The code used to write a string, exercise 7.5.1, does not appear to be working. Specifically the string is not written to screen, even though multiple manual calls to my...

Previously I had SSH public key authentication operational but at some point it stopped working and I have not been able to get it working anymore. Please note that git...

help wanted

**Work in progress** As discussed in #6, initial Typescriptification of the core `tko.utils` package. This first pull request will set the direction for further Typescriptification, so let's get it right...

On Windows I'm running into the issue of hooks not properly executing. ``` 2019-11-06T10:36:04,992 ERROR [git] [SvnServer-thread-16] (GitPushEmbedded.java:146) - Hook failed: D:\Gitea\data\repositories\adm-sebastiaan\toxic-translation-test.git\hooks\pre-receive java.io.IOException: Cannot run program "D:\Gitea\data\repositories\adm-sebastiaan\toxic-translation-test.git\hooks\pre-receive" (in directory "D:\Gitea\data\repositories\adm-sebastiaan\toxic-translation-test.git"):...

bug
windows

Using the following quite simple web forms page: ``` xml ``` Using PhantomJS and the following test code: ``` csharp public LoginPage LoginWithCredentials(string userName, string password) { this.I.Assert.Exists("#tbEmail"); this.I.Assert.Exists("#tbPassword"); this.I.Assert.Exists("#LoginButton");...

When called with: `path.resolve(__dirname, '../../build/bundle-statistics.html')` an endless loop is caused, compilation never ends. When a relative path is used, this is not happening. Happens on Windows. Path in question became...

Prevent participants from choosing a very light color.

enhancement