Igor

Results 23 issues of Igor

Functions like `mnemonic_from_seed` and `seed_from_mnemonic` would be pretty cool :) Maybe this can be useful: https://github.com/numsu/nanocurrency-web-js/blob/1134d96e28baa4096bfa63e8ae44fe6985993df6/lib/bip39-mnemonic.ts#L73

I think some function could be changed (or aliased for retrocompatibily reasons), like: `generate_account_private_key` -> `derive_private_key` `generate_account_id` -> `derive_address` I don't know the lib very deeply, but I believe there...

I think the way VS Code handles diff is very good and clear. It would be cool if I had a similar option using delta. VS Code diff: ![image](https://user-images.githubusercontent.com/85039990/165636172-33b6d5db-0d20-4482-b35e-a4ece3ba79b7.png) Delta:...

Hi. I think it would be pretty cool if you add to the readme something explaining how `tokei` is so blazing fast. I did a quick comparison with `cloc` and...

### Checklist - [X] I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to. - [X] I'm aware that...

enhancement
queue

![image](https://user-images.githubusercontent.com/85039990/139700014-59cce583-e409-482c-8aa4-9d62724c6446.png) ![image](https://user-images.githubusercontent.com/85039990/139700847-1602a6df-c85b-484e-a7db-9f516d56c7c2.png) Suggestion: ```css [selector]:focus-visible { outline: 1px solid lighten($primary, x%); } ```

In my case, where I have a bunch of "VALUES": ![image](https://user-images.githubusercontent.com/85039990/135280773-1d97225c-2451-4878-b338-041045770cee.png) I can't really know which one is this error talking about: ![image](https://user-images.githubusercontent.com/85039990/135280487-6180408e-36ab-4b2e-91ba-7054d618ea7c.png)

What I mean by that is to make the view remember it last size and position, instead of restoring to defaults after every query.

**Is your feature request related to a problem? Please describe.** I'm trying to query users by name like %something%. ```dart var query = QueryBuilder.select([SelectResult.all()]) .from(CouchbaseHelper.databaseName!) .where(Expression.property("name") .like(Expression.string("%test%")))); ``` It works,...

Meet has this feature when you share a specific tab on Linux, and I believe you can share output sound on Windows too.