Samathy Barratt

Results 10 issues of Samathy Barratt

A while ago I installed end2end on one of my machines - I noticed today that my git user.email and user.name are now ' Fernando Moreira '. This has affected...

Debian 9 is pretty old now, but castget builds okay if you install the following packages: `pkg-config` `libglib2.0-dev` `libxml2-dev` `libcurl3-dev` `libid3-dev` ( and obviously `make` and a c compiler )...

Downloading the back-issues of podcasts one at a time takes a very long time when there are 1000s of episodes and is trivially parallelisable. This PR uses pthreads to download...

Added functionality to set custom ramdisk paths, configurable in the config file "alarm.config".

I ran yamlfmt with it's default settings over a codebase with a lot of YAML config. It removes quotation marks from strings by default. This changes the semantic meaning of...

Hello, I'm currently attempting to decrease the boot time of a Beaglebone Black for use in an industrial situation where boot times are important. Running systemd-analyze plot shows that generic-board-startup...

Running LOTROpen in NeoVim produces errors whenever : is pressed requiring multiple presses of Return to get back to a normal editing mode. Screenshots: http://imgur.com/a/wtbR6 Unsure if this is an...

I used the fake transport from `tests/conftest` in my own test code, and needed a reasonable way to enable/disable the gathering of requests and responses for building tests that didn't...

At the time of writing, commit 0e2564f completely removes `int main()` from `source/app.d`, thus making the tool unusable. The previous commit ( e1910d1 ) still works fine though. To use...

I'd like to use OpenSGX to write and test real SGX applications on local machines which don't support SGX instructions - and then be able to run the same application...