Alexander Raichev

Results 31 comments of Alexander Raichev

@jaroslawp, could you explain your workaround in more detail? For instance, where is the file ``chrome/content/calendar-event-dialog.xul``?

Does this PR work with (local) GPT4All models too?

So is there a way yet to run a Jupyter notebook within the UV project's virtual environment from the command line (and without VS Code)? I use Jupyter notebooks for...

I don't actually do it with Poetry but with Poetry (to manage the project's dependencies) + Virtualenvwrapper (to manage project's virtual environment). ``` # At start of project > mkdir...

Oops, my bad. Thanks for the clarification @baggiponte . I wasn't able to get `uv run jupyter notebook` to work a few weeks ago, but today, after upgrading to UV...

Hi @praneethd7 , do you think this feature would be available in July? Would be quite useful.

Here's one potential solution that modifies `get_bus_feed`, which you can then use in `get_gtfs_segments` and elsewhere. I must confess that i haven't tested this, but it looks about right and...

Wow, thanks for your speedy work, @praneethd7 ! I know it's not easy maintaining an open source project with users. I checked out the pull request, ran its tests, and...

Hello @praneethd7 , here are all the non-bus (ferry and rail) routes found by `get_gtfs_segments` in the Auckland 2025-02-20 feed linked to above. Their route types are correctly listed in...

Thanks @gvwilson . Submitting a fix is beyond my skill level, so we'll see if someone else volunteers.