Emil Lerch

Results 11 comments of Emil Lerch

I have Bootstrap 3 working using the same technique as Web Essentials Visual Studio plugin (I was going for guaranteed compatibility with WE). I created an alternate less compiler and...

FYI - I've reported this to MS through the built-in feedback mechanism (not MS Connect).

I poked Mads (@mrkristensen) about this on Twitter today. He says the issue is fixed, but we need to make sure we call Flush() on the filter: https://twitter.com/mkristensen/status/362680505294008322. I don't...

The endpoint shouldn't return an index. The accept header I send to the server is only asking for v2 and OCI manifest types. That said, if it were to return...

In my environment I was able to trace this down to OCI manifests. The [actual pulling of tags to gather information for the tags template](https://github.com/genuinetools/reg/blob/0216665023d8130b654fdf79fb1fbbd2233d60e6/handlers.go#L179) succeeds, but there is also...

I created a PR #202 that addresses the cause for this issue in my scenario.

@goto-bus-stop @kristoff-it I am not part of the zig team, but have a fair number of projects using zig now and would be willing to help. I have a fork...

There's a ton of changes and also some merge conflicts. I'm also torn regarding the missing files - I think it's useful to **not** provide an out of the box...

@zarusz I would like to support POST binding at some point - it should be relatively close. It was commented out because the upstream library I pulled from had a...

Take a look at https://github.com/elerch/SAML2/pull/11 and let me know if it solves the issue for you. There's some evaluation I still want to make before accepting it, but you seem...