Maximilian Goisser
Maximilian Goisser
Another workaround I found to work well, is add an optional feature `binaries`, and add a `required-features` field with that to the bin. As far as I know this hasn't...
This is not specific to settingslogic. Tabs are generally forbidden in YAML (see http://www.yaml.org/faq.html)
Getting the same error, every time I try to open the open file dialog. Let me know if you need any further info. Let me also take this chance to...
@Osmose :+1: 0.16.3 works.
If you mean the database where Airpal stores its internal data, only MySQL is supported AFAIK.
Uff :/ Though I like delegatable more than delegable, I'm not really looking to coin a new word here, so yeah, this will change in the future. Will see if...
This can be traced down to the `get_entities` function of the trait. Not sure why though, as there doesn't seem to be any noticeable difference to any of the other...
Thanks for the input! I did consider adding support for delegating associated functions, but they weren't a big priority, as I personally didn't encounter a use-case for them, but the...
Ah, I did not considered generic traits yet, as I rarely use them myself. I've opened up a new issue for that: #17
@alxiong No explicit technical blocker, there is just no logic in place yet to track and evaluate compiler switches on individual use items (as evaluating arbitrary compiler switches was a...