Jostein Kjønigsen
Jostein Kjønigsen
More details here: https://github.com/advisories/GHSA-5crp-9r3c-p9vr
Should be pretty simple, but need @KartikTalwar to disable Travis-job to reduce noise.
Travis-CI is no longer a free or reliable service for building. Sources: * https://ropensci.org/technotes/2020/11/19/moving-away-travis/#a-change-of-management * https://twitter.com/james_hilliard/status/1336081776691843072 We should do the following: * Disable Travis-CI builds for this repo (needs to...
JSDoc is appended *after* the method it documents, not before. This should be fixed.
This seems to have come since we updated Github checkout action, although I'm not sure if this is the cause. https://github.com/workspacer/workspacer/actions/runs/1933750712 We should probably get this sorted out if we...
Consider the following code: ````c# [Route("Demo")] public class DemoController : Controller { [HttpGet] [Router("DemoOperation")] public IActionResult DemoOperation() { // some logic } } ```` Now try chaning the `[HttpGet]` attribute...
Right now, especially when trying to clone a TFVC source-tree which has lots of re-parented branches, Git-TFS trips out quite a few times, needing help to identify last common commit:...
First of all: This issue is not meant to offend anyone or anyone's current or previous efforts w.r.t. C# support in Emacs, nor the state of Omnisharp-Emacs. As the mostly...
Take the line of typical REST service boilerplate: ````typescript return this.httpClient.post(url, { Name: name, ContactId: contactId }) ```` In Emacs this gets fontified incorrectly:  Modified to include a line-break...
This issue is to track patches submitted to emacs-devel, their status, and possible a link to the mailing-list for easier external tracking.