-
Hi there! Thanks for all your work on this (especially the RFC, blog posts, and discussions between you and Dan--immensely helpful to me). I've been doing a deep dive across this repo, the Next.js cac…
-
# Single-Serving To-Dos
18 to-dos, 5 points each, with 2 extra credit to-dos
## Essential
### Code
`15 points`
- [x] Use of lowercase alphabet for all markup, style, and file and folder n…
-
/cc @nesquena @timothy1ee
-
For a `Browser.application` the [docs](https://package.elm-lang.org/packages/elm/browser/latest/Browser#UrlRequest) recommend to handle `UrlRequest` like this
```elm
case msg of
ClickedLink ur…
-
Hi, I'm making an app where when opening Temi something must fire and when it switches to the other screen or when it returns to the starting screen it doesn't say anything I tried to insert this …
-
# BottomNavigationViewコンポーネント
# 懸念点
> ここで注意したいのが、Fragmentの切り替え方です。Web上で見つかるコードは、以下のようなreplaceで書かれていることが多いですが、replaceで切り替えると、表示ごとにFragmentの状態が初期化されてしまうため、各アイテムの状態を保つことができません。replaceは内部的にremove、…
-
# Location
[TPAC](https://www.w3.org/2017/11/TPAC/), Burlingame.
# Agenda
## Push API
I don't know the details, but I believe the Safari folks have some concerns around the push API, so le…
-
I'm using the latest version of Osmand from f-droid, it was working file till I moved all the files over to the sd card, now it fails with the following for each file after a certain point.
```
E …
-
@nesquena @timothy1ee - My app is complete, please review. Thanks!
-
Currently, the List widget ends up generating DOM like below:
``` xml
Category A:
Category A Item 1
Category A Item 2
Category B:
Category B Item 1
Category B Item 2
```
But according to the [aria s…