Tim Ryan

Results 99 issues of Tim Ryan
trafficstars

See https://developer.mozilla.org/en-US/docs/Web/API/Document/caretPositionFromPoint and the polyfill opportunities at the bottom.

A-text-editor

This is slightly different than just duplicating the "bullet" tag to be something new, because it actually should change all adjacent tags to be a series of "enumerated" tags. But...

C-feature-large

It's a lot of work to type `./x.rs server --client-proxy --release` in one window and `./x.rs client-proxy --release` in another! `-r` would allow this to shorten to `./x.rs server -cr`...

A-build-tools

https://www.reddit.com/r/rust/comments/8a6lxp/custom_tasks_in_cargo/ http://aturon.github.io/2018/04/05/workflows/ TODO: What is the list of tasks we'd need to install?

C-feature-small
A-build-tools

At a recent talk I presented a simpler API (for purposes of explanation) and noticed that RtfSchema and TrackType could be unified. With some normalizing, this makes the trait API...

idea

Similar to how option left and right to move the cursor was implemented in https://github.com/tcr/edit-text/commit/482a6780b451dc06449404e026e998943101c2fc, it'd be awesome to support option backspace to delete whole words quickly (a holdover until...

C-feature-small
good first issue

This would allow you to run edit-text locally (for example) and store .ron files inside of Dropbox or a git repository. Not perfect (will Dropbox automatically try to do conflict...

C-feature-small

One of the oldest sins of the codebase is although it abstracted out the logic for how HTML should be transformed, it can't test itself effectively without a schema. There...

C-refactor

The 👼 emoji was added to the front page, but a multimonkey client soon failed with an AddWithGroup is malformed error. We should be supporting unicode input and transform out...

C-bug
A-text-editor

At a minimum, edit-text should support block-level images. It could work similar to how `` was implemented. https://github.com/tcr/edit-text/commit/9cd29f4611601062c7bd11ea9f86e86e53bf94a5 Only caveat being, it needs to support inputting a URL at creation...

C-feature-small
A-text-editor