Andreas Möller
Andreas Möller
@wiradikusuma I do think there is no "recommended" way as long as the feature is not provided natively. The solution you chose, depends always on your requirement and the purpose...
You should use a modifier: `block__elem--bordered` If you wanna reuse the border-radius, use SCSS
Can you provide more details? Maybe a code snippet? You may find your answer in here: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache > A workflow can access and restore a cache created in the current...
Hi there. I found a way how to reproduce this issue. The error is caused when you run a **parallel** `yarn install` at the same project. We faced this issue...
@cinderblock that works great. Thanks a lot
> your code is already invalid > > if length = 0 `true > 0` if length > 0 `false > 0` Sorry but I don't get it. My code...
Ok get it! `!foo.length` should be transpilled to `foo.length === 0` Make sense. So the `>` operator is unnecessary.
tl;dr: It's not a bug. It's a feature. Google's new API does not allow full-screen splash screens anymore since Android 12+. You need to use an icon. https://capacitorjs.com/docs/guides/splash-screens-and-icons > In...
I assume you used Barcelona. So I used the following coorodinates `41.4°, 2.167°` to reproduce the issue. When I compare the results with https://www.timeanddate.com/moon/spain/barcelona the calculation looks correct: ```JavaScript rise:Sun...
The day starts at 00:00 and ends and 23:59:59. The moonset for Nov 08 2022 is at 07:13. So if you want to moon set for after midnight, you need...