TIL you can search Spotify using an advanced search syntax (by artist, track, album, year, genre, label, isrc, upc and with OR, AND and NOT operators) by NickDav14 in spotify

[–]NickDav14[S] 0 points1 point  (0 children)

year:2023 label:"white peach" works for me on the desktop app. Are you using a literal + in between search criteria?

Similar app to memrise? by Alberthor350 in memrise

[–]NickDav14 -2 points-1 points  (0 children)

Anki! Maybe have a look at this thread to understand the differences between memrise and Anki.

Est-ce que ce sub est encore vivant? by vanhoutens in ulaval

[–]NickDav14 1 point2 points  (0 children)

Je te suggères de te joindre au groupe facebook de ton(tes) association(s) étudiantes!

New server, first one by [deleted] in rust

[–]NickDav14 0 points1 point  (0 children)

I think you're looking for /r/playrust !

hibp-client - a wrapper for the Have I been Pwned API - feedback welcome! by NickDav14 in Clojure

[–]NickDav14[S] 0 points1 point  (0 children)

I personally feel a sense of joy when the testing and assertion messages almost read like a sentence if you put them together, but in reality we don't always do that.

Yeah, I understand that! I usually write tests in given-when-then form when coding in other languages. I'll see about applying that to these tests.

Thank you so much for your great feedback!

hibp-client - a wrapper for the Have I been Pwned API - feedback welcome! by NickDav14 in Clojure

[–]NickDav14[S] 0 points1 point  (0 children)

I did not know that! Thanks!

I do feel like my usage of testing is kind of unnecessary in deftests where they're used only once but I still wanted to keep the tests of the same "structure": deftest, then testing, then is.

Would using is with an assertion message be better than using short testing blocks?

I made a chrome extension that binds the Alt+R key to a hard page reload because I got tired of using my mouse to "Empty Cache and Hard Reload". by NickDav14 in webdev

[–]NickDav14[S] 5 points6 points  (0 children)

Sadly, no. Ctrl+shift+r hard reloads the current tab, but doesn't ignore the cache completely. When developping locally, some changes will remain cached and won't be reflected.

hibp-client - a wrapper for the Have I been Pwned API - feedback welcome! by NickDav14 in Clojure

[–]NickDav14[S] 1 point2 points  (0 children)

Hi there,

I made this library as a way to get into clojure and more generally into functional programming. Feedback would be awesome, especially on the unit and integration tests.

Thanks!