Skip to content
#

vala

Here are 308 public repositories matching this topic...

xzfc
xzfc commented Apr 23, 2020

man peek on NixOS is binary garbage. It seems that some part of the build system doesn't know that peek.1 is already compressed and gzips it for the second time.

One possible fix is to add .gz suffix to generated manpage filename. This is consistent with behavior of data/man/CMakeLists.txt which appends .gz suffix.

diff --git a/data/man/meson.build b/data/man/meson.build
in
Alecaddd
Alecaddd commented Jan 7, 2020

Expected Behavior

When the user edits the properties of a CanvasItem the SelectEffect should disappear until the end of the interaction, with a delay of 2 seconds.

This behaviour is commonly used in other design tools to remove the visual noise of the selection bound when the user needs to edit the visual aspects of an item.

Eg. editing the color of a 1px thick border is pretty hard

dino
fnevgeny
fnevgeny commented Feb 6, 2020

When advanced typesetting features are required for slide notes, people use the beamer/pgf notes (with \setbeameroption{show notes on second screen}.) The widget intended for displaying the simple textual notes then stays unused, occupying a large screen estate, while the "current" slide on the presenter's screen is not shown. It is suggested to render the "beamer" note slides instead of the tex

Notes-up
phase1geo
phase1geo commented Jan 13, 2020

When either clicking the new note button or using the keyboard shortcut to create a new note, the note text buffer is properly displayed as a blank note; however, the keyboard focus is not automatically given to the text buffer so the user can begin typing.

As such, after creating a new note, I always need to mouse click (or tab) into the text buffer to give it keyboard focus before I can star

tintou
tintou commented Nov 12, 2019

The current description is:

VGrive is a client (back-end and front-end) for Google Drive made in Vala. Automatically detects changes in local and remote files and syncs them.

It might be worth reworking the description to cover some points:

  • Do not start the description with the application name, we already have the name written above in all contexts.
  • Do not mention the language it is
XVilka
XVilka commented Jan 5, 2019
  • Python 2 support (ends in one year) - an probably all versions less than 3.4
  • PHP5 (support just ended this year) - maybe porting to PHP7?
  • Luvit support - 7 years no updates
  • Newlisp - 7 years no updates
  • Guile - 7 years no updates
  • Awk - 6 years no updates (is anyone using them at all?)
cawbird
IBBoard
IBBoard commented Feb 19, 2020

When using ZWJ characters (like 🏳️‍🌈, which is made of 🏳️ + ZWJ + 🌈) Cawbird "miscounts" compared to Twitter. This causes tweets to become unpostable when they're actually valid.

Character Twitter Cawbird Notes
🏳️ 2 4 Appears to be 4 because of VS-16
🌈 2 2
🏳️‍🌈 2 7 4 (flag) + 1 (ZWJ) + 2 (Rainbow)
👨🏾 2 4 2 (face) + 2 (Fi
danrabbit
danrabbit commented Mar 2, 2020

There's currently no real indication of how far along in the installation process we are. I think it would be helpful if we indicated to users how many steps there are and how many have been completed. This is especially useful in helping to convey if there will be a chance to go back after taking certain actions

Improve this page

Add a description, image, and links to the vala 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 vala topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.