Results 146 comments of mattyg

The Rollbar library is expecting a `str` for the configuration variable "root", but django's `settings.BASE_DIR` is a `PosixPath`. Modify your rollbar settings in `settings.py` to cast `BASE_DIR` to a `str`:...

If anyone else is looking, one solution is to use `toRaw()`: ```javascript const bus = ref(new Bus()) toRaw(bus.value).emitter.on("newDataRequest", loadNewDataRequests) ```

+1 for this request - would love a svelte component

> @mattyg Would the action sequence number and hash be enough information to work out which commit is the problem when a commit fails? It feels like it adds a...

Thanks @octogonz -- would it be possible to publish `api-documenter-docusaurus-plugin` to npm so I can use it without using git submodules or copying into my repo?

oh yeah -- that's definitely better -- I'll try to put together a docosaurus version and see how it looks

I think the best approach might be to more intentionally use the same pattern used for FeedMew: In DNAs: - fetch all data needed for a single UI element in...

> Hello; I tried MewsFeed app using the Kangoroo release and so UI is very clean congrats however UX is indeed quite disappointing. I see only few tweets I tried...

I'd like to see this included as well. You may also want to add u128 and i128 to the supported types.

@anish-1p sorry to bother you -- would you mind taking a look at this PR and reviewing or merging? Thank you!