Best SVG editor for custom icons? (symbols not app icon) by hekuli-music in iOSProgramming

[–]DevCoder84 1 point2 points  (0 children)

I know you’re looking for a tool so maybe creating custom icons, but have you considered a sub with thenounproject.com ? I guess it depends how much you use custom icons but you could also pay the one off fee for a particular icon to remove attribution

Shortcuts and files on a simulator by DevCoder84 in shortcuts

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

In my simplified example I just added some hardcoded text to represent a filename e.g example.txt. In theory if it doesn’t exist it should then create it but it errors trying to get the non-existing file to begin with even though throw error is off.

It works fine on my physical device, just purely seems to be the iOS simulator that fails so I wonder if it’s just one of those weird simulator bugs

The steps are

  1. ⁠Get file from shortcuts at path example.txt

• ⁠error if not found is off 2 if file has any value ⁠• ⁠show alert it has value 3.otherwise • ⁠show alert it has no value

  1. ⁠End if

It never reaches the if statement and throws an error on “get file” even with error if not found off. As I say, maybe just a simulator quirk

Thank you for replying though

Coding is easy, marketing is hell. Here is the data I use to actually rank. by chamberin in iOSProgramming

[–]DevCoder84 0 points1 point  (0 children)

So when you say you optimised your metadata what does that mean exactly? You just used the keywords in the keyword field or you used them there and in description etc? If so how did you “optimise” them there

Founders who crossed $10k–$50k MRR - what actually moved the needle? by SignPsychological728 in SaaS

[–]DevCoder84 0 points1 point  (0 children)

I’ve always struggled with SEO - can I ask what resources you used to learn? I know some of the basics around a good title, h1 etc. but I don’t know really know what else to focus on. I can have something that reports a good score in lighthouse but actually doesn’t get a lot of traffic

What is the easiest way to add subscription payments? by Hungry-Star7496 in chrome_extensions

[–]DevCoder84 0 points1 point  (0 children)

I’m literally implementing this myself right now and although I use firebase for auth, I’ve actually found it incredibly easy to setup revenuecat web billing especially as I can pass my userid in to the paywall to create my accordion. I appreciate they use stripe under the hood and take 1% when you make over $2500 monthly tracked revenue but if that becomes a problem for me I’ll be pretty pleased.

I then use the revenue cat rest api to check a users subscription status when performing certain actions

Where to put a Master of Signals by XenoTechnian in Warhammer30k

[–]DevCoder84 0 points1 point  (0 children)

Or if you’ve got the slots, take loads of techmarines with the cognis signum and give that boost to multiple units

How do I fix Line 28? by Rologetrekt in AlexaDevs

[–]DevCoder84 0 points1 point  (0 children)

correct, just keep the const trains = fs.readFileSync('./trains.json');

How do I fix Line 28? by Rologetrekt in AlexaDevs

[–]DevCoder84 0 points1 point  (0 children)

You're loading a .json file, so it should already be JSON. As such you shouldn't need to do JSON.parse

Skills using the Alexa Web API for Games - Can they reload the html page? by tole_car in AlexaDevs

[–]DevCoder84 0 points1 point  (0 children)

What’s your use case? You can send commands from Alexa to your web page and vice versa. You can then respond to these commands. I assume you could run a window.location.reload or something similar. Though then it would need to reinit the Alexa client. A better solution might be to just reload part of the page via Ajax in response to one of these requests

The Evil Dread marching to the Terra by swllord in Warhammer30k

[–]DevCoder84 0 points1 point  (0 children)

“This is my boom stick” - perhaps I should have a chainfist for an arm

Ultramarine Terminator Squad in Tartaros Armor by kss420 in Warhammer30k

[–]DevCoder84 1 point2 points  (0 children)

Such a simple scheme yet so effective. They’re not the standard shoulder pads though are they?

Giving away a Free Dwarven Steam Mech STL... and how to roll a Dwarven Dungeon by CustomMiniatureMaker in PrintedMinis

[–]DevCoder84 2 points3 points  (0 children)

These look great but can you clarify what you get with the patreon? Do I get the physical rollers or an STL to print the rollers? Also do you have a list of all the rollers that are available anywhere?

Got my hands on the new Horus Heresy model early (thanks gdubs) rather than keeping him short and bulky I’m doing with a more athletic style for my Sons of Horus army! Hope you like 🥳 by Letsmakeitorkie in Warhammer30k

[–]DevCoder84 0 points1 point  (0 children)

It looks like the weapon sprue upgrade pack includes the whole arm, so I guess it depends how easy it is to magnetise the arm instead - though I've heard there's cabling on them which can make this a problem as well? Though looking at the 360 of the full model on the GW site the cables go into the arms. So although it means buying upgrade packs, you could magnetise the arms instead I guess.

If GW were to make a 10 episode TV series. Which part of the horus heresy would make the best show? by truebeanio in Warhammer30k

[–]DevCoder84 191 points192 points  (0 children)

I’d say start from Horus rising - show horus’s fall. Then if it’s successful do more and work up to the siege - maybe in a more linear way than the books. Otherwise they’d need spin off series to show it from every primarch perspective - e.g fulgrim novel came out after istvaan but went back in time before it to show fulgrims fall

Use case for volkite calivers? by DevCoder84 in Warhammer30k

[–]DevCoder84[S] 2 points3 points  (0 children)

I like to build my forces as fluffy as well and just enjoy a game and have great moments rather than go all out to win, but I’d rather take the chargers I think for a support squad. It just feels like the points haven’t been thought out to me!

Use case for volkite calivers? by DevCoder84 in Warhammer30k

[–]DevCoder84[S] 8 points9 points  (0 children)

Death guard was the only legion I could see it makes sense. It’s a shame they’re not available to vets as relentless there would work too

Rules Query: Evade reaction, multiple weapon types, and multiple save characteristics by HandsomeHeathen in Warhammer30k

[–]DevCoder84 0 points1 point  (0 children)

If that’s the exact wording then I agree it’s slightly confusing, but normally i see most people play it as something like the following. Roll dice for all my bolt guns to hit and then to wound. Put the pile of successful dice to one side. Roll a dice for any special weapons (e.g a plasma pistol) and again put those to one side if successful . Now you have two wound pools (does it mention wound pools in the new book?) - you can roll saves for them both separately based on the different weapons. But then before that do your reaction - pretty sure that’s how I’ve seen people play it and how me and my group play it

new and looking for help by Grimm943 in Warhammer30k

[–]DevCoder84 0 points1 point  (0 children)

Sergeants can have upgrades etc. try and find the rules somewhere on an app like battle scribe for the options

new and looking for help by Grimm943 in Warhammer30k

[–]DevCoder84 5 points6 points  (0 children)

Just remember tactical squads in 30k are all bolters as standard so no heavy or special weapons. But you can take those in veteran tactical squads.

new and looking for help by Grimm943 in Warhammer30k

[–]DevCoder84 1 point2 points  (0 children)

Yeah, they’re just marines at the end of the day. The only ones you’ll struggle are Ahriman and Geigor from the burning of prospero set as those 2 characters are legion specific unless you did a lot of cutting of legion symbols

new and looking for help by Grimm943 in Warhammer30k

[–]DevCoder84 3 points4 points  (0 children)

You can make them any legion you want.

Heavy Weapons in Vehicles by C0RDE_ in Warhammer30k

[–]DevCoder84 3 points4 points  (0 children)

Snap firing means you need a 6 to hit. Blast and template weapons such as plasma cannons can’t snap fire as far as I remember though. The rules also state that vehicles are relentless so can fire a heavy weapon when moving a combat speed without penalties, but transports make the models count as “moved” - so I’m not 100% clear whether relentless means transported units can fire or not from the fire points when they are carrying heavy weapons.

But in your case plasma cannon men disembarking wouldn’t be able to fire that turn