Ang Ze Yu

Results 19 comments of Ang Ze Yu

linking this to https://internals.rust-lang.org/t/feature-request-expose-bulk-build-from-sorted-iter-in-btreemap/16815

Done, thanks! What do you think of the scope of the usage? Should it affect `auto` and `aligned-multiple`?

> @ang-zeyu > I'm sorry, I have not had time to evaluate this change. I'm going to publish a new version without merging this. This is not comment on the...

I've changed the behaviour here a little since last (d8bcf29) for the `force-expand-multiline` option - `min_attrs=1` is now valid for it, e.g. ```html // now possible ``` backward compatibility is...

Hi! Would like to try this out Here's what I have in mind: - For non-simple tables, `stickyColumn` will be preserved to maintain parity, but `stickyColumnRight` can now be specified...

> the only issue with `left` and `right` is that if the page is rendered `RTL` the layout, the ordering/sticky side may not be as expected. > > It might...

> the only issue with `left` and `right` is that if the page is rendered `RTL` the layout, the ordering/sticky side may not be as expected. Hi, sorry for the...

> It would be more custom CSS for `[dir=rtl]` handling Hmm, what I meant was: ``` .some-user-class { direction: rtl; } 's dom... ``` and detecting the `direction: rtl` inside...

Hi @Timosav! > At the moment, I'm using [pagefind](https://github.com/CloudCannon/pagefind). This library emits a .js file that is quite simple compared to the search-ui bundle, so I managed to simply overwrite...

To give a fuller idea of how Morsels' API would look like: ```ts // searcherOptions is equivalent to the one provided to initMorsels const searcher = new Searcher(searcherOptions); // Setup...