Corbie-42

Results 10 comments of Corbie-42

> > I'd also like to request warnings added to JUnit output. > > This is possible by defining the `fail-severity` option of the command line. It seems it is...

If you manually define the prenote/prefix string, you don't have to handle it. Just write `prefix: "See"`.

@Enivex since #1139 was closed, because it was too big to be actionable, can we please reopen this issue?

How about using something the music flat sign: `♭` (0x266d) and armenian small letter oh: `օ` (0x0585)? ![image](https://github.com/tonsky/FiraCode/assets/79903698/9db7b63f-c310-4280-abaf-c9427494aa59) (Although the latter breaks the monospace)

Maybe you can treat NO_LEVEL just like the level detected above. This often happens, if a log entry consists of multiple lines, like a stack trace. You could also make...

You can have a look at the [Chrome developer console](https://developer.chrome.com/docs/devtools/console/log/#level). There the log levels can be selected individually.

There is also `console.debug` in JavaScript, that's what they mean by "verbose" . In some languages "verbose" is the same as "trace", which are both one level below "debug" in...

Okay, I see that you 1. expect the *conventional commits* to have an unconventional list of commit titles as body 2. expect the copyright year to be updated on the...

I have the same issue, but adding this to `%USERPROFILE%\.wslconfig` (and also to `/etc/wsl.conf`) ``` [wsl2] guiApplications=false ``` did *not* work for me. I also have to confirm the dialog...

Sure thing. For the server implementation, there is a simple example on [javascript.info](https://javascript.info/article/websocket/demo/server.js) (referenced [here](https://javascript.info/websocket)). A user story would be: Alice is developing a client application. She ... 1. wants...