Jeff Hansen

Results 193 comments of Jeff Hansen

We still haven't upgraded yet, and I wouldn't feel comfortable releasing a 1.0 with MobX 6 without extensively testing it on my own code first. Really sorry about that. We...

Hey guys, just an update. I released LibX `v1.0.0-alpha.3` which includes support for MobX v6. I have an overhaul planned for the collection and model stuff to better support idiomatic...

Hey @yogeshjain999, thanks for the question ! Assuming you inherit from `Model`, you will have to add either `makeObservable` or `extendObservable` or `makeAutoObservable` in your subclasses. Typically, we will define...

Interesting; I haven't used that configuration before. In our projects, we actually did away with calling `set` in the base class and no longer accept attributes or options through the...

My editor usually hangs after a few minutes of having the template literal subdocument open, and I'll need to force-restart it. Shame really because this is a great extension!

No worries, VS Code saves all buffers so a crash doesn't result in data loss, it's just inconvenient. Enjoy your wilderness adventure!

Ah, didn't know ``` .block__modifiedElement .block__element { width: 100%; } ``` would be the output, thanks! Do you know if this is the recommended approach? Or should all elements that...

The Windows titlebar is ruining the elegance of all the themes, so yeah, frameless window is the way to go.

@grabcode this looks pretty sweet, actually been wanting something like this for awhile. It seems like you're locked into _.template though? I'm all about that Jade, so can't use it...

@grabcode my Jade is being preprocessed and all I am left with are compiled JS functions when the page loads.