Sandro Santilli

Results 178 issues of Sandro Santilli

See this session: ``` $ sqitch init tutorial --engine mysql && grep 'engine =' sqitch.conf Created sqitch.conf engine = mysql $ sqitch init tutorial --engine pg && grep 'engine ='...

todo

Warnings building sonobus on a Debian 11: ``` In member function ‘write’, inlined from ‘charToString’ at /usr/src/music/sonobus/deps/juce/modules/juce_core/text/juce_String.cpp:370:13: /usr/src/music/sonobus/deps/juce/modules/juce_core/text/juce_CharPointer_UTF8.h:344:25: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 344...

When SonoBus starts it automatically connects to jack_mixer MAIN outputs, not sure why. Activating a Jack PatchBay so that jack_mixer "sonobus" output connects to SonoBus instead, results in SonoBus crashing....

Every now and then, while using SonoBus, the audio output suddenly stops and is replaced but a long tone which lasts a few seconds, then eventually everything gets back to...

Riot.im: `not supported mUri null - mMimeType null - mEvent null ...` (continues) Telegram: `Unsupported attachment` WhatsApp: `Sharing failed, please try again`

I've been recording each connected user but the filenames on disk did not match the usernames. I think this happened when new users came in or got disconnected and reconnected....

It would be great to have one, be it a first step toward [integration](https://github.com/MichaelMure/git-bug/issues/80) or not

enhancement
bridge

For those of us resisting dropping old Trac in favour of other non-distributed solutions. See https://trac.edgewall.org/

area/bridge

I've read that IndieAuth.com can be used as an OpenID provider, but docs show it's only providing OpenID-1.x services. This ticket is to request also providing OpenID-2.x services. For example,...

``` module.js:472 throw err; ^ Error: Cannot find module 'nan' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at [eval]:1:1 at ContextifyScript.Script.runInThisContext (vm.js:23:33) at Object.exports.runInThisContext (vm.js:74:17)...