Kovács Bálint

Results 11 comments of Kovács Bálint

Looks strange for me also: ``` misp = ExpandedPyMISP(MISP_URL, MISP_KEY, False) result = misp.search_index(published=True, eventinfo='test', pythonify=True) for x in result: print(x.id, x.info, x.published) ``` ``` 1764 test True 1762 test...

Hi, I got error with `salt 2018.3.2 (Oxygen)` using `client_batch` and `expr_form`. ``` salt_api.low([{'tgt': '*', 'batch': '1', 'client': 'local_batch', 'arg': 'sleep 5; date', 'fun': 'cmd.run', 'expr_form': 'glob'}] ... ) Traceback...

You can use this for `svn switch` ``` r = svn.remote.RemoteClient('https://repo.local/svn') r.run_command('sw', [r.url, '/tmp/working']) ```

Add `skip-grant-tables` under `[mysqld]` in database `my.cnf`

@coelholm what do you think about this solution? [base_coord_from_env](https://github.com/kovacsbalu/WazeRouteCalculator/tree/base_coord_from_env)

Hi @coelholm, I see your point but I really don't like too many parameters. Now it has 8 which is a lot. ( I will refact a bit and remove...

Hi @LucidityCrash , can you please -recheck with modified BASE_COORDS? Search server URL is looks good for me. `https://www.waze.com/row-SearchServer/mozi?q=2+Station+Road%2C+Prestonpans%2C+UK&max_distance_kms=&lon=-0.12996785342692366&lat=51.46451800296184&format=PROTO_JSON_FULL`

Yes, the original was Budapest, because I use this service with Hungarian addresses. :) Probably you need to modify the code and allow to override BASE_COORDS. You can test your...

I don'n know. I'm working on a new version which support custom base coord. See #56 https://github.com/kovacsbalu/WazeRouteCalculator/pull/56#issuecomment-932252263

Can you please show some other projects?