duongapollo

Results 11 comments of duongapollo

got the same error when using aqp with TypeScipt

hi @loris. Please change the following line in dist/cjs/index.js [338] module.exports = aqp; --change to --> module.exports = {aqp}; and following lines in dist/cjs/types.d.ts [38] export default aqp; export function...

i got the same error as @f5hajnal, with completely new NestJS Project Setup.

me had the same issue on OL8, arm64 on OCI

[Solved] install using yum yum install certbot yum install python3-certbot-nginx

i had the same problem. maybe there is an error in the line: `is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?g?(view|n?vim?x?)(diff)?$'"`

i found a solution here: https://github.com/christoomey/vim-tmux-navigator/issues/295 this work for me: ``` is_vim="children=(); i=0; pids=( $(ps -o pid= -t '#{pane_tty}') ); \ while read -r c p; do [[ -n c...

@aserowy i have updated the "is_vim" script in ~/.tmux.conf from: ``` is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?g?(view|n?vim?x?)(diff)?$'" ``` to ``` is_vim="children=(); i=0; pids=(...

i had the same issue, the console said: "cannot read property 'paths' of undefined"