Asbjørn Ulsberg

Results 79 issues of Asbjørn Ulsberg

First, thanks for creating this very useful package! I do have a small bug to report, though. When wrapping, it seems like selected linefeeds are removed. For example, when I...

bug
help wanted

When trying to wrap the last line of this Markdown list by starting my selection at "After": ``` markdown - Subsequent lines should be wrapped at 72 characters. - After...

bug
help wanted

[RFC 6415](https://tools.ietf.org/html/rfc6415) defines the URI `.well-known/host-meta` which, when dereferenced, is required to respond with an [XRD](http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html) document. Since the purpose of this XRD document and JSON Home is much the...

json-home

I have an RSpec test set up as follows: ```ruby require 'rspec/wait' describe Commander do let(:logger) { SpecLogger.new(:info) } subject do commander = Commander.new commander.logger = logger commander end describe...

[`actions/setup-ruby`](https://github.com/actions/setup-ruby) is deprecated and archived, recommending [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby) instead. This PR replaces the former with the latter.

Hello! 👋🏼 I just wanted to thank you for making Git Directory Deploy and to inform you that [we have forked](https://github.com/SwedbankPay/git-directory-deploy/) and implemented the following changes: 1. Replace Circle CI...

**Is your feature request related to a problem? Please describe.** I'm considering moving from HTMLProofer to htmltest due to its superior speed, but can't get htmltest to work for my...

feature

First, thanks for making such a beautiul screensaver! I was coming from 9to5mac reading about the new version 2.0 and have to say it was a bit confusing for newcomers...

## Description In [this blog post](https://www.tabnine.com/blog/golang-gin/), it is stated that the URL for a particular route can be created on the fly with the following method: ```go url := router.Url("homeHandler")...

Is it possible to somehow ignore certain `idents`? I've made 50 lines of configuration for grouping Dependabot, Codecov, Codacy, Mergify, etc., into a `bots` group and would like them all...