Nithin745

Results 6 issues of Nithin745

## Overview I am trying to install av==8.0.2 --no-binary=av, but i'm getting build error ## Expected behavior av module installed without any errors ## Actual behavior Throwing "python setup.py egg_info...

build

I have added this lines to the /etc/fstab ` s3_bucket /mnt/aws fuse.geesefs _netdev,allow_other,--file-mode=0666,--dir-mode=0777,--profile=default,--uid=1000,--gid=1000,--shared-config=/home/user/.aws/credentials,--endpoint=https://s3.amazonaws.com,--memory-limit=4000,--max-flushers=32,--max-parallel-parts=32,--part-sizes=25 0 ` But, i'm getting this error in the system logs and the s3_bucket is not mounting...

Whenever i try to sync or update the luarocks always failed to install. i get this error. ``` [packer.nvim] [ERROR 21:52:36] luarocks.lua:104: Failed to install hererocks: { [packer.nvim] exit_code =...

bug
luarocks
v1

I want to open specific window (like dap-repel) in new tab when i call `dapui.toggle()`. is there any way we can do it using this plugin or if you can...

### Feature Request I don't know if this feature already exist or we can do it with some scripting, what i want is this Whenever i lock or suspend or...

feature-request

``` def _load_mobile_net_model(self): model = _MobileNetV1() state_dict = load_state_dict_from_url( 'https://www.dropbox.com/s/bd1keyo085pscfu/mobilenetv1_pretrain.pt?dl=1', map_location=self._device_control ) # # load params model.load_state_dict(state_dict) return model`` ``` this dropbox link for mobile net is not working