Asger Hautop Drewsen

Results 107 issues of Asger Hautop Drewsen

If no `--theme` is specified by the command line and `meta.theme` exists in `resume.json`, then that theme should be used instead of the `even` theme.

Feature Request

I have some XML that looks like: ```xml B ``` which I would like to represent in rust as: ```rust enum State { A, B, C, } struct Root {...

bug
help wanted
serde

Cargo.toml: ```toml [package] name = "quick-xml-test" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.139", features =...

bug
help wanted
serde

Example hurl file: ``` POST https://example.org/login [FormParams] username=test password=hunter2 HTTP/* 200 [Captures] access_token: jsonpath "$['access_token']" GET https://example.org/foo Authorization: Bearer {{access_token}} HTTP/* 200 GET https://example.org/bar Authorization: Bearer {{access_token}} HTTP/* 200 GET...

``` $ coqc Bug.v File "./Bug.v", line 23, characters 0-120: Error: Anomaly "Uncaught exception Equations.Covering.UnfaithfulSplit(_)." Please report at http://coq.inria.fr/bugs/. ``` Using coq version `8.9.1` and coq-equations version `1.2.1+8.9`. Contents of...

**Describe the bug** You can't use this with a worflow containing a comma in its name. **Debug logs** ``` Run satackey/[email protected] with: key: docker-layer-caching-Build, Test & Deploy-{hash} restore-keys: docker-layer-caching-Build, Test...

bug

It would be nice if you could use a dropdown menu to select the package you want to analyze. Something like https://github.com/Tyilo/house/commit/bd524c6af1c7366f7dbaa536b403e382367ac345 but better.

enhancement

Add list of aliases scraped from Emojipedia using following script: ```python import asyncio import json import re from requests_html import AsyncHTMLSession from rich.progress import track LINE_RE = re.compile( r""" ^...

#### Source Arch Linux AUR. #### Additional info Albert report output core: Albert version: 0.17.2 core: Build date: Dec 24 2020 10:03:09 core: Qt version: 5.15.2 core: QT_QPA_PLATFORMTHEME: core: Binary...

Plugin
Bug P4 Low

See [`ModelAdmin.autocomplete_fields`](https://docs.djangoproject.com/en/2.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields)