Christos Hrousis

Results 11 comments of Christos Hrousis

Thanks @davedash - I converted my Puttykey to a OpenSSH key using puttyGen... Except now I am receiving the same error as issue #49 To anyone else who reads this...

@williansmartins No Sorry, I ended up ditching this and using sublime SFTP plugin instead which support putty straight up as well. PR's #23 and #48 might be related, so If...

We should detect if there's only one day of data, then show in hourly format, then if more than 2-3 days convert to daily format....

I too got this deprecation error...

Add an attribute to your html markup data-no-retina or if there's too many Replace the following lines: https://github.com/imulus/retinajs/blob/master/src/retina.js#L38-L46 with SOMETHING like this: ``` for (i = 0; i < images.length;...

There isn't currently a way to import matches. It is running a postgresql instance, and you can theoretically connect to the database and attempt to insert records. But the problem...

Rubocop package working fine for me... Including full project check. #### My RVM Version ``` rvm -v rvm 1.26.3 (master) by Wayne E. Seguin , Michal Papis [https://rvm.io/] ``` ####...

I ended up writing my own search from scratch hahaha

Does not pass [jest-axe](https://github.com/nickcolley/jest-axe) ![Screenshot 2023-08-25 at 1 27 15 pm](https://github.com/AdeleD/react-paginate/assets/951957/0a8f0dfa-f541-465b-abff-2e24e88f4fe6) https://dequeuniversity.com/rules/axe/4.4/aria-allowed-role?application=axeAPI

I've been using https://www.cypress.io/ in my projects. The following explains why I chose it https://www.cypress.io/how-it-works I'm already using it as part of my fork of my project, would you like...