Felix Spöttel
Felix Spöttel
Personally, I think these embeds add a lot of value to the map as less context switching is required to assess events. It would be great to have a toggle...
Alright, I'll close the PR then - I don't think there's a way to embed instagram in an iframe. It would be great to document expectations like this so people...
As for GDPR: - you need explicit _Consent_ if the underlying iframe sets cookies. some embeds have a `noCookie` param or domain in which case you don't. Telegram and Twitter...
`Ё` is visually similar to a lot of western characters which might make the icon difficult to grep on smaller sizes. German has `Ä`, `Ö`, `Ü` for instance. What about...
@zuuring it seems like your merge borked the commit history on the branch. do you know how to fix it or do you need help with it?
Facing the same issue, `Ubuntu 19.04` on kernel `5.0.0-20-generic`.
Hey! > Why isn't there support for SASS/SCSS out of the box? Mostly personal preference. The things I use this boilerplate for usually are not complex / big enough to...
In theory, it should be sufficient to pipe `node-sass` into `postcss` like `node-sass index.scss | postcss ....` and adjust the watched files. I have not tried this yet though. Let...
Hey @gsambrotta thanks for reporting this issue! Can you copy-paste the command output you receive?
Binding `open-url` before `ready` seems to work as of `electron@^10.1.3`. You need to handle the race cond. between `open-url` and `ready` in that case. I ended up doing sth. like...