Leo Adamek

Results 9 comments of Leo Adamek

I've tried your suggestion but I'm still getting the same behaviour, the output from the gocode daemon is the same too, but just in case I'm wrong here it is:...

Those hashes aren't in the actual source code, I'm guessing that gocode adds them as markers, certainly the first is about where my cursor was... On 1 Sep 2016 8:37...

Looking at this package I've noticed too that the `ARRAY` function doesn't work correctly, it seems to accept only a single argument, rather than the variable number of arguments of...

I'm also having this issue, specifically when using a `client_credentials` grant. Is there a workaround for this, perhaps setting the user to the oauth application itself?

While its definitely not an ideal solution, and it lacks some things I'd like to do with it, it does at least get around the issue.

Having the same issue here, we have a scope property `type` and when setting a `parent_id` in the request, the check for the parent's validity doesn't correctly include the scope...

Thanks @NanXiao , that does indeed solve the issue. Do you know if this would have any adverse effects for older versions of GCC, or could it be added to...

@f4grx have a look at #2 -- Try adding `-no-pie` to the linker step, it resolves the exact same issue I had on Arch.

Is there a reason this PR hasn't been merged? Not being able to handle file uploads is a blocker for many projects, which creates a trap for those upgrading from...