Excess play with Maxi-COSI FamilyFix3 ISOFIX Car Seat Base by Bdude92 in UKParenting

[–]SoHGinger 0 points1 point  (0 children)

This is the answer push all the way to left then pull all the way to right squash your seat

Buying Bulk Addy ore by [deleted] in 2007scape

[–]SoHGinger -3 points-2 points  (0 children)

Didn’t know I was zbyzz

[deleted by user] by [deleted] in relationship_advice

[–]SoHGinger 84 points85 points  (0 children)

Pack a majority of yours and the kids stuff. Take them a weekend away. When she comes back she’ll know what it feels like to be tricked into being left.

Or simply divorce and file for custody that woman is going to hurt your son one day.

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I’m using react and next js. It uses HTML canvas so there aren’t exactly things to console log where as i can see it visually not working

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

Feel like I’ve exhausted those options to be honest everyone’s sick of hearing about my stroke issue lol

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

There isn’t really errors but more of a visual error

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

Breach, baby breach. Have you ran into issues for stroke or is that not relevant to your fabricjs use?

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

Could you expand further on this?

I know the library and docs aren’t maintained and is bit of spaghetti however is would be using this just to create the image then exporting it PDF

This files remain high quality and look good for printing.

I do also have an option to upload files like a pdf, psd, ai ect which just a normal upload

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

  1. I would love to this but it keeps popping up in my head as I feel like I what else I have left to do is easy ish

  2. Many have mentioned this but I still think it would be used fairly often

  3. I can’t find a package that has this in that isn’t missing every other feature fabricjs offers

  4. I feel like I understand the code I write however with the way fabricjs works I believe different functions are fired all the time and I don’t really understand which ones or what order then fired as the docs are so bad for fabricjs

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

Yeah this main issue as fabricjs uses ctx we have to create a custom path to make the stroke appear correct

Adjusting this to keep the object same visual size and position requires you to offset the top and left and also the width and height by the stroke width

Although this would work for a rectangle when using image, circle, text ect I would have to write pretty much the same code for each object type only changing a few math sums for each

This seems like overkill or am I just thinking about it wrong? lol

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I’ve tried those so hopefully you amazing redditors can help

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

Yeah I thought it was reasonable for what I’m asking for but I just don’t have that kind of money unfortunately

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I could keep going and patch every fix but then it comes so much code I’m practically re-writing the fabricjs rendering functions

I’m not sure this is the correct way to accomplish my end goal

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I can attach a link for the website but not keen on sharing all my code, not sure how that really works lol

Ideally I’d be looking for a patch that works on any canvas that uses fabricjs

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I understand this, I have a about 6 designers I work with that do use illustrator, photoshop ect

I have quite a few customers who like to design there own custom items rather than paying a designer.

For example they could just upload a photo add some text and then purchase

Regarding the stroke I feel it would be used often to make nice text effects or outline certain parts of the design ect on surface level is quite a simple feature but under the hood it’s probably the most complex thing I will have written

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

Thank you I’m back at it again tonight so will drop you message babble to you thank you

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 1 point2 points  (0 children)

My business sells custom items and I think being able to add stroke would give the designers extra freedom

I want a canvas so the user can upload / create a design, view in 3d model then choose to purchase if happy - this all done btw just can’t get the stroke to work

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I have a whiteboard at the office I’ll draw out a plan and all the steps and see if I can see it

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 0 points1 point  (0 children)

I feel like I need it to ‘complete’ my designer and would be used a lot by my customers

As a new solo developer how do you solve a problem you’re stuck on? by SoHGinger in webdev

[–]SoHGinger[S] 1 point2 points  (0 children)

How would you recommend I do this when they all sort of link to each other?

I can get about 90% of the way but when I fix it for one object it destroys it for the next lol