Thomas

Results 14 issues of Thomas

**Expected behavior** No exception thrown from library. **Actual behavior** Library breaks at parsing a message tag as it expects a number but a UUID is also present. **Stacktrace** ``` org.kitteh.irc.client.library.exception.KittehServerMessageTagException:...

type: 🧱 enhancement
modloader: Fabric

### Description Use spring in Miner module too. This would allow to have common parts between the 2 modules, like the database. - [ ] Use something else than Unirest...

type: 🧱 enhancement
app: ⛏️ miner

### Description Maybe this is the DB that had an issue, but worth investigating ### Version / commit 14e67f489b27f3148f848517cca78b5d481b26e1 ### Relevant log output ```shell java.sql.SQLTransactionRollbackException: (conn=11750) Deadlock found when trying...

type: 🐛 bug

### Description Follow up of #259 - [ ] Filter users with a too high ROI when performing calculations (configurable) - [ ] Keep only top `n` predictors to perform...

type: 🧱 enhancement
app: ⛏️ miner

### Description Title

type: 🧱 enhancement
app: 👀 viewer

### Description Loops are sometimes appearing in graph ![image](https://user-images.githubusercontent.com/1688389/168854127-7ae92ae5-4712-4787-9692-5459df1b429a.png) ### Version / commit 0.0.4 ### Relevant log output _No response_

type: 🐛 bug
app: 👀 viewer

# PR Details In the [Chat JS](https://github.com/pedroslopez/whatsapp-web.js/blob/main/src/structures/Chat.js#L64) file a `pinned` property is present but is not exposed in the TS definition. This PR adds this property. ## Description Add `pinned`...

type: 🧱 enhancement