Colin Dean

Results 301 comments of Colin Dean

I've got it ~working with as little as ```Dockerfile FROM ruby:3-alpine RUN gem install end_of_life CMD ["end_of_life"] ``` but #10 has to go through first because the JSON end of...

``` Acme Products | Test Engineer; Software Engineer; UX Designer; Product Manager; Development Manager; DevOps Thought Leader; Java/JavaScript Programmer | Las Vegas, NV; Austin, TX | Onsite; Remote | Full-Time;...

I've never really encountered this, but I've prepared for the eventuality by putting both accounts' IDs in like the second example that @501st-alpha1 provided. I guess I should move to...

For a one-off or alternative method, running `dos2unix` on the PayPal export suffices to remove the BOM.

I'm hitting this, too. Vanguard allows mixing of accounts in exported qfx file. ledger-autosync only extracts the first one.

Adding a commodity directive worked for me: ``` commodity USD alias $ ``` This was previously undocumented because now been added to to the ledger documentation as of last night.

No, setting that directive makes USD and `$` show up as USD in reports.

Mine is failing, too: ``` $ make make ARCH=arm CROSS_COMPILE= -C /lib/modules/3.12.35+/build M=/home/pi/rtl8812au modules make[1]: Entering directory '/lib/modules/3.12.35+/build' make[1]: *** No rule to make target 'modules'. Stop. make[1]: Leaving directory...

Strange... the directories with `/lib/modules` on my installation have a different layout: ``` $ ls /lib/modules/3.12.35+/ kernel modules.alias.bin modules.builtin.bin modules.dep.bin modules.order modules.symbols modules.alias modules.builtin modules.dep modules.devname modules.softdep modules.symbols.bin $ ls...

I was able to get it compiled after installing and using the raspbian-packaged kernel installed via `sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv`. This however installs what appears to be an older...