Alessandro Molari

Results 15 issues of Alessandro Molari

In a Linux system it just handles Gnome or KDE desktop environments. The fallback should be `xdg-open`, a desktop-independent tool for configuring the default applications of a user. It's available...

Hi, During some testing, I've discovered that if multiple netdiscover instances are running at the same time, they get ARP requests of the other instance, giving to user incorrect results....

If I declare an invariant which relies on methods which have contracts leads to: `SystemStackError: stack level too deep`.

bug
invariants

I'd like to expand aliases providing arguments, for example: ``` abbrev-alias -f hping-listen="hping -9 $1 -I $2 | /bin/sh" ``` Where $1 and $2 will be expanded to the first...

## Expected behavior and actual behavior `middleman-sprockets` fails to start throwing the following error: ``` /data/projects/work/cel/cel-web-frontend/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.1.10/lib/middleman-core/sitemap/resource.rb:88: warning: constant ::Fixnum is deprecated NoMethodError: undefined method `include' for # /data/projects/work/cel/cel-web-frontend/vendor/bundle/ruby/2.5.0/bundler/gems/middleman-sprockets-55fe2ee8a260/lib/middleman-sprockets/extension.rb:51:in `initialize' /data/projects/work/cel/cel-web-frontend/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.1.10/lib/middleman-core/extension_manager.rb:66:in...

This is a basic example for `Failure` and `Success` monads. ``` Ruby RSpec::Matchers.define :be_success do |expected| if expected.nil? match { |actual| actual.success? } failure_message { |actual| "Actual `#{actual}` isn't a...

Does `Cmd2` support neovim async functionality? It would be very useful for completing long lists, like _help_ (`:he ..`).

``` init gitbook-plugin-plantuml! warn: hook 'page:before' used by plugin 'gitbook-plugin-plantuml' is deprecated, and will be removed in the coming versions warn: hook 'page' used by plugin 'gitbook-plugin-plantuml' is deprecated, and...

When using GraphQL queries inside `graphql` JavaScript tag, syntax highlighting doesn't work.