Adam Procio

Results 9 comments of Adam Procio

Hi, I had the same issue and went into the rabbit hole. Since this issue isn't closed I'm going to "necrobump" it. * Nikola v8.2.2 * Docutils v1:0.18.1-1 **Input:** ```...

Apparently the docutils [issue](https://sourceforge.net/p/docutils/bugs/450/) is being resolved. I've looked into the docutils source and the `fn-bracket` is being added to the footnote in all cases, I guess I'll have to...

Aaand apparently the other pair of brackets which is inserted on Nikola's side is fixed in master as of [6 days ago](https://github.com/getnikola/nikola/commit/4cb8a9ed4a81dafef0d5721bd07b55de58672c63), thanks @Kwpolska ! Still doesn't change the fact...

This worked for me after using the value of `username` as `some-path` in the `url`. In this case `url = "https://example.com/[email protected]"` which of course isn't a valid URL.

Oops, sorry, you're right. Well you learn something everyday :)

Hi, is there a way to use a register outside the I/O region? In my case I need to use PH5 on ATMega2560. In `iomxx0_1.h` PORTH is defined as `_SFR_MEM8(0x102)`.

The way I understand this is to replace `out` instructions with `sts` and fiddle with the amount of `noop`'s. I'll probably resort to rewiring the board 😅

> ` Unable to find ["xyz.com"] domain. Found: [{Id:0 Name:xyz.com Email:}]` Same issue here, it appears that asanawarrior is looking for \, but the API is supplying \. I'll look...

I have created a PR #35 with a fix for this and more issues