-
When the font file name has more than 26 characters, then it appears twice in the font selector list. It affects .font and .otag files for TrueType fonts. To trigger this error, we can rename the font…
-
IMO this should be standard behavior. Achieving it is extremely easy: In helper.php, add ksort($otags) before returning $otags.
(I'm in a rush so I don't have time to fork and make a pull request, …
-
Document process for publishing recordings of TAG and workgroup meetings to YT channel so that this task can be shared by all TAG chairs.
cc: @halcyondude can you please put a GDoc together that ha…
-
iotkit-embedded/src/services/linkkit/dm/dm_fota.c 这个文件中的66行有一个bug。
```
int res = 0, file_download = 0;
uint32_t file_size = 0, file_downloaded = 0;
uint32_t percent_pre = 0, percent_no…
-
In EPrints 3.3.12: EPrints::MetaField::Set::input_tags_and_labels invokes input_tags, but then discards the returned value, effectively making the input_tags property useless. This got broken in the f…
-
## Eğitim
- [ ] Türkçe Eğitim Belgeleri [MD]
- [ ] Türkçe Eğitim Belgeleri [PDF]
- [ ] Türkçe Eğitim Sunusu
-----
- [ ] İngilizce Eğitim Belgeleri [MD]
- [ ] İngilizce Eğitim Belgeleri [PDF]
- …
-
When adding strings to an OTag as content, the indent level of the tag does get applied to the string.
```
Natoque mauris? Pulvinar rhoncus a mattis porttitor rhoncus velit habitasse mattis
odi…
-
According to the `src` folder in `.cargo/registry`, `nickel_cookies@0.2.0` is dependent on `nickel@0.9` which is dependent on `mustache@0.6`. Therefore, trying to `cargo check` a project that relies o…
-
Non key=value paired boolean attributes are not being parsed from an attribute string. Adding them after the fact is not also possible with the setter. They can only be added as part of an array dur…
-
This game has a pretty busted z bias implementation where certain things are pushed back way further than they probably need to be. I tried fixing this already but got a bit stuck. I need to read up…