TFGF

Results 29 issues of TFGF

Added functions to get the FPS and to set it.

# Version 2.0 Proposal This issue will be a discussion point to exchange ideas about version 2.0. ## Big picture The community is urging for a more java idiom version,...

question

It would be very nice if the backup could be done in MBOX format. The file could be used in a Dovecot server to access messages locally.

enhancement
help wanted

My configuration files are in another folder, I symlink it in `~/.config/karabiner`, like this: ``` ls ~/.config/karabiner /Users/0x3333/.config/karabiner -> /Users/0x3333/cloud/dotfiles/karabiner ``` Here is the structure of my config folder: ```...

Is there anyone working on a port to STM32F103C8T6? These are powerful MCUs.

jQuery when called html with an empty string("") it will try to cleanup the node. Just like calling empty() in GQuery. I think it should check if the html is...

suggestion

* Which version of openWMail are you using? [e.g. 1.3.1] 1.0.0 * Which Operating System are you using? [e.g. Windows 10, Mac OSX 10, Ubuntu 14.04] Mac OS X 10.12.6...

bug

When erasing, the bit PER on CR is not unset, which will block further writes to flash. https://github.com/mabl/ARMCM3-STM32F107-BOOTLOADER/blob/109a2d2d509edf39579bfbf94e54e55d508d62f7/ARMCM3-STM32F107-BOOTLOADER/flash/flash.c#L60 Should read: ```c FLASH->CR &= ~FLASH_CR_PER;```

Hoje é possível pesquisar filtros OR apenas com o operador Equals, quando é preciso fazer um Like com diversos ORs isso não é possível. Ex.: ``` SQL select p from...

Currently getMultiSelectResult() from UaiCriteria returns a raw List. ``` java public List getMultiSelectResult(); ``` It should be something like: ``` java public List getMultiSelectResult(); ``` Otherwise, clients have to do...