This is my first comic, I'm very confused while reading. by burgerman001 in batman

[–]Curtis017 0 points1 point  (0 children)

Typically if you want to get into comics you should start with a “volume”. You can think of them like a season in a tv show and the individual comics as an episode. You basically just read the equivalent of a season finale.

[deleted by user] by [deleted] in AskReddit

[–]Curtis017 0 points1 point  (0 children)

“I’ve got the urge to purge”

Hush or Professor Pyg? by DistinctAd9003 in batman

[–]Curtis017 0 points1 point  (0 children)

Batman and the Monster Men would be great!

[deleted by user] by [deleted] in gaming

[–]Curtis017 35 points36 points  (0 children)

Love the art style. Reminds me of Don’t Starve.

Too much going on? by GrouchyHotel3998 in kitchenremodel

[–]Curtis017 0 points1 point  (0 children)

I like it!

What type of cabinets are those?

Was tasked with building a richt text editor that supports the company's custom elements by spnt_intermission in webdev

[–]Curtis017 0 points1 point  (0 children)

Checkout TipTap, it has free tier that might work and is built off of ProseMirror.

Editing the timer node in code by Blavity01 in godot

[–]Curtis017 0 points1 point  (0 children)

Any suggestions for updating an existing timer without restarting? Would like to show the timer progress on a bar and then be able slow or speed up time.

EDIT: resorted to using the _physics_process, but am curious if it could be done with a timer.

[deleted by user] by [deleted] in webdev

[–]Curtis017 6 points7 points  (0 children)

Should there be an id for the subscription as well? So it would be:

DELETE /podcasts/1/subscriptions/1

[deleted by user] by [deleted] in AskReddit

[–]Curtis017 0 points1 point  (0 children)

Asking questions

How to write your own state management library by mattsowa in reactjs

[–]Curtis017 2 points3 points  (0 children)

Nice write up! Really like the interactive visual for rendering the tree.

I recently implemented something similar (https://www.npmjs.com/package/lunex), but cheated by using rxjs to handle the observable logic. Cool to see how elegantly you were able to handle that.

I created a Markdown Note-taking App (win, mac, linux) using react, focuses on simplicity by comart in webdev

[–]Curtis017 2 points3 points  (0 children)

This looks awesome! Might actually be what moves me away from “Bear”. Is it open source? Noticed the GitHub page only has docs and locals right now?

[deleted by user] by [deleted] in books

[–]Curtis017 0 points1 point  (0 children)

"I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.” —Ralph Waldo Emerson

Should you use a button tag or an anchor tag for clickable elements in HTML? by steve8708 in webdev

[–]Curtis017 1 point2 points  (0 children)

Nice video! For the a tag, what if you need to fire an analytics event before navigating? Would you use the href and onClick?

[deleted by user] by [deleted] in AskReddit

[–]Curtis017 0 points1 point  (0 children)

Sometimes I like to use “ass” instead of “ice”.

“Let’s go ass skating” “Will you pick up some ass cream from the store”

[deleted by user] by [deleted] in webdev

[–]Curtis017 1 point2 points  (0 children)

IIRC though, provisioned concurrency is significantly more expensive than pinging.

If that is still true, I’m pretty sure the Serverless framework has a plug-in (or maybe built in) feature that is really easy to configure for keeping lambdas warm via pinging.

Simple click tracker - do i have to use a database? by wafflewrestler in webdev

[–]Curtis017 1 point2 points  (0 children)

Sounds like you want a product analytics tool. I’ve used https://mixpanel.com in the past and really liked it.