Simpletalk icon indicating copy to clipboard operation
Simpletalk copied to clipboard

Results 41 Simpletalk issues
Sort by recently updated
recently updated
newest added

add size hinting add grids add snapping

development

### Main Points ### Inspecting the `cssStyle` property, there is a discrepancy between the inline css set on the DOM element and the styleProp value. In addition, some prop values...

bug

Current there are a number of mostly css issues. We should at least support Chrome.

development

When working with various apps, services, etc running within ST (such as a browser's iframe/srcdoc), we could consider using the now widely supported [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel). This might keep things tidier and...

development
discussion

### Main issue ### The html element does not support youtube, vimeo embed links and, hence, neither does our `video` part. The recommended solution is to use iframes, which is...

development
discussion

### main issue ### The DOM parser is very greedy with the tag and will grab even if it is inside a string (quotes), such as the value of an...

development
discussion

Really only intended to add @types/mocha to the dev dependencies and make a handful of linter appeasing changes: 1. add 'const' to ohm where missing 2. explicit .toString() on Buffer...

### Main Issue We should probably make a general html media part from which to subclass image, audio and video. We are reusing some code here: loading resources (remote or...

development
discussion

###Main Points### We should allow raw drop of css values that our "DSL" doesn't handle natively. For example, we should be able to write "width: 10%" and will inline with...

development