Skip to content
#

app

Here are 5,867 public repositories matching this topic...

tshirtman
tshirtman commented Jan 4, 2020

Versions

  • Python: 3.6.3
  • OS: linux
  • Kivy: master
  • Kivy installation method: git clone && pip install --editable in virtualenv

Description

when BorderImage's display_size option is used, it overrides the auto_scale parameter, simply because it first computes the value auto_scale would need, and then look if there is a dispaly_border setting, and overrides the values if

jdelman
jdelman commented Jul 17, 2019

When rotating between landscape/portrait, you can lose your open document and position. I have encountered this issue on an iPhone XS Max running iOS 12.3.1.

Steps to recreate:

  • Search for something.
  • View an article.
  • Rotate into landscape mode (on my iPhone XS Max, this shows the search view and the document view side-by-side)
  • Rotate back to portrait

Expected behavior: Show

glennsl
glennsl commented Nov 25, 2019

It would be useful to have a model that associates text with text style properties, and can associatively combine into a sequence (a semigroup).

This doesn't need to be fancy to begin with, just the properties we have today (fontFamily, fontSize, color) would be useful, and we'd then have a nice base to extend with other properties.

Something like this:

module RichText : {
  t
jspaint
1j01
1j01 commented Jan 5, 2020

The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.

  • You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
  • This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
  • Previously it r
bug
Lawnchair
deletescape
deletescape commented Apr 17, 2019

A little more explaination (in the form of an xml comment) is needed on format strings like icu_abbrev_wday_month_day_no_year, because they do require to be changed in some languages but translators often break them. We obviously can't expect everyone to understand formatter syntax ;)

vagababov
vagababov commented Mar 17, 2020

The deploy_test and queue_test go files contain a lot of repetitive and duplicated code that should be extracted into helpers.
My guesstimate is that we can save probably some 30-40% of the files. And they are more than 2k lines together. This is a sizable readability improvement.

In what area(s)?

/area API
/area test-and-release

/kind good-first-issue

timoc
timoc commented Sep 2, 2019

Is your feature request related to a problem? Please describe.
I use evernote shortcuts to rapidly access notes and searches. I use Tuck global shortcut keys (like Ctrl Alt F) to rapidly search evernote. My feature request is to have a key sequence prefix e.g. ctrl alt T or similar to open a shortcut directly from a set of keypresses,

Describe the solution you'd like
I have a shortcut

yesunch
yesunch commented Dec 10, 2019

Expected behavior

When writing the email in a wrong format error message appears. When rotating the screen the message should be preserved.

Actual behavior

When rotating the screen the message is not preserved.

Steps to reproduce the behavior

  1. Press Log In
  2. Enter Email address and press Next. An error message will be shown
  3. Rotate the screen. The message is not sho
Notepads
GreyRats
GreyRats commented Apr 24, 2020

Is your feature request related to a problem? Please describe.
notepad requires Auto* utf-8 encoding /decoder (Universal Cyrillic encoding /decoder and Converter.You can give (it to the Context menu for example)
) let's say I have a clumsy gibberish in text that was not saved correctly and it is displayed >"ìîÿ æèçíü ýòî ÷åðòâî ïîðî÷íûé êðóã è ýòî shit" and I can't see it , but there are

Improve this page

Add a description, image, and links to the app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the app topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.