Andy Hayden

Results 105 comments of Andy Hayden

For sure, in principle it should work already but I've neglected to add tests. ``` udd importmap.json ``` I expect to work (if not is a bug). But let's not...

Note: this will have to be special cased once #8 is included in deno (i.e. deno info as json / api).

On docker I ran this more than 10 times without reproducing this error. What OS are you using and which version of deno?

My understanding is that the problem is that GitHub actions don't run CI actions if you edit .github/ directory. I am open to this, and I think it would be...

I guess this needs some investigation into what the actual situation is (the above is from my memory), but certainly happy to include something like this to udd if we...

> So merging workflow-updating PRs would not result in a run of that workflow? Is this the issue? & is this necessarily bad? Oh, no, I wasn't clear here, this...

Note: This is how this is done in deno-lambda: https://github.com/hayd/deno-lambda/blob/eedcbb77e97cd30d4eef6f94bcd5639b1172158d/.github/workflows/bump.yml#L23 - locate existing deno-version - get latest version (from setup deno) - sed to do the replace (if just doing...

This is fixed in https://github.com/JuliaLang/julia/pull/10061 (so should be in 0.4 and hopefully the next Markdown.jl release).

and `:q!` does not!

@blueimp do you have an example of or hint to what that might look like? It seems like specifying the google chrome and chromedriver version isn't sufficient since they don't...