Mark Vincze

Results 49 comments of Mark Vincze

What's the situation with this feature? Is it possible to watch a directory recursively with `fsnotify`? If not, is there a recommended alternative package?

@nathany, ah thanks, it seems to work nicely on Linux so far. I'll give it a go on OSX and Windows too later.

Hey @davetlewis-van, Great summary, thanks for this! 👍 I managed to get the search working based on this. One weird thing though: sometimes the search is not finding my pages....

I see that the tokenizer is doing some magic that's causing this, and I'm trying to debug to wrap my head around it, but so far couldn't find a fix.

Hey folks, This is affecting us as well. The setup we have is that we store the service account key in a Kubernetes `secret`, which is mounted to the Cloud...

I would also be interested in this feature. My use-case is the following: I have a service which has both gRPC and REST endpoints. And I'm using Nginx as a...

What can the `when` property be set to? Any boolean expression? Or this is outside of the scope of this proposal? Do you have also already an idea about what...

Hi @ericchiang, Thanks for the reply! I tested this code, but so far I couldn't get it to work. The issue is that the `Create` call will try sending the...

I guess what happens is normally for `Create` it's the correct thing to omit the `{name}`, for example if we create a pod, we want to `POST` to ``` /api/v1/namespaces/{namespace}/pods...

Btw I tried just manually passing in `true` as a test, but I'm getting a `400` with this response: ``` Failure 400 Eviction in version "v1beta1" cannot be handled as...