Johannes Maximilian Toball

Results 4 comments of Johannes Maximilian Toball

The API supports negation, at least in the current version. But that does not change much here. I did this similarly, but patched "null": OP_IS into the DJANGO_MAP and then...

Might be a bit late now, but you could subclass RestResource and override create like so: ``` python class PostSaveResource(RestResource): def save_object(self, instance, raw_data): saved_instance = super(PostSaveResource, self).save_object(instance, raw_data) #Do...

I had the same issue on Arch Linux. What solved it for me was to look at where thefuck was imported from: ``` >>> import thefuck >>> help(thefuck) […] FILE...

I was facing a similar issue. What does `wsk -i package list` produce for you? After successfully running the `installKafka.sh`-script, you should have something like this: ``` packages /whisk.system/messagingWeb private...