Brian Baker

Results 22 comments of Brian Baker

I did find that when running in Windows Terminal there is a `WT_SESSION` environment variable defined.

Does this solution still require a non-zero timeout value?

I found where the color is set. In ~/.vscode/extensions/yzane.markdown-pdf-1.2.0/styles/markdown-pdf.css, there is this block: ```css /* for inline code */ :not(pre):not(.hljs) > code { color: #C9AE75; /* Change the old color...

@jvarghe I'm just another user of the Markdown PDF extension, and this was the workaround I found until the author can make an adjustment. If you want to make the...

Let's say we have the following schema defined: ```yaml components: schemas: rider: type: object description: A registered rider. properties: id: type: integer format: int64 description: The external rider id. example:...

Filed https://issues.jenkins.io/browse/JENKINS-65715.

@fubaduba any chance of having this reviewed?

I think the key thing is that each release also shows a date associated with it. The two together should give the reader the ability to figure out what happened,...

@aryelgois wrote: > But the thing about each branch having its own changelog would work on most (all ?) VCS with branch feature, right? Yes, absolutely. It seems like a...

I am seeing a similar issue. Looking at what OctoPrint is sending over the websocket, I have these (truncated) messages: ```json [ { "current": { "progress": { "completion": 8.47088678070964, "filepos":...