jxu

Results 212 comments of jxu

I propose to use the default unittest module and test out basic parts of the API. For example: test simple empty beatmap, common beatmaps, tricky beatmaps (old maps, lots of...

While we're at it why not test this QA gem from Zallius: "安心感" https://osu.ppy.sh/beatmapsets/106#osu/232 Another one: https://osu.ppy.sh/beatmapsets/104#osu/228 Minor plug: I've collected a table of pretty much every map loved/ranked up...

So I am not familiar with pytest or really "good practice" for testing (most testing I write is informal) I imagine the tests to be something like this: ``` import...

Also my numpydoc types render wrong with sphinx_rtd_theme but correctly with default theme so I think it has something to do with that. ![Screenshot from 2019-07-02 01-45-55](https://user-images.githubusercontent.com/7989982/60485866-446e6f80-9c6c-11e9-8f01-4d2edd6dab4f.png) Actually it's a...

The automated solution is to use a CI system which would also do tests (?) but I don't know how to setup those or if it's worth the time to...

the way MDN does it is with a thumbs down for deprecated which I think is funny. although ES5 isn't deprecated.

C++ standard library's naming is a bit silly, because a map as a mathematical function or a data structure is by default unordered. Really `std::map` is implemented as a red-black...

So I install to default .minecraft folder then move afterwards? because I do not want fabric to interfere with any other installations or mod folders present.

I don't believe in Google conspiracy - they're lower ranked simply because they're BAD and thus people don't want to use them. I felt this way when I first started...

It isn't specific to my particular workflow or dataset; here's a simple example ```r library(tidymodels) library(xgboost) mtcars % mutate(mpg = factor(mpg)) split % tune_bayes(resamples=rset) # Error in `dials::grid_latin_hypercube()`: # !...