objecttothis

Results 355 comments of objecttothis

Here is what I'm having to do currently to get around the problem: ``` $adjusted_name = str_name_case($input); // Use preg_replace_callback to match HTML entities and convert them to lowercase. $adjusted_name...

Thank you for this fix. I work on the project which uses this library on Mondays and Tuesdays so I'll make a note to test it on Monday. We are...

> I'm sorry for the late fix! @objecttothis but is it possible to ask you to verify the fixed version: > > ``` > composer require tamtamchik/namecase:3.1.0-beta.0 > ``` Just...

I think my example isn't really clear. When I submit ![image](https://github.com/user-attachments/assets/e0e2adfc-339b-4021-aeb3-6679e4c49a2c) the first time I got ![image](https://github.com/user-attachments/assets/6ddd595a-dc74-4365-ad7b-c73e37ef3c8d) and that is what I expect to get back. However when I resubmit...

Sounds good. I'm out of the office until the 16th but I'll test it then if it's still needed.

I suppose another (maybe better) option could be to add another function within `BarcodeGeneratorSVG` called `getFixedWidthBarcode()` that has the same function signature as 2 but just calculates the needed widthFactor...

If you're taking contributions, I could probably submit a PR, but would only want to do that with input as to which option you'd want me to implement.

> It would add some complexity to support both ways, and not all generators support a float width so that would make it more complex to explain in the docs....

> > That's what I thought since SVG is vector, I thought it should stretch. I tried wrapping it in a but that had no effect on the SVG. I...

Also, when I played around with it, having `preserveAspectRatio="none"` appears that it wouldn't likely be a breaking change since not targeting the SVG doesn't distort the SVG even with attribute...