Marcin Mielniczuk

Results 81 issues of Marcin Mielniczuk

I created a new access point in the following way `sudo create_ap wlp3s0 enp2s0 Archnet passwd` The log ``` $ sudo create_ap wlp3s0 enp2s0 Archnet passwd Config dir: /tmp/create_ap.wlp3s0.conf.GkWsk3N6 PID:...

Consider the following program: ``` program name use mpi implicit none integer :: err, rank call MPI_INIT(err) print *, 'Hello world!' call MPI_FINALIZE(err) end program ``` Then, while typing in...

For example `command_argument_count`

enhancement

``` $ cppclean . Traceback (most recent call last): File "/usr/bin/cppclean", line 145, in sys.exit(main()) File "/usr/bin/cppclean", line 138, in main quiet=args.quiet): File "/usr/lib/python3.6/site-packages/cpp/find_warnings.py", line 597, in run hunter.find_warnings() File...

I'm running Arch Linux, Firefox 47.0.1, Gtk 3.20, vertex-themes 20160329-2 from AUR. The scrollbar looks like on the attached screenshot ![screenshot from 2016-07-16 21-12-50](https://cloud.githubusercontent.com/assets/2914938/16896914/5bf7b508-4ba2-11e6-85af-05abcdcf130f.png) In Thunderbird it looks correct, though:...

I've seen a code which mixes `.gt.` and `>` - awful! Thought about contributing this... but stumbled across the longish `__init__.py`. It's very difficult to find out where such a...

enhancement

### DESCRIPTION There's no confirmation or undoing for deleting messages ### STEPS 1. Select a message 2. Click the delete button in the status bar ### EXPECTED Either (a) a...

While working on https://github.com/CraneStation/wasi-common using VSCode + RLS, the language server is eventually unable to compile the project. Steps to reproduce: 1. Clone the repository 2. Make changes to the...

It really makes stuff easier when accessing a host behind a bastion.

feature