Ranjan Purbey

Results 25 comments of Ranjan Purbey

This should be solvable using a custom template for html. Though, I agree this should be handled by default

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/local @inbasic can't this be used?

@mrgromov Is AP mode working? On my system, `iw list` only shows `managed` and `monitor` modes.

It's most probably an API error, because the error is not consistent. Sometimes it runs alright, and sometimes it fails.

I think it's currently not implemented but you could import config from a JSON file and use it [here](https://github.com/YoyaTeam/dynamodb-manager/blob/4315f5d8ee46d0c89ed57af24721ec7451f957a3/src/page/config/_config_list.vue#L62)

Refer #70 The solution by [vkareh](https://github.com/vkareh/brisk-menu/commit/2be1c4755debb7f0193b3e321503eee5f3cf998e) works perfectly.

No, you cannot do it with the existing code. However you can easily create a solid variant of an existing icon using the following steps: 1. In the `node_modules/grommet-icons/icons` folder,...

The `color` prop sets the stroke color for existing icons, and not the fill color.

Try it for Cursor icon. You will notice it only colors the border. What if the user wants a solid variant of the same icon? That can be achieved using...