sandstrom

Results 466 comments of sandstrom

For many API-only services CSRF isn't an issue (since there is no token tied to the domain). For example, of the session token is stored in local storage and passed...

@philippederyck I agree! Thanks for explaining this in a clear manner (you made a better job explaining it than I did). 😄 Perhaps we could just add a short section...

@jcesarmobile Yeah, I looked at that event too, but seems like it has slightly different semantics/meaning. It's more of a switching thing. Maybe a separate event for crashes would make...

Most probably know already, but Web Push Notifications is coming to Safari (both iOS and macOS). https://webkit.org/blog/12824/news-from-wwdc-webkit-features-in-safari-16-beta/#web-push-for-macos *(I don't know how that would work in a webview app wrapped within...

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe...

@romansklenar In case it's useful to you too, I've moved on to [xlsxtream](https://github.com/felixbuenemann/xlsxtream), which is an excellent library for writing XLSX-files. It doesn't handle fancy color formatting etc., but works...

I had the same issue and switched to the [xlsxtream gem](https://github.com/felixbuenemann/xlsxtream). It worked really nice for basic csv-like data in xlsx-format! Fewer features than axlsx, but less memory usage and...

Another solution could be to use suffixes such as `textBlockSection1`, `textBlockSection2` where `…sectionX` is the suffix. You'd then iterate over them using JS + `exists` to see how many 'sections'...

I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe...