Romain Clement
Romain Clement
Thanks for your feedback @aspeer06! However I cannot reproduce this issue: https://business-card-generator.vercel.app/card?card_type=vcard&firstname=John&lastname=Doe&nickname=&picture=&birthday=&company=&job=&email=&phone=&website=http%3A%2F%2Fsite.com%2F%7Euser&street=&city=&zipcode=&state=&country= Could you share a link with the issue happening please?
@aspeer06 What are you expecting here? Do you want to be able to display only `mywebsite.com` without a prefix? A compliant website URL begins with either `http://` or `https://` prefix....
Duplicate issue: #41 Associated PR: #42
Hi @jonashaag, I cannot believe some people are actually still using `yodel`! Out of curiosity, may I ask in what context are you using it? Last time I wrote a...
> Just wanted some simple way to do filtering with Python and yodel was the first thing I found that seemed reasonably simple and complete Yeah, I remember looking for...
Thanks @zerabba for the PR, that sounds like a welcome addition! However, it's been a while since this software has received some updates (I can see the current CI state...
Thanks for the explainer. However one thing I wonder: was not the already present "phone" field sufficient? How does the cellphone field differ? Here is a render sample: https://business-card-generator.vercel.app/card?card_type=vcard&firstname=John&lastname=Doe&nickname=&picture=&birthday=&company=&job=&email=&phone=%2B330600000000&website=&street=&city=&zipcode=&state=&country=
@zerabba closing this PR in favor of #295 (rebased, cleaned-up and fixed a few things based on your original work). Thank you for your contribution!
I have encountered this issue also, and would love to have pattern based renaming before uploading. So maybe I can give some usage feedback to think about. FYI, before uploading...
Encountered this issue while using the `deltalake` Python package. After a quick lookup into the Rust implementation of `RawDeltaTable`, it seems this is a deliberate design in `DeltaTableBuilder::from_uri` calling `ensure_table_uri`?...