Nikos Koukis
Nikos Koukis
This is a continuation of the work in https://github.com/bergercookie/asm-lsp/pull/16. The intention is to create binaries for x86 (and perhaps ARM? Depending on how straightforward this is) for `asm-lsp` and create...
This is a placeholder ticket to look at extending `asm-lsp` to also output information for arm/arm64 instructions ARM is publishing architecture specification documentation in PDF/HTML and XML forms so we...
Hi there, I've got something like the following configuration: ``` [general] targets = test_jira [flavor.test] targets = test_jira [flavor.prod] targets = prod_jira [test_jira] service = jira jira.base_uri = ... [prod_jira]...
As discussed earlier in https://github.com/dirk-thomas/vcstool/issues/195 it would be useful to have an `rm-all` option whose purpose is to remove the already cloned repositories, as specified by the given YAML file....
I see `vcstool` as a good alternative to git modules in case one needs to have multiple available YAML configurations in the same git repository and branch. For example a...
This is the output of the program after running roslaunch on run.launch module ``` bergercookie@ubuntu:~/sharedWros/codes/ros/fastslam_dexterduck/src$ roslaunch run.launch ... logging to /home/bergercookie/.ros/log/0839e172-d625-11e5-bf19-000c290d71de/roslaunch-ubuntu-6392.log Checking log directory for disk usage. This may take...
Since colcon packages mandate Pytyhon 3.5 or higher, we can use explicit mypy annotations to document function parameters and output types instead of docstrings. I'm also removing the docstrings for...
Currently each developer has to setup flake8 on their own and look into the `test_flake8.py` for what rules should be ignored and what files to run it on. Unrelated to...
Add a unittest / integration test to make sure that `colcon-cargo` works as part of a `colcon-build`
Such test should include the following step: - Create a template `ws/src/` directory with a minimal rust package (hello-world) - Run `colcon` (with the `colcon-cargo` extension enabled) from the root...