Fish

Results 18 comments of Fish

I am unable to replicate this issue. Have you checked the permissions assigned?

I'd suggest reading the guide linked in the prerequisites of the readme. If you're still having issues, this type of question is best directed at Discord's support network imo.

> Is there an option to only remove posts that are x hours old? > > I have a game server status channel. Server status is updated every time a...

Mysql database and host.. Do you have a Mysql instance running that is accessible?

You can run "base64" and use -e to encode or -d to decode in most unix operating systems Powershell has similar too: _decode_ [System.Text.Encoding]::Unicode.GetString([System.Convert]::FromBase64String($EncodedText)) _encode_ $Bytes = [System.Text.Encoding]::Unicode.GetBytes($Text) $EncodedText =[Convert]::ToBase64String($Bytes)

This information is available via the API. You need to loop through applications that the tenant has access to - Are you using the correct API User? Here's a quick...

Did this resolve your issue @offizium-berndstorath ?

@offizium-berndstorath - Your initial request suggested that the issue you face is finding devices that are offline between applications. (you did say an API solution was viable😅) What would the...

> Another good solution would be to be able to filter stauts in the device list This is where my thought drifted too - Being able to sort and filter...

I assume we're referring to links within libraries, or does this relate to wiki & the seeedStudio website? i.e.: **Correct URL:** - https://www.seeedstudio.com/Seeed-v2-Grove.html?bazaar4_retailer-products%5BrefinementList%5D%5Bproduct_category%5D%5B0%5D=Sensor **Current URL:** - https://www.seeedstudio.com/Seeed-v2-Grove-Sensors.html @MatthewJeffson - if...