-
### Description
Hi Team,
In Xamarin Forms, I used a `NavigationPage` as my `App.MainPage`, and handled navigation via `NavigationPage.Navigation`. This approach worked well with the tools available …
-
Mau tanya pak eko terkait interaksi database yang sudah menggunakan ORM apakah tetap masih perlu menerapkan repository pattern? Bagaimana best practicenya yang baik dan benar? Terima kasih.
-
[playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=6178d0d0ebf5070b1cc2995575e38505)
```rust
use core::future::Future;
async fn select(_: A, _: B) -> Result {…
-
When using this library, I needed to import with the following pattern:
```
import { to } from "await-to-js";
```
Instead of the approach in the README:
```
import to from "await-to-js".
…
euoia updated
2 months ago
-
**Describe the bug**
#include should never be inside of scopes or namepsaces. But zstd seems to extern "C" and then include various headers within them. This then causes clang module building to fa…
-
Generating the patterns using this starter kit gives the following error (file paths have been sanitised)):
```
Fatal error: Uncaught Error: Call to undefined method __TwigTemplate_cb87d917ee04680…
-
Hi, it's me again!
**Is your feature request related to a problem? Please describe.**
Update lints for Dart 3.5 (part of #108)
**Describe the solution you'd like**
Add:
- [ ] `unintended_ht…
-
Hello there.
I've seen a bad pattern here, and it is that [snake_case](https://en.wikipedia.org/wiki/Snake_case) is being used in this library.
This is a total bad practice and breaks patterns th…
-
Kubernetes is relatively strict about the names of its resources, as it should be valid DNS names.
The frontend doesn't prevent submitting invalid names. Kubernetes will reject them, but it could b…
-
![Image](https://github.com/user-attachments/assets/9c29abf1-05bd-4071-994b-1bc6b5b90498)
3人同時接続でテストしました(未認証はまとめて対応とのことですので、今のところNGですが問題ないはず)
| 接続クライアント1(実行者) | | | 接続クライアント2(対…