-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Given that material-design-icons targets modern systems, not IE8 on windows XP, there are a few formats that no longer make any sense as part of the CSS delivery.
- `eot` is no longer supported, an…
Pomax updated
3 years ago
-
Hi,
Write the following into a buffer, and move the anchor around with `h`/`l`:
```
а́ы́
```
The cursor disappears upon hitting `l` when the anchor was hovering over either character, as if…
-
We should clearly specify how to validate an event that has been received over federation, and how the receiving server should behave when validation fails.
The sorts of things we should consider c…
-
There are a few manual tests to cover the [registerProtocolHandler](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-registerprotocolhandler) method of the [Navigator](https://ht…
-
Using python:
``` python
import zlib
zlib.decompress("w7NIw43DicOJBwA=".decode("base64"))
Traceback (most recent call last):
File "", line 1, in
zlib.error: Error -3 while decompressing data: inco…
-
hello
thank you for amazing code...
but the important reason to create more than one xib is to support LTR and RTL language (Label, Textview,...ect alignment).
so is your code support this case?
th…
-
I just generated 512 bytes using sjcl.random to get the following array:
```
[
1622257303,775647481,-496345452,-1065731224,938938801,-868508255,1182296851,2075930857,-792325703,1093833160,-508421808,…
-
### Steps to reproduce
Using an US keyboard layout modified with the CAPS LOCK replace by KANA and I mapped french accents to a KANA+letter.
when typing a KANA+letter, it doesn't show up.
### Exp…
-
@cscott [says](https://github.com/mathiasbynens/node-unicode-data/pull/6/files#r8299800):
> I thought about adding 'None' as a regexp, but it bloats the lookup array as a direct map. Maybe it's worth…