cnshenj
cnshenj
Current environment support is "global". There are a few issues that make it difficult to use when there is more than one service (HTTP file). ### Scenario Assume we have...
### What's the Problem? The JWT Token Decoder only decodes property raw values. It would be much more helpful if each claim is explained in detail. For example, both DevToys...
#### Describe the bug - Node.js version: 16.14.0 - OS & version: Windows 11 Version 10.0.22000.652 #### Actual behavior `got` hangs when calling Tesla auth API: GET https://auth.tesla.com/oauth2/v3/authorize ```js await...
Currently Ligconsolata only has regular and bold. Please add at least light and medium first. Other weight or spacing can be added later if needed.
Using OAuth2, I don't want to create a new access token for every every request - because an access token has several hours of lifetime so I want to reuse/share...
### Environment * VSCode Version: 1.22.2 * vscode-csscomb version: 5.2.2 ### Steps to reproduce In a LESS file, either use command palette to invoke "Format Document" command or press the...
It can be reproed using DryIoc 5.4.3 ```cs new Container( rules => rules.WithFactorySelector( (request, single, many) => { // Do something here })); container.Register(); // Default container.Register("my"); // Keyed container.Resolve();...