Robert Peralta

Results 23 comments of Robert Peralta

@manjeshbhargav was this feature included on a newer release?

@jardelsantana ``` create table transactions ( id INTEGER, account VARCHAR(4) not null, amount_change FLOAT not null, action VARCHAR(50) not null, balance FLOAT ) ; create unique index transactions_id_uindex on transactions...

@jardelsantana Do you know if there's any workaround to fix this? If you have some insight I can jump in the code and submit a pull request

> I found the issue. In my case Bitdefender was deleting the ngrok executable. It identified the threat as Trojan.MAC.Generic.117739. How did you solve the issue? Seems like it's happening...

> Unfortunately I didn't solve it. I just stopped using ngrok. I suspect the next build of ngrok will eliminate this problem because a new executable will be produced with...

> Hi all, if the ngrok binary is getting deleted, then it is most likely some sort of company antivirus sweeper that has incorrectly flagged the ngrok binary as malware....

Yeah, thats what I had to do, but it took me so much time and trouble that I thought that simply including it is far better. The same as the...

I also have this issue, and it seems to be caused by these changes on the initialize method for CSV: `3.0.0/csv` ![image](https://user-images.githubusercontent.com/1380104/207145203-5b3ac1d4-7661-44f9-a9b1-cd00cace20e2.png) Previously it used to be like this: `2.6.0/csv`...

Isn't this included with the Ruby version itself though? Can I just override it on a gemfile? -- EDIT -- Alright, yeah that worked, thanks!

> > Hi all, if the ngrok binary is getting deleted, then it is most likely some sort of company antivirus sweeper that has incorrectly flagged the ngrok binary as...