-
On Twitter, "💩💩" is 2 chars long.
On Dwitter, "💩💩".length == 4.
Can you please count glyphs instead of chars?
Here's a way to count glyphs properly (with ES6):
[..."💩💩"].length == 2
-
example
`x.font='525px A',x.fillStyle='#'+'09F911,029D74,E35BD8,4156C5,635688,fff'.split(',')[i],x.fillText(i>4?'+C0':'â–ˆ',i
-
ghost updated
6 years ago
-
When using espressif8266 @ 1.7.2 I can't compile my project.
However when forcing to espressif8266 @ 1.7.1 or espressif8266 @ 1.7.0 everything seems to work correctly.
See logs:
```
+ platf…
-
One thing I've noticed is that lots of people just press 'dweet' on the home screen, and that will publish the default dweet as one of their own. Maybe it could tell you to think of something unique, …
-
Could use Dwitter.net/e/#### for embed on external sites just like youtube embed.
Once requested it fetch's the dweets code and responds with standalone player...
`c=document.body.childNodes[0];wi…
-
Probably due to the "#n" text in remixed dweets, people have picked up the convention of referring to other dweets with the #n syntax. Some ideas:
* Change the remix text to say "remix of d/n by us…
-
Being able to mention other users and dweets in comments in a way that automatically links. I'm planning to use the following syntax:
u/username for a user and d/1337 for dweets. (or /d/1337 and /…
-
I have some panels and gauges feed by dweet.io but they keep overlapping and switching orders both on PC and mobile.
![image](https://user-images.githubusercontent.com/6293506/33765164-ed57b2f8-dc1…
-
Much harder to sanitize characters for a site like Dwitter, but I would suggest sanitizing all occurrences of "script", "iframe", or "img" before the dweet can be submitted. XSS proof of concept: ht…