Gnosnay

Results 12 issues of Gnosnay

repo主能不能贴一下extension devlopment的参考资料呢,,不太知道在webpack下 怎么通过chrome进行调试 🤔 想尽可能的做一些contribution

Problem Summary env: macos 10.15.7 node version: v15.11.0 emit warning message: (node:2705) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where...

### Problem Summary env: macos 10.15.7 node version: v15.11.0 emit warning message: ``` (node:2705) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to...

When we have field `choices` of `option`, we have to give flag one precise value. ```js const cac = require('../') const cli = cac() cli.command('a', { desc: 'command a', }).option('foo',...

v3

过滤器/README.md 中wc命令解释有问题 > 常用选项 | 描述 > -- | -- > l | 只统计行数 > w | 只统计单词数 > m | 只统计字符数 > c | 只统计字节数 > L | 最大行的长度...

In `Ownership` chapter we give one example to indicate that variable will be dropped at the end of scope. ```rust struct Point(i32, i32); fn main() { { let p =...

## Problem In my project, i mixed sync and async operations together, so i have to use sync and async in the same project but not in the same context....

kind/improvement
topic: client
level/advanced
priority/high
topic: generation

this is my code in typescript ```typescript var levelup = require('levelup'); var leveldown = require('leveldown'); var inverted = require('inverted-index'); let db = levelup(leveldown('./.mydb')); var level = require('level')('./.mydb'); var sublevel =...

hey iarna~ this parser is so convenient to convert between toml and JSOject. but i have one question about that how can i insert the toml comment when i use...