tigregalis

Results 14 comments of tigregalis

Can the unstable feature be enabled via `.cargo/config.toml`?

The Robbo example doesn't work correctly either (but works in Chrome). The Robbo sprite itself doesn't display. As you can see below, it's invisible: ![broken_robbo](https://user-images.githubusercontent.com/38416468/102704409-d5e4fd80-42b5-11eb-9289-52547a3777a6.gif)

After reading @Mogztter's comment I was about to suggest, but @mojavelinux already beat me to it: Can you defer the resolution of attributes until all includes have been retrieved? In...

> > A very naive approach would just be to look for any lines that match an include directive. A slightly better approach is to handle all preprocessor conditionals too....

@Mogztter Sorry, I've been on site, far from civilisation. I've seen that you've started making some changes in https://github.com/asciidoctor/asciidoctor.js/pull/633 and read a bit of the discussion there. I don't understand...

Haven't been keeping up with this for a while. Has this moved at all? If I want to contribute to the codebase, where would be the best place to start...

Could it support a Flutter-style (one pass) layout algorithm? Or is that covered by one of the others? I refer to: https://medium.com/snapp-mobile/flutter-anatomy-layout-internals-part-1-de99b772ab99

I'm trying to get all of the examples to work for my multi-size text PR, and I've encountered this issue compiling on Windows 10. I've done some investigation: 1. [`libcosmic`](https://github.com/pop-os/libcosmic)...

> Using the maximum value for size essentially does this, unless you have text that will be more than billions of pixels wide This doesn't work as expected in all...

My general view is that the rebase was the hard part so this is 90% done for the MVP. > Seeing this, I am seeing that the started port tried...