Javran Cheng
Javran Cheng
I see the module is deprecated in https://github.com/Bodigrim/arithmoi/commit/77e70a15456a461271412b8bccd672623389f090 but I'm not really sure about the rationale, nor do I find any migration guide on this. Tell me if I'm not...
Currently resource loss info comes directly from KCAPI (i.e. `api_happening.api_count`), which is actually **the highest amount lost** by ships in fleet, not the number lost by all ships (see section...
**Code to reproduce the issue:** for `@cycle/http`: `http = makeHTTPDriver()(request$, 'fooHttp')` **Expected behavior:** This should typecheck. **Actual behavior:** This doesn't typecheck as `makeHTTPDriver()` returns a function expecting exactly one argument...
### URL(s) where the issue occurs Any type of playlist or mix in any youtube search result should work: **YDQ Edit:** [YouTube search link `aaaa` - filtered to Playlists only](https://www.youtube.com/results?search_query=aaaa&sp=EgIQAw%253D%253D)...
originally: https://github.com/Nya-chan/k2badge/issues/18 it seems cc'ing teams acrossing repo doesnt' work, so I seperately open this thread here. if any devs are interested in this, please discuss over there, thanks!
could be a really weird idea. say when a player is playing the game, have some background services that keeps pinging to some common sites (could be DMM itself, google,...
The problem seems to be that, under an in-flight network environment (I've properly logged in and have access to the Internet) fleet info viewer keeps showing "please open the game...
I noticed that there isn't a consistent way regarding how some test cases are ignored, to name a few: - https://github.com/exercism/haskell/blob/main/exercises/practice/pangram/test/Tests.hs - https://github.com/exercism/haskell/blob/main/exercises/practice/alphametics/test/Tests.hs - there are probably more examples but...
Closes #959. Few questions that I'll need help from maintainer: - What is the version number of an exercise? I couldn't find any from [problem spec repo]( https://github.com/exercism/problem-specifications/tree/main/exercises/variable-length-quantity). - What...
I'm opening this issue to see if there are any existing efforts to port [variable-length-quantity](https://github.com/exercism/problem-specifications/blob/main/exercises/variable-length-quantity/description.md) to Haskell. If not I'm happy to take this on myself - so far I...