Patrick Greene

Results 24 comments of Patrick Greene

Just wanted to say, I would really love this too. 😄

I attempted to do this with my own library [here](https://github.com/bytebuddha/bevy_tiled_world), I found that until bevy_tilemap implements tile flip flags or transforms it isn't worth the trouble [https://github.com/joshuajbouw/bevy_tilemap/issues/5](https://github.com/joshuajbouw/bevy_tilemap/issues/5) Just thought i...

I'm dont know much about the styling code but the constraints are documented [here](https://christolliday.github.io/limn/limn_layout/constraint/index.html), I agree it's hard to find. As for padding it can be set individually per side...

I have one little api change I'd also like to propose, changing the 'component_style' macro to 'styled_component', the first to me one implies that it only creates the the 'Style'...

Hello everybody, has anyone given more thought to this? I need this feature, my use case is trying to create a webdav server in my app that can share my...

Sorry for the late response. At present no it does not

Hi. To answer your question i'm not entirely sure. the syntect-plugin is a binary program much like xi-term itself and must be installed on the system to be use, There...

Yeah you pretty much got it. It is actually an [xi-core](https://github.com/xi-editor/xi-editor) plugin, located [here](https://github.com/xi-editor/xi-editor/tree/master/rust/syntect-plugin). The library you linked to is the syntect crate, it's a rust library for syntax highlighting...

Awesome. That's great to hear! i thank you very much for your work

This is blocked by ticki/termion#103