Raphael Jolivet

Results 24 issues of Raphael Jolivet

Hi, I would like to disable Kerberos authnetication for sshexec-maven-plugin. I have tried to add `GSSAPIAuthentication no` in `~/.ssh/config` with no luck. What is the path of the config file...

Hi, thanks for this work. This is very useful. If you happen to need to project back the 3D x,y,z coordinates to geographic (lat,lon) coordinates, be aware that Google seems...

Hi, Is there a support for client implementation ? I would like to be able to declare an interface, annotated for the declaration of the REST API and then :...

enhancement

When doing simple calculation of 1 activity and 1 impact method, the calculation hangs ("waiting"Cursor). In the debug windows I get the following stack trace : ``` Reset project settings...

I see the latest version of Qt support WebAssembly, enabling any Qt application to run smoothly in the browser : https://www.qt.io/qt-examples-for-webassembly That would be a great improvement for AB :...

I removed the dependency to pasterapp. This fix works both on newer and older versions of gunicorn (= to 20.X)

### Updating AB - [X] Yes, I have [updated AB](https://github.com/LCA-ActivityBrowser/activity-browser#updating-the-ab) and still experience this issue ### What happened? When creating exchanges with ActivityBrowser, they miss the attribute "name" in `._data`....

bug

I have added a left menu with list of topic tags for my instance. Here is what it looks like (in french here, but the menu label is internationalized) ![image](https://user-images.githubusercontent.com/1201600/105234768-f251af80-5b6b-11eb-848e-4fca1f9856ec.png)...

Kind:Module Idea

When using [Flask Streaming capabilities](https://flask.palletsprojects.com/en/2.0.x/patterns/streaming/), flask-compress gathers all the data with _get_data()_ and returns everything at once, breaking the "streaming" paradigm. You may integrate streaming compression as described in this...