trembel

Results 8 issues of trembel

Hi I would like to have support for the attiny412. As it is a MCU of the new AVR-1 series, will it work with your tool? Also am I understanding...

mcu-support

Since the app uses BLE, the authorization for the location must be given. According to reviews in the PlayStore, many people uninstall the app because they think that the app...

Is it possible to create a multiple-connection central using blatann? If yes, could you create an example or lead me to the documentation (as I couldn't find it). If no,...

question
answered

As I'm using emacs for my bibliography management, so far I have to rely on org-ref for some features. org-ref has a very nice import functionality for bib entries (https://github.com/jkitchin/org-ref/blob/master/doi-utils.el)....

enhancement
waiting on response

Due to the export issue, the line separator has been changed to `System.lineSeparator()`. ``` Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: class at.impro.wordclockgenerator.JPGraphToMatrix (in unnamed module @0x8504151) cannot access class sun.security.action.GetPropertyAction (in...

Using this library on a clientside JS application (w/o NodeJS and JQuery) yields the following error: ``` Uncaught TypeError: t is null setHTML util.js:68 setHTML response.js:121 loadData response.js:139 o transport-browser.js:20...

# Bug Report When slugifying german umlaute, the results are not consistent:. ## Environment Zola version: 0.18.0 ## Expected Behavior All should be slugified the same way. In general, the...

upstream bug

This PR adds a method to the `Printer` struct in order to update the state in place. It returns the new state inside a result.