-
The top_k expression is essentially an nlargest + limit operation and [is sometimes used to short circuit](https://www.snowflake.com/en/blog/super-fast-top-k-queries/) sort + limit scenarios common in…
-
The `top_k` expression can be used as a reduction on primitive types, but is often used alongside group_by and will return a nested type.
```python
import polars as pl
from functools import parti…
-
### Mechanics comments on trash mobs
Didnt test too much of trash mobs, we tried here and there few mobs.
Mechanics overall work pretty fine, some mobs just have some wrong behaviour, regarding th…
-
- [ ] Raid must not trigger before both raid size and raid time's values are hit
- [ ] When it is triggered, message must be sent in moderator channel
- [ ] If NotifyModerators is on, said message m…
-
Chrome+Violent Monkey+AdBlock Plus
-
It looks like our string to datetime utilities throws an error. This is a fairly common step while cleaning datasets, so it'd be nice to support it:
```python
import polars as pl
from functools i…
-
LostArk API documents : https://developer-lostark.game.onstove.com/
작업해야 하는 것
코드 리팩토링
- Characters
--
- [x] siblings 원정대 검색
- Armories
--
- [x] characterName
- [x] characterName/profiles
- [x] …
-
I have 2 separate disks:
- /dev/sdb: 10Tb (have some data);
- /dev/sdc: 12Tb (new disk);
- /dev/sdc1: partition 10Tb.
I want to make RAID-1 with `/dev/sdb` and `/dev/sdc1`.
I got and error "…
-
should probably go by whole numbers (e.g. Crucible of Storms shouldn't count as a tier)?
-
**What version of the game you are experiencing the issue with:**
TBC
**Describe the bug**
When in dungeon default blizzard nameplates are broken
**To Reproduce**
Steps to reproduce the behav…