Alex Chaplianka

Results 11 issues of Alex Chaplianka

I'll preface by saying it's a hunch and I have no convincing argument other than my intuition and I'm not familiar with the internals of gjson. For large JSON's GetMany...

consul-template v0.20.0 (b709612c) ### Configuration ```liquid {{ with node -}} node: id: {{ .Node.Node }} {{- range .Services }} {{ .Tags }} {{- end -}} {{ end }} ~ ```...

bug

How about adding some string functions such as hasPrefix, hasSuffix, regexp.Match? EDIT: Oh I see there's regexp.Match() which should cover all other cases. But maybe it's still worth to add...

enhancement
thinking

I was wondering if it's possible to skip claim validations in the JWT middleware. i.e. somebody sends with "alg":"HS256", but I don't want to check the signature

question
stale

We're attempting to upgrade to JDK10, and encountred this issue with OkHttp. Seems like OkHttp 3.10.0 has support for Java9, but the call to one of the methods results in...

Hi, I'm encountering an issue where my client application can't connect to the region server. It seems that the region server port is always different. I tried mapping the region...

| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | API breaks? | no | Deprecations? | no | Related tickets...

I want some static content to appear at every page's header, and page number on the footer with static text. I tried 1. Calculating page height/ and using it to...

stale

I'm trying to include this library in my build.sbt but it's unable to resolve. build.sbt ``` resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases" resolvers += "Spark packages" at "https://dl.bintray.com/sbcd90/org.apache.spark" ......