-
**Add risk level filtering and sorting to Host page**
* The filter should work for every query on Host, Alerts, Network, and Overview pages.
* The user should be able to add the filter from Host pag…
-
## Describe the feature request
_Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue, or overall improve the application:_
Currently…
-
As more files are collected on the SD card, the order in which they are presented in the GUI becomes jumbled. Is it possible to sort the file list by filename or by date? Putting them filename by re…
-
### FILE
```
ActiveAdmin.register CryptoOrder do
actions :all, except: :destroy
permit_params :status
includes :user, :crypto_transfer, :wallet_address
config.sort_order = 'created_at_desc'
…
-
**Encrypter and Decrypter**
In our final project, we plan to create a symmetric encrypted and decrypted algorithm that encrypts and decrypts code in a specific key. We plan to either generate a key…
-
### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already se…
-
an ad-hoc network would be e.g. `74.233.215.0/24`. adding ad-hoc networks may be useful in controlling specific trolls, w/out impacting all users on large networks (like AT&T).
-
```julia
using SortingNetworks: swapsort
using StaticArrays
for N in 5:10
@show N
@btime sort($v) setup=(v = SVector{$N}(rand($N)))
println("swapsort")
@btime swapsort($v) set…
-
### Feature Description
I would like to be able to sort the ServApps by different types, such as alphabetical order and updates available.
Also, possibly a toggle to collapse the ServApps to allo…
-
Currently the order in which actions get added to the action bar is dependent on the order in which action entities get sent to a player. The client does do some sorting by priority, but that only wor…