Alex Olieman

Results 22 comments of Alex Olieman

The cause is that Angular's digest loop evaluates expressions at least twice, to check if their output is stable. It clearly isn't in the case of `shuffle`, but other functions...

I'm getting a "too many redirects" error, and am wondering if this might be the cause. I already reported this on Twitter. Subscribing here so I can try again when...

I'm not sure about all the steps required to add a new language. You could have a look at https://github.com/dbpedia-spotlight/model-quickstarter to get started. The `index_db.sh` script takes care of the...

Same observations here. If I start making slides in a fresh notebook, without manual reordering, the slide order in the editor gets quasi-randomized as soon as the 11th slide is...

How about `+*+`, or just any number of asterisks for the placeholder?

This does not seem Neptune-specific as I've started getting this incorrect behavior after a DSE upgrade as well. I'm guessing it involves a bug in TinkerPop though, because the gremlin...

Hi, I'm wondering if there is any interest to work on schema/migration utilities as was previously discussed in [goblin-legacy#3](https://github.com/ZEROFAIL/goblin-legacy/issues/3). Asking it here because this would need to be (at least...

Thanks for sharing that schema script @davebshow ! I may be able to produce a DSE version of such a script soon, and will then look into the extensions needed...

The built Acora automata can safely be [pickled](https://docs.python.org/3/library/pickle.html). With regards to efficiency, this probably only makes sense if building the tree takes sufficiently long. In my experience, unpickling a small(ish)...

In PyCharm 2019.1 I don't seem to be able to re-run the daemon through this plugin. Running it the first time with Ctrl + Shift + M works just fine,...