pepa65
pepa65
> it is hard to retrieve domain information from tld companies/organization It is hard and not reliable without a standardized API, but for many domains WHOIS scraping would go a...
I noticed a `SortedMap` entry in the documentation, but I couldn't find out how it works. I think to just have a dedicated function for `.sort()` that sorts maps by...
To expand on my use case (and to offer a work-around): ``` mut mymap := map[string]int{} // the map // Code that fills the map with data... // Sort the...
About `Failed to load module "xapp-gtk3-module"`, is there a fix for that??
Thanks for the pointers. It seems the package `xapp` is broken on Linux Mint, the other xapp-related packages I have all installed. I will contact the distro maintainers. In actual...
Those are useful instructions, otherwise `usbip` is just not there...
Thanks, I guess that would be the workaround. But because of the huge scripting opportunities once we have `^input`, I'd still like to have it. But I'll make a similar...
Pull request for addition of "paste -c" #33
I guess this should only be closed if the feature is merged or rejected...
I've added bolf and eolf commands for smart-home and smart-end. In order not to mess with existing commands (and bindings), I thought it least disruptive to add 2 new commands,...