-
### Feature Request
https://docs.starknet.io/documentation/starknet_versions/deprecated/
We should mark deprecated features and their uses as `@Deprecated`.
Currently, the list of deprecated…
-
# Proposal: Support ThemeShadow entirely within XAML
## Summary
I know I'll get some flack for calling this a bug but I consider it one :) ThemeResource cannot be used without registering the co…
-
현재 앱 코드에서 로그가 규칙도 없이 작성되고 있고, 로그가 나타나지도 않고 있다.
로그가 제대로 나타나게 하고 어떠한 규칙에 의해 나타나게 하는게 좋을 것 같다.
-
比如說下面的程式碼.整個改變太大.
本來很簡單的程式,都要改變成要用viewModel, 可以不用 ViewModel 嗎? 很多人看不懂.
因為我覺得flutter 還有bloc, provider, 不應該強迫user使用MVVM.
GoRoute(
path: ':uuid',
builder: (co…
-
It's happening more and more frequently with every new update pushed to the beta channel. I get it within 20 minutes of developing. I'm not sure if it's happening on release mode though.
```
F/lib…
-
# 关于
> Good good study, day day work.
这个 issue 用来记录每周的工作和思考,包括做了什么、遇到了什么问题、如何解决的、做了什么优化、有什么思考和进步。
另外,左耳朵耗子也提出了 ARTS 的建议——每周至少做到一次下面几点:
- Algorithm:每周至少做一道 LeetCode 算法题
- Reading:阅读并点…
-
Type: Bug
can not edit
VS Code version: Code 1.87.2 (Universal) (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:21:31.043Z)
OS version: Darwin arm64 23.2.0
Modes:
System Info
|Item|Val…
-
### Description
I don't want to build backend service from scratch. So I've been spending some time finding serverless backend solution for my .NET MAUI app.
Firebase, Supabase, Pocketbase... they…
-
## Descrição da vaga
Atuar no desenvolvimento, sustentação, manutenção, monitoria e documentação dos sistemas;
· Participar dos desenhos de padrões de arquitetura e soluções de melhoria para os …
-
There are lot situations where `new` keyword can be omitted.
`var p = new Point();`
can be
`var p = Point();`
Keyword `new` will be required to resolve ambiguity, for example if Point() …