Marcel Wilson
Marcel Wilson
### Step 1: Are you in the right place? - [ x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x ] I...
# Feature request ## Thesis It would be marvelous if secondary addresses were supported. Examples: - 123 Sesame Street, PO Box 789 - 123 Sesame Street, Apt. C - 123...
Any chance you plan to add the ability to install an arm64 build of chromium?
Is this project actively being maintained? I see a couple PRs submitted from last year without any movement.
### Problem trying to solve Jira API [Get Worklog](https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-worklogs/#api-rest-api-2-issue-issueidorkey-worklog-id-get) supports requesting additional worklog properties with a parameter `expand` which accepts the value `properties`. Any additional worklog properties set will then...
How would one go about creating a "default" edge for a graph? ```DOT digraph "mygraph" { node [margin=0.2, fontsize=16, style="filled,bold", fixedsize=true, height=2, width=2]; edge [color=grey50]; } ``` I tried ```python...
Is it possible to configure the output of the graph to change the color (and/or shape) of each fixture based on the scope? Example: green -> function lightblue -> class...