Jason Miller ๐ŸฆŠโš›๏ธ
Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-04-25

@paul I've been described that way

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-04-25

v annoyed that I wasn't able to find a Mio one though. I'm going to have to make my own.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-04-25

I have acquired an additional two (2) Strike Witches desk mats. Now once my current one is completely ruined from me being a slob, I can switch to a new one. I still think I'll try to clean them, but they're all slightly different so I get some variety.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-04-25

@paul are there 165 of them in the package?? also it doesn't look serrated at all

Jason Miller ๐ŸฆŠโš›๏ธ boosted:
Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-03-09

This is how I build apps now:

Standalone model(s) built with so they're implicitly reactive.

Components simply reference the model instance from context and access its (reactive) properties.

Testing the model without components is fast and easy. Testing the components a with mocked model is fast and easy.

source code: https://gist.github.com/developit/4b5d583489e65561c4c1c5dfc4ce5e44
Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-02-06

@natevw a docs section covering how props get applied to the DOM would be great though. Both the generalized case ("the 'property in node' check") and the special cases ("on" prefix, style objects, etc). It could even just give the pseudocode for each.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-02-06

@natevw tbh I would kill to get rid of IS_NON_DIMENSIONAL. I think we were proposing moving it into compat in the next major. Also the little specializations list for props that need to be set as attributes - most could be removed if we did property assignment in a try catch.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-02-06

@natevw TLDR:

- properties with a leading dash just get passed verbatim to style.setProperty()/style.removeProperty()
- everything else gets assigned via style[property]=value
- number values get a px added unless they're in a list of properties that aren't dimensions (eg: opacity)

If there was a previous style prop value that was a string, we set cssText="" to clear before looping over the style object.

Strings just go direct to cssText=str.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2025-02-06
Jason Miller ๐ŸฆŠโš›๏ธ boosted:
2025-02-06
Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-12-08

@leaverou @loucyx yeah. I hate this because the "proper" way to narrow the type is to use instanceof, but that is a silly and fragile way to check Node type in JS. I don't like when I have to write bad JS to write good TS.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-23

@nosherwan with RUST ๐Ÿฆ€

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-23

้ธใถใฎใ‚’ๆ‰‹ไผใฃใฆใใ ใ•ใ„๏ผ

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-23

@nosherwan Electron's elusive dangerously attractive younger sibling

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-23

@jkjustjoshing I haven't actually tried it for mobile yet but I suspect I will vastly prefer it. Plus being cross platform is a massive win.

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-23

@MFDOOMALLCAPS I was mixed too, but I suspect a few of the tracks (chapters?) will grow on me. There are some nice proggy grooves in there and Michael's vocals on the later tracks remind me quite a lot of Demon of the Fall era .

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-15

Tauri is pretty awesome

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-15

@whitequark @hikari there will be local battles over binned Android Stick devices. Backpack "computers" built from them and an 17" LCD powered by a car battery and modifier 120v inverter

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-15

or this one

Jason Miller ๐ŸฆŠโš›๏ธdevelopit
2024-11-15

quick someone make this a real anime

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst