PhML

Results 8 comments of PhML

I open the Tagbar window with this mapping: `nnoremap :TagbarToggle` `nmap` doesn't work. I use neovim and on a fresh installation, with this minimal setup it works: ``` execute pathogen#infect()...

@immerrr I thought about it but since there were already `retry_if_exception_type` I didn't want to suggest a different convention. Otherwise, it would be more coherent to have: ```python retry_if_exception(type=MyException) retry_if_exception(match="pattern")...

I use a similar method with `Vega` component and have similar issue when I use `vconcat` oh `hconcat` in a vega-lite spec. @mapringg as a workaround I replace my Vega-Lite...

I am not sure it is related, but this is very confusing: ```python In [1]: from datetime import datetime In [2]: from freezegun import freeze_time In [3]: import time_machine In...

@rcthomas What is the status of this issue ? Are you still working on it ?

> I'm finally starting to dig into using our image with `singularity`. According to my tests: > > 1. `singularity run docker://mambaorg/micromamba:latest micromamba info` shows `base` environment is activated, appears...

What is the status with this issue ? I also experiment troubles with the swap of `.` with `:`.

In fact, I write a [Grafana](https://grafana.com/) plugin where user can fill a Vega spec to visualize data from a PostgreSQL datasource (it could be another datasource). Generally I retrieve simple...