Ole Spaarmann

Results 21 comments of Ole Spaarmann

@lewisf This will be part of Version 0.3.0 that I am working on and hope to release within the next 2 weeks. WIP here: https://github.com/ospaarmann/exdgraph/tree/update_to_db_connection_2

> i solved this issue by uninstalling autoconf with homebrew then manually installing autoconf 2.69 with > > ``` > curl -O http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz > tar zxvf autoconf-2.69.tar.gz > cd autoconf-2.69...

I think this is fine if you run this with nodejs. But it doesn't make sense if you use gulp to create a static build that you then serve with...

Hey, sorry for the late reply. Would be great if you could have a look into this. When I'm using MarcoPolo from master, this happens: ``` {:ok, conn} = MarcoPolo.start_link(user:...

Hey, @brainlid, first of all, thank you for your work. I'm considering using this library in our project, and I would like to understand if this is still actively maintained....

You need to set the `action` attribute to something else than `""` ```javascript ReactGA.event({ category: 'Page Visit', label: `Employeer Name: ${localStorage.getItem("username")} visited ${window.location.pathname} `, action:"Action Name", //

> hey currently you need to have the required fields still in the pubspec field. we'll see to it so we can change this Hey, Could you clarify your previous...

I just upgraded to the latest version (2.0.0) and moved all configuration to `sentry.properties`. It does not work: ``` dart run sentry_dart_plugin Building package executable... Built sentry_dart_plugin:sentry_dart_plugin. [❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 0% reading...

Sure thing `./sentry.properties` ``` # This is not used atm, see: https://github.com/getsentry/sentry-dart-plugin/issues/231 upload_debug_symbols: true upload_source_maps: true upload_sources: true project: my_project org: my-org auth_token: REDACTED # url: ... wait_for_processing: false log_level:...

That did indeed do the trick. Thanks @denrase ❤️