Andrew Brown

Results 78 comments of Andrew Brown

Hmm. Looks like the name should be caching from attribute to model in [the name_update](https://github.com/indentlabs/notebook/blob/master/app/controllers/content_controller.rb#L470) API endpoint, but that only fires if the associated field has a `field_type` of 'name'....

Ah, thanks for the clarification! If they are indeed name fields (as it looks like they are), this may actually be a bug. I appreciate the detail; I'll do some...

Here's another [segfault log](https://gist.github.com/drusepth/047424f73731c2bf4d901da03afadc4e) in case it's helpful in finding common denominators and tracing the problem here. Here's the [full app](http://github.com/indentlabs/notebook) in case you want to look up any other...

According to https://github.com/IgnaceMaes/MaterialSkin/issues/67 it doesn't look like this is possible.

@FahimF That would be excellent. My expertise is primarily in web apps and I don't even have a macOS device to begin developing this on currently. We're all a group...

There's a primitive, outdated API in place, but we still need to rework it (in #55) to include (auth'd) user content. We're not in a hurry to get either app...

I like this idea, but I'm not sure how to make this work well for everyone quite yet, I think. What if we did something like this with timelines (#29)...

That's a good point, and definitely a very interesting idea. I think it'd be awesome to have some way to say "give me all the characters at this location at...

Another thought on Scenes here: if we treat them like some kind of relative timeline (e.g. a scene is now a point in time), perhaps we could add something to...

@Cantido FWIW, #124 converts links to `` tags in field values, if it's helpful here.