Slava Knyazev

Results 133 comments of Slava Knyazev

> You should use the same encoding as the target page/website is using. That would be really ideal. However, there are many, many encoding schemes each of should be supported...

If you put unicode into a server which only accepts ascii, it breaks regardless of what you do. For what needs to be done, in summary - encode IDNs with...

In practice it comes down to the same thing. "a" will be "a" in both ascii and utf-8. International characters will be the only thing that will be dealt with...

It is usually defined. If it is an empty string, sending to stdout would be logical. `logger()` would have to be disabled completely in that case to not mess it...

Logger is mostly there for debugging purposes when just setting up the first time, it becomes useless afterwards. I'm thinking of 3 things: 1) a flag to enable stdout output...

Interesting suggestion. Debug disabled by default and some animation/counter enabled by default that will be ignored when piped? I'm not sure how to do that, I don't have much experience...

I can do it myself but only in a weeks time because college. If you would like to try yourself at it, go for it!

Most critical stuff are bugs such as #34, everything else is meh. Images will be a massive time sink. As I mentioned previously, this project is centered around being lightweight...

@alessbell Is there a reason against it? Currently I'm writing a lot of code that looks like this: ```ts const maybeVar: string | null; useQuery({ variables: { myVar: maybeVar as...

Giving the lowest percentile a "B+" is bizarre. Based on the popularity of the project, I think it deserves a meaningful ranking system that doesn't use "A++" for half of...