Re: [dev] suckless.org TLS / HTTPS support

2017-08-31 Thread Paul Menzel
Dear suckless folks, On 08/31/17 11:36, ilf wrote: Hiltjo Posthuma: I'm not a fan of automatic http to HTTPs redirects. It would break support for some text-based clients or some simple scripts as an example. I'm a huge fan of these redirects. A simple 301 Moved Permanently has been part of

Re: [dev] [stali] Boot time (was: The stali way to wifi)

2016-10-21 Thread Paul Menzel
Dear Anselm, and suckless folks, On 10/21/16 11:48, Anselm R Garbe wrote: On 21 October 2016 at 10:01, Kamil Cholewiński wrote: On Thu, 20 Oct 2016, Laslo Hunhold wrote: as an off-idea: How are startup-times of stali? Given the power of machines today, there should not be many things limiti

Re: [dev] [dwm] Crash when setting window title to a single emoji

2016-09-05 Thread Paul Menzel
Dear Markus, On 08/31/16 21:22, Markus Unterwaditzer wrote: On Wed, Aug 31, 2016 at 09:07:21PM +0200, Markus Unterwaditzer wrote: On Wed, Aug 31, 2016 at 03:52:36PM +0200, Paul Menzel wrote: On 08/30/16 19:32, Markus Unterwaditzer wrote: On Tue, Aug 30, 2016 at 01:30:20PM +0200, Paul

Re: [dev] [dwm] Crash when setting window title to a single emoji

2016-08-31 Thread Paul Menzel
Dear Markus, On 08/30/16 19:32, Markus Unterwaditzer wrote: On Tue, Aug 30, 2016 at 01:30:20PM +0200, Paul Menzel wrote: None. How do you start dwm? A simple `dwm` in `.xinitrc`. You can view the entire setup here: https://github.com/untitaker/dotfiles Did you already try running dwm

Re: [dev] [dwm] Crash when setting window title to a single emoji

2016-08-30 Thread Paul Menzel
Dear Markus, On 08/30/16 13:18, Markus Unterwaditzer wrote: On Tue, Aug 30, 2016 at 08:28:21AM +0200, Anselm R Garbe wrote: […] Do you get coredumps of dwm? If yes, please provide a stack trace. None. How do you start dwm? Best regards, Paul

Re: [dev] [surf] segfault at web inspector (WebKitGTK+)

2016-08-15 Thread Paul Menzel
Dear Reimundo, On 08/15/16 14:27, Reimundo Heluani wrote: On Aug 15, Paul Menzel wrote: Are you able to reproduce this with Google Chromium, Epiphany? I’d say that it’s a WebKitGTK+ [1] problem, and I’d bring the issue up with them. Thanks, I filed a bug with them. Could you please

Re: [dev] [surf] segfault at web inspector (WebKitGTK+)

2016-08-15 Thread Paul Menzel
Dear Reimundo, On 08/14/16 18:23, Reimundo Heluani wrote: Dear all, first of all congratulations and thank you for surf! it is the best browser I have come around in years. I am getting a segfault when running surf-0.7 with the web inspector open trying to debug a page with a java script. Atta

[dev] [st] Release planned?

2016-08-11 Thread Paul Menzel
Dear suckless folks, st 0.6 was released in June 2015, that means over a year ago. Since then, there were another 76 commits included into the master branch. ``` $ git describe --tags origin/master 0.6-76-g308bfbf ``` Are there plans to get release 0.7(?) out, so that users, not building fro

[dev] [dwm] Question regarding `unmanage()` in while loop

2016-08-03 Thread Paul Menzel
Dear suckless folks, sorry, for being ignorant, but I have one question regarding the warning below from Clang’s static analyzer scan-build. ``` dwm.c:480:4: warning: Use of memory after it is freed unmanage(m->stack, 0); ^ `

[dev] Allow secure access to Web site suckless.org

2016-08-03 Thread Paul Menzel
Dear suckless folks, I noticed, that it’s currently not possible to securely browse the Web site [1]. Are there plans to allow access using HTTP over SSL? Thanks, Paul [1] http://suckless.org

[dev] Use imperative form in summary (was: [st] [PATCH] Converted "font" string to "fonts" array)

2016-08-01 Thread Paul Menzel
Dear suckless folks, just a small nit, that the imperative mood should be used in commit message summaries/subjects. > Convert "font" string to "fonts" array It’s a little shorter and is also used by git’s default messages for merging and reverting. [1][2] In the end it’s not that importa

Re: [dev] [st] Division by zero

2016-07-18 Thread Paul Menzel
Dear Markus, On 07/18/16 15:22, Markus Teich wrote: Paul Menzel wrote: If I am not mistaken, this is really a corner case. The user has to set `actionfps` to zero in `config.def.h`. ``` config.def.h:static unsigned int actionfps = 30; ``` […] maybe you can make your compiler happy by

Re: [dev] [st] Division by zero

2016-07-18 Thread Paul Menzel
Dear FRIGN, On 07/18/16 14:49, FRIGN wrote: On Mon, 18 Jul 2016 14:45:44 +0200 Paul Menzel wrote: If I am not mistaken, this is really a corner case. The user has to set `actionfps` to zero in `config.def.h`. ``` config.def.h:static unsigned int actionfps = 30; ``` Even setting it to zero