Results 25 comments of Eric Joanis

I keep wanting to link here when a user posts a screen capture of a dataframe. +1 for adding this images of data page.

Hi @robinbowes we're just trying to combine `typer` and `merge_args` too, and I'm not sure I understand your implementation. My test `common_opts()` function is just simple like this: ``` def...

@robinbowes This is how my colleague ended up solving it, defining both a `base_function()` and a dummy `base_function_interface()` for the purpose of using with merge_args. It works like a charm....

@Kwpolska Well, even if you don't know much about typer, you did us an awesome service with this `merge_args` decorator. I was doing research into merging two signatures and it's...

@roedoejet not sure if #277 fixes this or not. I'm pretty sure it will make rule writing easier, but I expect there are still corner cases where "end of word"...

#321 partially addresses this, but does not fully fix it since we'd still want to disambiguate instances of commas between punctuation and glottal stop. Fully fixing it will pose all...

When we merge #321, I will suggest we close this issue an open a separate one tagged as an enhancement for that, and to be honest I don't see us...

Just a thought: we could go through all the existing mappings that don't explicitly declare their norm-form, and explicitly declare them NFD if that's actually needed. Then, changing the default...

With the compose-norm PR #166 I just did, this might now be a safe things to do.

The problem occurs whether the individual rule has prevent-feeding or the entire mapping has it.