Results 121 comments of rdipardo

@zufuliu, The Bidirectional (Direct2D) menu options still do nothing. It may be a separate issue, but I've seen that RTL only works when GDI rendering is active (same with Notepad3,...

Sadly, the repository [sourced][1] by dorado [has been archived](https://github.com/chawyehsu/nvm-windows). Maybe someone can recommend an [active fork][0] of the unprivileged version to replace to old one? [0]: https://github.com/chawyehsu/nvm-windows/network/members [1]: https://github.com/chawyehsu/dorado/blob/90a8306be3fb4b1748b55bbd9b831cb506e35c36/bucket/nvm-windows.json#L6

The problem is `rubocop`: https://travis-ci.org/github/pages-themes/slate/builds/765322596#L468 Just edit the `.rubocop.yml` file as shown here: #54

No problem! #59 failed because your markup used an illegal `font-size` value. The CSS specification expects real numbers to be in [North American decimal style](https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units#numbers_lengths_and_percentages), so change `,` to `.`...

Hey @oluwandabira, and others who might come across this: the underlying problem with file filtering has been patched: https://github.com/rdipardo/Fornax/commit/95e0361a270cd6ef3a65793afb1a7a3335684245 Let me know if it works for you

> So the underlying issue still seems to be with ignored file paths? So I thought, but not any more. `fornax build` should now be fixed: https://github.com/ionide/Fornax/commit/e6817040f3c7bffc4b78d04d0363b562f3c8bf1c `fornax watch` _is_...

> There is no awk specific lexer in lexilla True. But a downstream maintainer has developed one (for GAWK, by the looks of it): https://github.com/zufuliu/notepad2/blob/main/scintilla/lexers/LexAwk.cxx

@techee, You may also want to leave a comment on the mailing list thread where the revised API was announced: > There have been some inconsistencies in the way that...

> No Rakuist has tested in the time this has been here One way to promote user participation might be configuring the CI workflow to pack a binary tarball and...

A Raku lexer was added to upstream Scintilla some time ago: https://sourceforge.net/p/scintilla/feature-requests/1328/ You'll notice that Geany includes only a curated subset of upstream lexers: https://github.com/geany/geany/tree/master/scintilla/lexilla/lexers Getting Raku into Geany would...