Daniel Loureiro

Results 14 comments of Daniel Loureiro

What worked for me was to increase the "line-height" css property.

There's a typo on your filename. It should be `city-lookup.yml`, not `city-loockup.yml` (you put an extra "c").

Hi @Prabhakarank, can you execute these 4 commands below (at shell prompt) and put the returns here? 1) `gem which city-state` 2) `ls -lh /home/bitla-b10/.rvm/gems/ruby-1.9.3-p547/gems/city-state-0.0.11/lib` 3) `whoami` 4) `groups` The...

I've corrected the permissions in this new 0.0.12 version, this is why it worked now :) Thanks for reporting this issue.

Hi @dpasechnik, can you please run these 2 commands and put the results here? 1) ls -lh /opt/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/city-state-0.0.13/lib 2) ls -lh /opt/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/city-state-0.0.13/lib/db

right. It's a permission problem. You can quickly fix it by running: ``` chmod g+w /opt/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/city-state-0.0.13/lib/db/* ``` anyways, I'll fix this on the 0.0.14 version

I think it's a good idea. MaxMind provides translated location names to be used in many languages, and I actually had implemented an option to use these translation files a...

sorry for the long delay @ovamsikrishna. It's a great idea, it can be useful on autocomplete inputs. I'm just not sure on how to make this. Currently we have about...

Overriding the dependency check worked for me: ```bash pip install pydantic==2.5 --force-reinstall ``` The command triggered a dependency error, yet it successfully installed _pydantic 2.5_ alongside _redis-om 0.2.1_. I use...

Same here, v0.3.6. When I close and re-open VSCode, it works for a few seconds, and then it stops working. I tried deleting the `settings.json` file and reinstalling the plugin...