SeanTAllen changed the topic of #wallaroo to: Welcome! Please check out our Code of Conduct -> https://github.com/WallarooLabs/wallaroo/blob/master/CODE_OF_CONDUCT.md | Public IRC Logs are available at -> https://irclog.whitequark.org/wallaroo
nisanharamati has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #wallaroo
<cajually> My fork now uses python3 and can kind of run the Celsius demo, it's available here https://github.com/WallarooLabs/wallaroo/compare/master...caj-larsson:master
<cajually> I have some issues with my metrics dashboard but everything seems to be operating correctly otherwise. It could be that some incorrect string management is casuing the panel to get unexpected and invalid values
<cajually> I don't have a good way to run the bulk of the tests yet. Do you usually run it in AWS ?
strmpnk has quit [Ping timeout: 245 seconds]
strmpnk has joined #wallaroo
<SeanTAllen> cajually: we have CircleCI that we use for most. if you open a PR, the tests will run.
<cajually> SeanTAllen: cool, I'll do that, It's not ready for merging for sure but it would be interesting to see the report
<cajually> regarding the linking question, yeah it's wallaroo related. I'm trying to figure out how to do the pony equivalent of this https://github.com/caj-larsson/wallaroo/commit/3950e4461664dde5d7b6b36f632b2c203f20cf02
<cajually> essentially, but for linker flags
<cajually> the pythonX-config tool lets the program source stay static when diifferent platforms and distros decide on their own pathing for the multiple python versions
<cajually> but as linker options are effectively given with "use ..." in pony it isn't as easy. I looked a bit at the --linker flag and tried adding that with the extra flags but I seemed to get a mix of flags that did not look like the belong to the same program
<SeanTAllen> Dipin would be the best person to discuss with. I dropped him a note about this conversation.
<SeanTAllen> He's prepping for a release today so might be slow to respond.
<cajually> No worries, I won't have any more time today probably so I'll read it tomorrow the eariest anyway
<cajually> This should probably have been a github issue
dipin has joined #wallaroo
<dipin> cajually: I believe the diff in this gist (https://gist.github.com/dipinhora/e49e146845a1a3af5e6af37729e1959f) is what you're trying to accomplish
rblasucci has joined #wallaroo
dipin has quit [Quit: dipin]
nisanharamati has joined #wallaroo
rblasucci has quit [Quit: Connection closed for inactivity]
<cajually> that was exactly it
<cajually> I was so close hah