Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/StyledStrings.jl

Write with ✨ style ✨ and ease
https://github.com/JuliaLang/StyledStrings.jl

Less conservative char escaping

tecosaur opened this pull request 17 days ago
Line-end backslash before newline and end is interpreted incorrectly

tecosaur opened this issue about 1 month ago
Add back `*` for 1.10 without needing method overwriting

MilesCranmer opened this pull request 2 months ago
Different promotion behavior on 1.10 vs 1.11

MilesCranmer opened this issue 2 months ago
Fix interpolation edge case dropping annotations

tecosaur opened this pull request 2 months ago
[Prototype] Implement display protocol for rendering AnnotatedString

topolarity opened this pull request 3 months ago
Resolve Face eagerly when constructing StyledString

topolarity opened this pull request 3 months ago
Add typeasserts to `convert(::Type{Face}, ::Dict)`

topolarity opened this pull request 3 months ago
Inheritance from `:default` gives surprising merge behavior

topolarity opened this issue 3 months ago
Adjust to change of annotations type in Base

tecosaur opened this pull request 4 months ago
Call load_customisations! automatically, lazily

tecosaur opened this pull request 4 months ago
Fix markdown syntax in "Mark API as experimental"

tecosaur opened this pull request 4 months ago
mark API Experimental

KristofferC opened this pull request 4 months ago
Loading external StyledString package removes markdown highlighting

KristofferC opened this issue 4 months ago
Error when concatenating unstyled unicode symbol

hexaeder opened this issue 4 months ago
Fix some CSS generation edge cases

tecosaur opened this pull request 4 months ago
Slightly optimise `styled""` macro

tecosaur opened this pull request 4 months ago
`withfaces` doesn't apply to constructed StyledStrings

topolarity opened this issue 4 months ago
Construct substring end index using `thisind`

serenity4 opened this pull request 4 months ago
Wrong HTML output for the parameter font

ronisbr opened this issue 4 months ago
Consistent Face hashes

tecosaur opened this pull request 5 months ago
Replace accidental Int64s with Ints

tecosaur opened this pull request 5 months ago
Adopt Base's annotated types/functions as API

tecosaur opened this pull request 5 months ago
Load ScopedValues symbols from their source

LilithHafner opened this pull request 5 months ago
Load user-customisations lazily

tecosaur opened this pull request 5 months ago
use ternery instead of `ifelse` since ifelse force evaluation of the RHS

KristofferC opened this pull request 5 months ago
Quick fix for 4d04102adf0d (Optimised SimpleColor)

tecosaur opened this pull request 5 months ago
Actually overload Base's escape_string

tecosaur opened this pull request 5 months ago
Refactor eachregion to be O(n log n) not O(n^2)

tecosaur opened this pull request 5 months ago
simplify code for creating a `SimpleColor` from a `UInt32`

KristofferC opened this pull request 5 months ago
use const field instead of internal `RefValue`

KristofferC opened this pull request 5 months ago
Use concrete refs in macro parser state struct

tecosaur opened this pull request 5 months ago
Check for underline term capability flag

tecosaur opened this pull request 5 months ago
Treat printing as more than a nothing-return write

tecosaur opened this pull request 5 months ago
Add types to some comprehensions

Keno opened this pull request 6 months ago
Missing Substring Overload in v1 compat

hexaeder opened this issue 6 months ago
Add a contributing guide in the README

jakobnissen opened this issue 7 months ago
Use a function over a closure to handle poor inference

jakobnissen opened this pull request 7 months ago
Type piracy in package

KristofferC opened this issue 8 months ago
Docs tweaks

tecosaur opened this pull request 8 months ago
Load no faces.toml when the DEPOT_PATH is empty

tecosaur opened this pull request 8 months ago
Don't assume `DEPOT_PATH` is populated

KristofferC opened this issue 8 months ago
Avoid method overwriting in `julia1-compat` branch

kimikage opened this issue 8 months ago
TagBot trigger issue

JuliaTagBot opened this issue 8 months ago
Fix forgotten comma

tecosaur opened this pull request 8 months ago
Introduce face copy method

tecosaur opened this pull request 8 months ago
Misc fixes

tecosaur opened this pull request 8 months ago
Docstrings and other minor tweaks

tecosaur opened this pull request 8 months ago
Annotation tweaks in preparation for Base changes

tecosaur opened this pull request 8 months ago
Some quickfixes, I'd just be pushing these to main if I could 🥲.

tecosaur opened this pull request 9 months ago
Non stdlib tests take 2

tecosaur opened this pull request 9 months ago
Update index.md

cormullion opened this pull request 9 months ago
some colour

lazarusA opened this pull request 9 months ago
La/docs

lazarusA opened this pull request 9 months ago
possible unexpected behavior

brucala opened this issue 10 months ago
General improvements and fixes

tecosaur opened this pull request 10 months ago
Implement functional styled markup interpreter

tecosaur opened this pull request 10 months ago
Implement functional variant of the styled macro

tecosaur opened this issue 10 months ago
Allow zero-length annotations via styled macro

tecosaur opened this issue 10 months ago
Introduce specialised write for AnnotatedIOBuffer

tecosaur opened this pull request 10 months ago
macro internal error when input ends with an escaped sequence

vtjnash opened this issue 11 months ago
Call escape_raw_string to make parsing more predictable

vtjnash opened this pull request 11 months ago
Extend `SimpleColor` to hold an alpha component

tecosaur opened this issue 11 months ago
New faces for stacktrace printing in Base

tecosaur opened this pull request 11 months ago
Fix (return) type inference of Base.write

tecosaur opened this pull request 11 months ago
Revert reservation of ":" within styled regions

tecosaur opened this pull request 12 months ago
Directly import ScopedValue

vchuravy opened this pull request 12 months ago
Fix showing AnnotatedChar with colour

tecosaur opened this pull request about 1 year ago
Restrict the Base docstrings included in the docs

tecosaur opened this pull request about 1 year ago
Add readme

LilithHafner opened this pull request about 1 year ago
Setting the terminal colour to :default is special

tecosaur opened this pull request about 1 year ago
Adjust face merge tests after inheritance change

tecosaur opened this pull request about 1 year ago
Swap inheritance processing in face merge

tecosaur opened this pull request about 1 year ago
remove use of length of Stateful

vtjnash opened this pull request about 1 year ago
Enable CI on old versions of Julia

LilithHafner opened this pull request about 1 year ago
Build docs in CI

LilithHafner opened this pull request about 1 year ago
Just a small tweak for asethetics

tecosaur opened this pull request about 1 year ago
add `repl_prompt_beep` face

caleb-allen opened this pull request about 1 year ago
Add tests for newline handling and fix support for windows.

LilithHafner opened this pull request about 1 year ago
Stop codecov from posting a comment to every PR

LilithHafner opened this pull request about 1 year ago
Add `\r` to the list of non-unescaped characters to fix windows CI

LilithHafner opened this pull request about 1 year ago
Disable CI for older versions of Julia

LilithHafner opened this pull request about 1 year ago
printstyled specialisation for AnnotatedIOBuffer

tecosaur opened this pull request about 1 year ago
Add tagbot

LilithHafner opened this pull request about 1 year ago
Add CI

LilithHafner opened this pull request about 1 year ago
Add .gitignore

LilithHafner opened this pull request about 1 year ago
Bug in src/regioniterator.jl

LilithHafner opened this issue about 1 year ago
Run tests in CI

LilithHafner opened this issue about 1 year ago
Within-module eval can break precompile

tecosaur opened this pull request about 1 year ago
Register StyledStrings.jl 1.0 in general

tecosaur opened this issue about 1 year ago
New faces for stacktrace printing in Base

tecosaur opened this pull request about 1 year ago
Start on a Legacy submodule for backwards compat

tecosaur opened this pull request about 1 year ago
style -> styled in docstring

adamslc opened this pull request about 1 year ago