Joel Drapper

Results 72 issues of Joel Drapper

All the logic around rendering and passing buffers should be extracted into a module that can be included in non-SGML classes. This will allow people to craft special Phlex-renderables that...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it ```ts class Foo { baz(): void { } #bar(): void { }...

defect
typescript
language

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When the bottom dock is expanded to 100% high, it starts jumping...

defect
terminal
editor
admin read
panel

I have a module that's designed to be extended by a class. The module implements `method_added`, and part of the implementation includes a call to `super`. ```ruby module Foo def...

bug

The latest [Safari Technology Preview](https://webkit.org/blog/14885/release-notes-for-safari-technology-preview-185/) allows you to use native switch elements with `` It would be great if this feature was tracked. Here's a demo https://codepen.io/Rik/pen/gOEYZgE?editors=1000

Support data suggestion

Any chance of getting this to work with SASS comments?

Hi! I like this change. I needed something like this in the past. However, it appears to have broken this kind of code: ```ruby class ApplicationLayout < Phlex::HTML include Phlex::Rails::Layout...

bug