Danielle Foré

Results 862 issues of Danielle Foré

https://github.com/JeysonFlores/switcher/blob/d4f488ff3280853a54c7dd606f253734719063e9/com.github.jeysonflores.switcher.yml#L15 Instead of adding a sandbox hole here, there is a portal for asking users to allow your app to run at startup. Apologies that it's not well-documented yet, but...

help wanted
appcenter
Priority: Medium

In the new version of AppCenter Dashboard, we're no longer modifying your appdata before publishing, so you'll need to add your stripe key to appdata.xml to continue to monetize your...

As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated. We...

Our [second Juno Developer Preview](https://medium.com/elementaryos/developer-preview-juno-beta-2-is-out-418f5037e9bb) is out and Juno's big debut is just around the corner! We'd love to see your app in AppCenter on release day. Check out this...

As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated. We...

Fails to build for Ubuntu Noble. Test fails with: `AutoFixTest.vala:104: Error!: Setting attribute standard::size not supported` https://code.launchpad.net/~elementary-os/+archive/ubuntu/daily/+build/26983863/+files/buildlog_ubuntu-noble-amd64.io.elementary.vala-lint_0.1+r94+pkg6~daily~ubuntu24.04.1_BUILDING.txt.gz

elementary code style is to explicit namespace and not use the keyword `using` as in `using Gtk` --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/81559413-error-on-using-keyword?utm_campaign=plugin&utm_content=tracker%2F45980444&utm_medium=issues&utm_source=github)** We accept...

When we have a translated string it should look like this: `_("string")` not like this: `_ ("string")` --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/81375348-unexpected-space-before-parentheses?utm_campaign=plugin&utm_content=tracker%2F45980444&utm_medium=issues&utm_source=github)** We accept...

For example in this case `y = -(int)vadjustment.value;` --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/81353920-space-around-operators-matches-variable-casts?utm_campaign=plugin&utm_content=tracker%2F45980444&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F45980444&utm_medium=issues&utm_source=github).

Should be like this: ``` if { foo } else { bar } ``` Not like this: ``` if foo else bar ``` --- Want to back this issue? **[Post...

Priority: Wishlist