Isaac Good
Isaac Good
https://mywiki.wooledge.org/DotFiles Neither is more correct. The `.profile` is the correct place to set up the environment. That way you set it once and it's done. There's no need to update...
The icon issue has been resolved.
> I'm still seeing the old icon when I view https://assets.exercism.org/exercises/knapsack.svg @IsaacG do you see the new one? I'm seeing the old one. Should https://github.com/exercism/website-icons/issues/181 be reopened?
@atk Do you need help moving the file?
I don't believe these docs are open to outside contributions.
+cc @georgyo
> In the program we can use only NF to distinguish between the different cases: I'm thinking more along the lines of not having to depend on NF or empty...
> I like the `add clock time` time pattern. It is easy to remember. But the operator in the middle makes it easier to "normalize" inputs, in case there are...
> Do you get the expected output for the last query if you use this? > > ```python > print(cursor.execute("SELECT date FROM datetime_test WHERE date = ?", str(t2)[:23]).fetchall()) > ```...
That's odd. Do you know why the INSERT works fine with that datetime? The INSERT line shows it successfully converting that very same datetime object to a value that gets...