Lachlan Archibald

Results 13 issues of Lachlan Archibald

The channels API is now deprecated and has been replaced by "conversations" which is not supported by this crate. From https://api.slack.com/methods/channels.list: ``` This method is deprecated. It will stop functioning...

Refactor display of skills in HTML preview and markdown by iterating over each section if any are present. This greatly reduces the amount of code needed to add additional categories...

This PR adds icons for the Ember.js frontend framework. This is my first contribution to this project, please let me know if some adjustments are needed.

This commit adjusts the CSS for icon backgrounds to use relative paths. In the dev environment this allows the icon selection form to display newly added icons in the source...

This commit adds skill categories for Embedded and Operating Systems, and adds additional icons for Fedora, Ubuntu and Yocto Project.

This patch addresses issues of accessing sidebar links for keyboard users. The menu items have been transformed into button elements. It is now possible to use [tab] key to access...

Tooltips are now included in the HTML preview and Markdown output for skills and social icons. Labels are added for all social profiles. Issue: https://github.com/danielcranney/profileme-dev/issues/90

This patch addresses an issue where the skill icons do not change according to the users' system theme preferences in Markdown output. If a skill is missing a separate dark...

This patch preserves paragraphs entered in the longDescription field by converting each line to `` elements in HTML, which is converted to a paragraph in markdown via the touchdown service....

When adding a long description with multiple paragraphs, the preview shows the text as it is entered with paragraphs, but the markdown output does not include linebreaks between paragraphs so...