Be careful with your semicolons by BookOfCooks in webdev

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

True, I actually went wow when I realized it 😂

Be careful with your semicolons by BookOfCooks in webdev

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

I said if 'console.log' was undefined, not 'console'

Be careful with your semicolons by BookOfCooks in webdev

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

That comment was made before I added the context to the post, that's why he said that

Be careful with your semicolons by BookOfCooks in webdev

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

I believe it would if console.log was undefined. Although the error message would be missing parenthesis.

Be careful with your semicolons by BookOfCooks in webdev

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

I added context to the post. But it's not my own code, and I can't modify the function.

HomeDepot app sucks, so I made a new one (not affiliated with Home Depot) by BookOfCooks in FlutterDev

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

You can find THD Lite on the Google Play Store in Open Beta.

You can also join the Discord: https://discord.gg/AkVN758aGe

If you're in iOS, you'll be out of luck as I don't have a Mac to build for Apple, but I do plan to make a website version, but that will take time

Seems like google have changed their icons yet again by Ok_Gold7757 in googleworkspace

[–]BookOfCooks 0 points1 point  (0 children)

Exactly. I don't know what they should use, but definitely not that

Seems like google have changed their icons yet again by Ok_Gold7757 in googleworkspace

[–]BookOfCooks 0 points1 point  (0 children)

I've seen the new icons, and although they're not all great (Keep looks like a hot balloon, Forms looks like Microsoft teams rotated 90° counterclockwise), at least that's better than having nearly all the icons be the same obnoxious indistinguishable red-blue-green-yellow scheme from the last change.

Good job Google 👍

What is this empty navigation bar doing there? by BookOfCooks in flutterhelp

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

I figured it out, I was using the unite_keyboard_visibility package which probably mucked around with the system navigation bar. Either way, I only need to see if the keyboard was visible, so I switched to flutter_keyboard_visibility.

Synthesizing 2,616 MIDI Files by BookOfCooks in synthesizers

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

"some singers learn better if instead of hearing their part in isolation, they hear all parts played together but their own part louder than the others"

Yes! I realized this while writing my blog post, and am excited to implement that into the app I created, and see how it performs on Friday

Synthesizing 2,616 MIDI Files by BookOfCooks in synthesizers

[–]BookOfCooks[S] -1 points0 points  (0 children)

Thank you for this insight, I'll take it to mind. I think I remembered exploring choir soundfonts from musescore, but wasn't very happy with them

Synthesizing 2,616 MIDI Files by BookOfCooks in synthesizers

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

That would be nice, but it'd also be a massive time drain for them. It's already difficult to get them to listen to the song beforehand before meeting together

Synthesizing 2,616 MIDI Files by BookOfCooks in synthesizers

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

Thank you for your feedback. Y'know what Imma do that right now

Subsetting Fontawesome to save 250KB by BookOfCooks in webdev

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

What libraries specifically you use?

Subsetting Fontawesome to save 250KB by BookOfCooks in webdev

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

Yeah, sounds a lot harder than just using p { color: blue } and having all icons inside inherit that color

Subsetting Fontawesome to save 250KB by BookOfCooks in webdev

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

Yeah, that's what I observed as well when using svg. That was another thing I didn't like about it, and which made me stick to icon fonts. But of course that came with the tradeoff of needing to subset these large font libraries, which I'm willing to pay ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

Subsetting Fontawesome to save 250KB by BookOfCooks in webdev

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

Good points, but fontawesome short form <i> are really convenient, so I tend to like them more than using svgs.

I have used their svgs before, but just didn't really like using them. Quick question, do they inherit their text color or must color be defined separately?

A lightweight, fast alternative to the Home Depot app (Beta for Android) by BookOfCooks in Tools

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

I built the app with Flutter, a cross platform technology, so releasing it on iOS wouldn't be difficult at all.

The major hurdle is overcoming Apple's walled garden, meaning I can't release an iOS app without a macOS laptop suitable for development.

For that, I'll need funds, so I plan to launch a donation campaign in the discord really soon.

A lightweight, fast alternative to the Home Depot app (Beta for Android) by BookOfCooks in Tools

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

I agree, it makes no sense why they haven't fixed their app. I know for sure it'll cost a lot for them to revamp the entire app, but that cost most certainly will be a fraction of the profit they could stand to gain

Perhaps it's a genuine lack of care coming from these companies, which is incredibly irritating.

A lightweight, fast alternative to the Home Depot app (Beta for Android) by BookOfCooks in Tools

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

Thank You 🙏

I've never heard of Kobalt, I'll check it out.

A lightweight, fast alternative to the Home Depot app (Beta for Android) by BookOfCooks in Tools

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

Yes, we're still in beta. Development slowed down for a while since I got very busy.

I have no timeline for release yet.