Kunal Mehta

Results 289 comments of Kunal Mehta
trafficstars

> The _counterargument_ to this proposal is that the Source and Journalist Interfaces should be completely separate in both their templates and their stylesheets. The exception might be widgets such...

I will be making sources.filesystem_id NOT NULL as part of #6346.

> However, it may turn out that relying on Sass at all may not be necessary - after all, SecureDrop is an unusual webapp that has different targets and goals...

Briefly discussed with @eaon, we could theoretically get rid of sass but it would require compiling everything to CSS and switching to CSS variables, etc. and I'm not ready to...

I generated journalist.css using both the ruby gem and sassc, the diff is: https://gist.github.com/legoktm/8700e8e132a592f00689c040d7a3fdec Differences: * single quotes instead of double quotes * escape sequences instead of unicode symbols *...

I believe https://spec.matrix.org/unstable/client-server-api/#user-room-and-group-mentions is the docs, even though it doesn't call them pills.

Based on a quick glance the meson ticket it looks possible. I can look more in-depth and try it out once the PPA stuff is in place.

The Debian packages are just building dynamic libraries right now. I haven't looked into it since we talked about this in June and it's lower on my priority list right...

There are two names for a Debian package, the "source package" name, which is currently `zimlib`, and the "binary package" names, which are `libzim-dev` and `libzim6`. End users should only...

Sorry, forgot to update the ticket. Turns out this is pretty straightforward on the Debian side. I'll try and get a PR ready in the next few days.