nulltoken

Results 105 comments of nulltoken

@falvarez1 Sorry for the late response. My question wasn't a hidden way to request for a feature. To be honest, I'm pretty happy with the lib as it is. It...

Relevant: **xunit.runner.json** ``` { "$schema": "https://xunit.net/schema/v3.0-alpha-1/xunit.runner.schema.json", "diagnosticMessages": true, "longRunningTestSeconds": 15 } ``` See https://xunit.net/docs/configuration-files#file

@ayonious I'd be interested in being able to render something like this. ```text ┌─────────────────────────────────────────────────┐ │ ZZZZZZZZZZZ │ ┌──────────────┼────────────────┬───────────────┬────────────────┼─────────┐ │ AAAA │ BBBBBBB │ CCCCCC │ DDDDD │ EEEEE │ ├──────────────┼────────────────┼───────────────┼────────────────┼─────────┤...

FWIW, the simpler design I can think of would be something along the lines of: ```typescript const table = new Table({ groups: [ ColumnGroupKind.Blank, { name: "ZZZZZZZ", alignment: "center", width:...

@ayonious I'm working on a spike. Current progress is as follows: ``` PASS test/render.test.ts Table Rendering Tests [...] Grouped columns headers √ should render single group (3 ms) √ should...

@tanettrimas 👋 Thanks for this. I haven't dived into it yet, however, just by skimming through it, there are two things that stand out immediately: - please remove the addition...

@tanettrimas Great! It seems there still are some beautification related changes in `test/helpers.test.ts` and `test/oauth2-service.test.ts`. Could you please roll them back as well? Note: I'm definitely _not_ against beautification changes...

@tanettrimas Looks like this going along nicely! Could you also please update the README to mention the PKCE support?

@tanettrimas Hope everything's alright on your side. Just a few minor thingies to straighten and we should be to release your feature 😉