Michael Edwards

Results 16 issues of Michael Edwards

Around here you can see it is simply set to 0, however individual testcase's have the correct times. https://github.com/gabrielfalcao/lettuce/blob/master/lettuce/plugins/xunit_output.py#L114 It would be cool if we had an accurate time here,...

I have credentials through a modified version of https://github.com/hrkfdn/ncspot/pull/537 that uses a newly created client id and client secret (`CLIENT_ID` from here on out). These credentials authenticate: ``` [2021-05-24][14:45:53] [librespot_core::session]...

reverse engineering

Nested tags within link tags cause find_link_by_text and find_link_by_partial_text to fail even when they should. For example, save https://gist.github.com/medwards/8ccbbe698a46ec21e48a to `/tmp` ``` from splinter import Browser foo = Browser() foo.visit('file:///tmp/nested-stuff.html')...

brainstorm
on hold

After going from Ubuntu 16 to 18 my windows started covering up the gnome panel and status bar. I was able to fix this by configuring ManageDocks (in the attached...

upstream bug

When `ssm` is used as a filter, it doesn't order its arguments correctly (namely `{{ parameter | ssm options}}` becomes `{{ ssm options parameter }}` instead of `{{ ssm parameter...

jira-issue

On `vim` 9.0.105 + latest `coc` + `coc-lists` the selected item is always the last entry: ![Screenshot from 2022-09-08 13-29-32](https://user-images.githubusercontent.com/106603378/189111509-c2fd2e89-f2bd-4d1d-8195-1b610dca384c.png) In previous versions it was always the first entry: ![Screenshot...

I'm trying to add a hacky whitelist to a struct that I other was want `deny_unknown_fields` on. There might be many of these so I made a `Whitelist` struct with...

`:CocList files` appears to support searching from the current folder and the current workspace per https://github.com/neoclide/coc-lists/blob/master/src/files.ts#L85-L86 Can I use this to search folders in `g:WorkspaceFolders`? If I add `"list.source.files.args": ["-workspace"]`...

I accidentally made a route in the wrong agency. It would be cool if a route could be moved between agencies. I'd expect it to move the stops as well,...

I get the following exception whenever trying to do anything schedule related. I've tried (on both manually created patterns and TransitWand imported patterns): - Changing the Schedule Type (immediately causes...