Andras Gefferth

Results 10 issues of Andras Gefferth

It may be my lack of understanding of the Django settings system, but in my settings.py I set the FORCE_SCRIPT_NAME variable to 'X" so my application is located under http://servername/X/...

James, this is the functionality I mentioned before. This allows the usage of `node.custom_step('friend')` or `node.custom_step('out.out'). I made a few changes, which I believe are rather independent from the implementation...

enhancement

The `rebuild_vertex_index` and `rebuild_edge_index` functions (https://github.com/espeed/bulbs/blob/master/bulbs/rexster/client.py#L1027) seem suspicious. They reference some scripts which I can't find, and `params` seems to be at an incorrect location.

Bulbs allows you to write a groovy script on the client side and send it for execution to the server, but unfortunately it is not possible to store a procedure...

I am working on a project, for which I found bulbs to be very useful. There are however a few features, which I miss, such as 1, checking the equivalence...

enhancement

The `NodeProxy` class does not have its own `get` method so the one of `VertexProxy` is called which does not check for `element_type`. So you can get a type `B`...

enhancement

But it would be expected (at least by me) that it does.

bug
regression

I found that the nonreduce_axis.push only support dtypes compatible with np.nan, or for which np.isnan is supported. I'd be happy to attempt to extend the range to other types and...

enhancement

Hi, I really like the jupyter_to_medium package, it helped me a lot to create my post. (https://towardsdatascience.com/creating-a-ui-with-ipywidgets-and-autocalc-2ef8ea4cc6c2?source=friends_link&sk=d0077f21d38df0313c0e727a378af415) However, I found that when I had multiple iterations of the post, it...

Hi Philipp, I added an example view to the README.rst. I had to change `**Example**::` to ``` Example ....... ``` because I had some trouble compiling. Let me know how...