Sebastian Schmidt
Sebastian Schmidt
Do you mean the right hand side on the checkout form, yea thanks for reminding me I totally forget about that. 🙊
@justynpride The price should now update on the checkout page. 👍
Hi @justynpride, I'm sorry to say that I've not looked at the code since and as you said it's been a long time. Now there are a large number of...
@rootjack404 @gainer-twister Last update that I know of is here: https://github.com/Attendize/Attendize/pull/935#issuecomment-900445081 Since the code is open source someone might pick it up and develop it on their own. The Software...
@pyllyukko just letting you know that your last few commits are "unverified" because GitHub does not know about your new key.
Another suggestion: [molecule](https://github.com/metacloud/molecule) is a very simple way to run the tests with minimal configuration. Quick start: http://molecule.readthedocs.io/en/v1/#quick-start
@GrayHatter A fresh build coming right up. It includes #872 (without it I can't build statically), #930 and #931 https://seby.io/download/uTox%200.15.1-576e024.dmg sha256 checksum: 98fb25bd14ca3df10cee758c55d7978d123d1391fbbd8952266887ce8ddc3bda
@davidak thanks I think It might to do with the way I'm linking the libraries. I'm in the process of creating VMs. I run mac Sierra but I think I...
@GrayHatter Yes* The make file in the src/cocoa/Makefile did build statically but I build using cmake with #872. The hole point of #872 is so that mac can be build...
@GrayHatter The libs that are dynamically linked: ``` ~ ❯ otool -L /Applications/uTox.app/Contents/MacOS/utox /Applications/uTox.app/Contents/MacOS/utox: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.50.2) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1504.82.104) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility...