Davide Della Giustina

Results 8 comments of Davide Della Giustina

@0xERR0R Wildcards are not always applicable since devices can have complexely different hostnames (as far as I know, the hostname is controlled by the device itself). At least, it would...

@0xERR0R Yeah I am currently using Ubiquiti UniFi hardware on my network - custom names are allowed but rDNS queries get the hostnames, basing on the tests I performed. However,...

What if Blocky held its own intern kind-of-arp-table and used that instead of the system's one? I guess a table can be built with e.g. `arping`. Moreover, since IPs can...

Hi! It looks much better to me now! The only two things I notice are that bold still doesn't render if it is highlighted (in edit mode), and that the...

Quick question. Let's say I have a piece of code like the following: ```rust #[wasm_bindgen] pub struct A {} #[wasm_bindgen] impl A { pub fn a(&self) { // Do something...

@ImUrX ok, so that's the only solution for now. Thank you!

Thanks a lot! I didn't yet get the chance to install and try the plugin, so all my observations were based on the docs online. I'm looking forward to testing...