Israel O. Dilán-Pantojas

Results 6 comments of Israel O. Dilán-Pantojas

When I start the server, even if there is an index.html in the static folder, localhost:8080/ returns nothing unless I search for localhost:8080/index.html. I might be misunderstanding the documentation, but...

> I've found the same behaviour in 0.5.3 submitting scripts both from the console and from a connection. Once the server launches a timeout, it stops answering and tells you...

This is still a non-working solution, but it builds on @sebres suggestion: ```sh failregex = \[(?P\d+:\d+:\d+)\].*\(\/(?P\d+.\d+.\d+.\d+):\d+\) lost connection.*$ ``` The host and time capture attempt to comply with some [fail2ban...

Hey, thanks for the reply. > Why then do you provide such non-working "solution" here? Because this is a collaborative platform, and instead of being snarky, I'll contribute my limited...

In case anyone is wondering how to solve this, you can potentially set up a redirect like this: ``` // routes/index.tsx export default function Landing() { return ( ); }...

Had the same issue while building sickle in Ubuntu 15.10 machine. Solved it the same way as @vsbuffalo. In Makefile's build function: **Switch:** ``` build: sliding.o trim_single.o trim_paired.o sickle.o print_record.o...