Nick Whelan

Results 12 comments of Nick Whelan

I'm going to second not changing this. If anything, I'd rather see `changes` made in to a JSONField, though I would also be concerned about migrating that data. Perhaps modifications...

This is probably solved by PR #262

Something additional that I found that makes me wonder if I'm prepared to make a PR. It's not clear how the maintainers would prefer this... I've since tried a new...

General workaround: Use a callback to call `span.set_tag(Tags.SAMPLING_PRIORITY, priority.USER_KEEP)` when initializing the OpenTracing integration. Both Django and Flask's libraries under opentracing-contrib/ has this feature. Also, perhaps some info on OpenTracing:...

Hey Brett. If it's not clear, Sergey and I work together, but in very different time zones. I can at least partially answer this. It's something else entirely. We have...

@brettlangdon I just wanted to share that using the workaround with a callback has been working for my team.

I'm having the same issue. I've spent an obscene amount of time sorting out Spring Security, and this is a real bummer. When I debug in to `hasRole`, looking at...

I wanted to provide a little more information. I think there may be two things that need to be resolved. First, the granted authorities need to get propagated, such that...

I've just ran into this issue. Would y'all be receptive to a PR?