Results 13 issues of codito

```diff diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c index b183a09..478f384 100644 --- a/os_dep/linux/os_intfs.c +++ b/os_dep/linux/os_intfs.c @@ -1099,7 +1099,10 @@ unsigned int rtw_classify8021d(struct sk_buff *skb) } -#if (LINUX_VERSION_CODE>=KERNEL_VERSION(4,19,0)) +#if (LINUX_VERSION_CODE>=KERNEL_VERSION(5,2,0)) +static u16 rtw_select_queue(struct net_device...

A quick announcement: we've now moved the gnome-pomodoro app to its new home: `gnome-pomodoro` org :tada: Hope this will help create an awesome ecosystem of extensions and additional tools around...

This issue is a follow up to the discussion in https://github.com/dotnet/sdk/pull/1178 We can set following flags for test projects: * `HasRuntimeOutput = true` to allow generation of deps file *...

enhancement
exp: ide
needs-triage

## Description Allow users to use `Microsoft.TestPlatform.Portable` as a dotnet CLI tools reference. See https://github.com/Microsoft/vstest/issues/1224#issuecomment-339376792 for context.

enhancement
exp: cli
needs-triage

In mingw64, [icu][] comes with `libicuin` instead of `libicui18n` library. [icu]: https://packages.msys2.org/package/mingw-w64-x86_64-icu?repo=mingw64

Would be a nice way to ~dogfood~ validate the junit logger on itself! :)

Add a `review` and `status` command to provide following capabilities - Review provides a wizard like flow to loop through all habits and ask user for update - Status provides...

enhancement

There's a possibility of ambiguity with names in `habito checkin`. We should fix that with some kind of interactive input (may be with [inquirer](http://python-inquirer.readthedocs.io/en/latest/) or [qprompt](http://qprompt.readthedocs.io/en/latest)). Allow user to pick...

Feature suggestion: Is it possible to show image previews in the Editor? May be configurable as an option. Markdown is quite readable, I find myself using Preview only for images....

Type: Feature
Importance: Low
Effort: High

## Description Default `Assert` methods should provide information in case of failures. They should at least answer the next question for a developer once a failure occurs. I've seen such...

Help-Wanted
Type: Feature