-
## Verb tense
Question:
> I'm writing a technical manual about creating database systems, and wondered what is the best verb tense for title names.
>
>My ideas are:
>
>- Continuous (-ing) form…
-
Hi everyone,
I'm sure everyone knows enough english to find his own language in the Guides list but how about replacing, say
- Guides in french
- Guides in spanish
with `Guides' translations: [FR] en…
-
## no_raw_futures (maybe no_async_then?)
## Description
Do not call `Future.then()`. Call `await` instead. Maybe only enforce in async methods?
## Details
`Future.then()` is much less read…
-
Debug log
```
Server initialized!
stderr: [2m2024-11-12T03:06:42.748722Z[0m [31mERROR[0m [2mharper_ls::backend[0m[2m:[0m Unable to change config: Settings must contain a "harper-ls" key.
…
-
@isazi could you (or someone else) have a look at the following links in the GPU chapter?
> Errors in best_practices/language_guides/opencl_cuda.md
>
> [403] https://www.intel.com/content/www/us…
-
## overview
right now, the how-to guide counts count the total number of how-to guides across languages. e.g., if a package has 1 how-to-guide that's available in 3 languages the count on the how-to …
-
/// Use for web for lazy loading other routes
/// more info https://dart.dev/guides/language/language-tour#deferred-loading
final bool deferredLoading;
-
### Page URL
https://dart.dev/guides/
### Page source
https://github.com/dart-lang/site-www/tree/main/src/_guides/index.md
### Describe the problem
`development mode` and `productive mode` menti…
-
### Problem I have
In Russian and in other slavic languages (and not only them, I guess) we have different word endings (+suffixes sometimes).
As I wrote on Crowdin:
```
1 post = 1 пост (same appl…
SadmL updated
1 month ago
-
Searching through threads is currently done with Fuse.js, a lightweight client side fuzzy search tool.
Over time, this will not be performant as the number of threads the user has grows. We current…