odiferousmint

Results 47 comments of odiferousmint

Can you please make the fix public? I do not see how it would be possible given that verification of the JWT (including claims) is actually performed, see: https://github.com/cdbattags/lua-resty-jwt/blob/master/lib/resty/jwt.lua#L935 I...

Thank you, it is much appreciated!

If you know how to code, you may be able to modify https://github.com/yafred/asn1-tool/blob/master/tool/src/main/java/com/yafred/asn1/tool/Compiler.java to allow for multiple ASN.1 files. I did the same thing some time ago. First argument is...

> I actually implemented kind of a hack here: > > `ArrayList moduleDefinitions = new ArrayList(dependentModules); moduleDefinitions.addAll(model.getModuleDefinitionList()); model.setModuleDefinitionList(moduleDefinitions); validateASNSchema(resourceName, message, name, model); generator.processSpecification(model);` > > I parsed my dependent models...

From what I remember this issue would not happen in Kotlin. Is this correct?

Any reasons for why `inspect` instead of `query`? The latter seems to be much more commonly used to `query` the package information. With `query`, you could also use `-q`, `-i`...

I think this design would make it difficult to know/follow which vocabulary we are in. Right now it is displayed all the time, no need to keep it in your...

It is slightly off-topic but someone on Hacker News said that "Factor used to have the stack displayed in a separate frame above the listener and it was removed at...

@catb0t Thank you! Yes, indeed it is a great talk! By the way, I have another question regarding a "missing feature". In the video he used a profiler which seemed...

I do not know, I prefer (i.e. it is just my opinion) seeing `{ 0 1 2 3 4 5 6 7 8 9 10 }` at the end instead,...