Mark Stosberg

Results 505 comments of Mark Stosberg

While it possible to mix HTTP POST requests and redirects, it is not usually done for good reason. The goal of this module is to check if you are logged...

I recommend closing this issue as rejected. As @jaredhanson said, this is module primarily makes sense for browser-based sessions. If you are making API calls to the backend, the frontend...

This issue can be closed. If you don't want authentication, don't use this middleware on that route.

I recommend closing this issue as a dupe of #9 .

I recommend merging this. Showing an example of how to import a used function is basic documentation.

I think you are on the right track based on this spec: https://www.w3.org/TR/xmldsig-core/ in 6.6.3 XPath Filtering > Each signature must omit itself from its own digest calculations, but it...

Also, the return value when nothing is matches should be documented. Does it return an empty string? null? undefined? throw an error? Their is a lack of docs or examples...

I checked that there are currently also no tests for a failed match, either.

If doesn't break anything on your system, could you try renaming your C: drive folder to not have spaces? If that fixes it, then Ghost has a bug about handling...

I think `wmfocus` appears to work on Wayland due to XWayland, but doesn't actually work. See the parallel ticket there about Sway support: https://github.com/svenstaro/wmfocus/issues/53#issuecomment-663311275