-
Hey @lionleaf, nice project!
I was doing some local dev on it today and I created a Dockerfile. I'd be happy to make a PR and add some Docker instructions if you'd like?
Just wanted to solicit y…
-
We can detect an audio dweet if:
- It has been tagged #audio
- It contains code `Audio` or `SpeechSynthesis` or ...
- (It looks like it has a compressor, and the uncompressed code contains the abo…
-
This was previously discussed in #247, but it seems that noone has actually gotten round to implementing this. Therefore, I opened a seperate issue for this, well... issue, as per @lionleaf's request …
-
While I'm on the security side; it is possible to post dweets that, while maybe not a real security threat, can really affect the flow of the website by throwing exceptions with interesting strings. F…
-
I wanted to see if I could add an interactive element to a dweet, so I decided to attach a mousemove listener to take the mouse coordinate into account. Now, paying for the cost of adding an event lis…
-
It's more noticeable on shorter/low-res screens. To reproduce the issue you can paste
```javascript
throw '\n'.repeat(33)
```
into a dweet and then scroll down.
I'm guessing Waypoint.Inview can…
-
Would be more interesting if we had more Math functions injected...
var A = Math.abs;
var S = Math.sqrt;
var G = Math.sign;
var r = Math.random;
and maybe even:
var d =…
-
I have tried to use this project but after install npm module and run server, I have this error when I trying to register.
![image](https://user-images.githubusercontent.com/120799088/216836403-42c…
-
The feed is currently a big sluggish, I suspect because:
- It keeps creating new iframes and canvases. After you have viewed 4 pages of dweets, your window will have 40 iframes in the DOM, with 40 …
-
It doesn't look good on other themes.
![image](https://user-images.githubusercontent.com/34210285/49228784-c22b7d80-f3f4-11e8-8c7a-9c15453e20d0.png)
I suggest replacing the img with a simple canvas …