[DiscordArchive] what is the table name roboto?
[DiscordArchive] what is the table name roboto?
Archived author: Kitzunu • Posted: 2021-05-20T21:58:34.897000+00:00
Original source
as Null or 0 would be 0 bytes?
Archived author: Kitzunu • Posted: 2021-05-20T22:01:43.018000+00:00
Original source
<@!175631911450836993> are you trying to troubleshoot it?
Archived author: Roboto • Posted: 2021-05-20T22:01:57.697000+00:00
Original source
sort of yeah
Archived author: Kitzunu • Posted: 2021-05-20T22:02:10.606000+00:00
Original source
incase try:
!fields[9].GetBinary().value().empty()
Archived author: Roboto • Posted: 2021-05-20T22:02:50.406000+00:00
Original source
`.value()` ?
Archived author: Kitzunu • Posted: 2021-05-20T22:03:00.291000+00:00
Original source
I am looking at the old handling
Archived author: Kitzunu • Posted: 2021-05-20T22:03:05.326000+00:00
Original source
_totpSecret = fields[7].GetBinary();
if (!_totpSecret || !_totpSecret.value().empty())
Archived author: Roboto • Posted: 2021-05-20T22:04:16.833000+00:00
Original source
oh okay because _totpSecret is an Optional<vector<>>
Archived author: Kitzunu • Posted: 2021-05-20T22:04:35.709000+00:00
Original source
I dont have any source files on hand atm so just using github and it is hell xD
Archived author: Roboto • Posted: 2021-05-20T22:04:43.626000+00:00
Original source
haha I can imagine