Trim21
Trim21
when setting int to boltdb/badger backend, it will be decoded to float64, so there is no way to call `GetInt` get correct value when using boltdb as database should use...
## Description I'm writing user trigger on `zoneId: ZoneId.DragonsongsRepriseUltimate` (Ultimate of patch 6.1) I'm using a **CN** player. and copy a `netRegex` from built-in trigger ```ts { id: 'DSR Wrath...
https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#the-satisfies-operator ``` ts export default {} satisfies TriggerSet ``` This looks clear than assignment, but looks like it doesn't check extra property, like typo `triggers` `trigger` --- currently ts 4.9...
## Summary Currently timeline is sorted alphabetically, any interesting in sorting based on first appear?
I'm writing typescript, and need to make type work with this ```ts declare global { const addOverlayListener: IAddOverlayListener; const callOverlayHandler: IOverlayHandler; } ``` this normally works fine, but overlay plugin...
I'm trying to hash some videos and save them to DB. Then check aganist to a new video. I hope there can be a `Hash` object as video hash, can...
I have a complex application and have many module need logging. Currently loguru logger can only use `__name__` as logger name, I hope there can be a new method to...
fix wrong package.json exports field re-production: https://github.com/trim21/vuex-ts-bug
close https://github.com/vuejs/vuex/issues/2213
make it easier to read and copy