Adam V

Results 28 comments of Adam V

It was just a bad foldername. For my imap server I needed to prefix the folder name with `INBOX.`; so the uri is now: `imap://user:[email protected]?folder=INBOX.django_folder`

> Did you get a message about missing `@babel/preset-typescript` when you're trying to run `npm run dev-server` in Superset itself? I got the same. It also complained about another package:...

Thanks @japorized that's great, I've got it compiling now. > I agree. It's not the best, not especially if you want to just package things up in docker. I'm keeping...

Little follow up: I ended up reverting my changes to `MainPreset.js` as I was able to get the dummy chart plugin appearing in the chart list via the `setupPluginsExtra.js` hook:...

I was getting that too. I ended up adding some controls to the control panel in the DummyChart plugin: ```typescript export default class DummyChartPlugin extends ChartPlugin { constructor() { //...

@thomas-chauvet were you able to get this working in the end?

We have been using this plugin for a few years now and we seem to be seeing reports of similar behaviour on iOS. We are seeing gaps appear some time...

I assume that's to account for https://github.com/transistorsoft/flutter_background_geolocation/blob/e8070b4d055a96e5ba2f8b4538cf334ff4702fbd/CHANGELOG.md?plain=1#L10 ? We have `showsBackgroundLocationIndicator: true` in our config. Is there more in that change that we need?

The 404 may be because the segments container is missing. It will automatically look for a `[containerNamer]_segments` container to put the segments in and will fail with a 404 if...